Page 1 of 1

using libVLC in radio streaming client , looking for info

Posted: 02 Jul 2014 10:33
by umen
Hello experts ,
i want to build internet radio streaming client , that will support *.asx *.pls *.acc *.mp3 ( any more i dont know about ? )
any way im looking for any starting points to how to develop c++ wrapper ( im going to use Qt 5 ++ )
around libVLC to stream radio .
Questions :
1. is it good fit using this lib ?
2. where can i start to learn about this specific functions that is streaming using libVLC
3. what should i be careful ?

thanks allot for the helpers

Re: using libVLC in radio streaming client , looking for inf

Posted: 09 Jul 2014 03:29
by Jean-Baptiste Kempf
1. yes
2. the examples
3. streaming and reading a stream are a different thing.