Search found 2 matches

Go to advanced search

by sayler
06 Mar 2010 09:24
Forum: Development around libVLC
Topic: Read stream without decoding!
Replies: 2
Views: 458

Re: Read stream without decoding!

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) ?
by sayler
06 Mar 2010 08:16
Forum: Development around libVLC
Topic: Read stream without decoding!
Replies: 2
Views: 458

Read stream without decoding!

Please help me!
language: c (gcc)
Can I read streams(mms, rtp & etc) use libvlc to my buffer (void *) ?
Show me sample, please!

Go to advanced search