Mahmoud M'HIRI wrote:
> I'm now able to listen and store RTP packets from the network. I'm able also
> to extract payloads but I'm not finding how to form encoded frames from
> those payloads. Any hints?
Reading from RTP streams is _exactly_ like reading from a file.
You open the SDP file (or the RTSP url), and then you can read frames 
from the demuxer with av_read_frame().


                        Luca

_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to