Page 1 of 1
Read stream without decoding!
Posted: 06 Mar 2010 08:16
by sayler
Please help me!
language: c (gcc)
Can I read streams(mms, rtp & etc) use libvlc to my buffer (void *) ?
Show me sample, please!
Re: Read stream without decoding!
Posted: 06 Mar 2010 09:01
by RĂ©mi Denis-Courmont
For proper byte stream, it would be fairly easy to implement. It can already be done with the libvlccore stream_* API.
RTP however is not a byte stream, so it won't work.
Re: Read stream without decoding!
Posted: 06 Mar 2010 09:24
by sayler
For proper byte stream, it would be fairly easy to implement. It can already be done with the libvlccore stream_* API.
RTP however is not a byte stream, so it won't work.
Thanks!
But udp multicast (IPTV) ?