On 2/29/08, Luca Abeni <[EMAIL PROTECTED]> wrote:
>
> 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().
Thanks luca,
The problem here is that I'm not dealing with a streaming server with an
SDP negociation. I have to listen to UDP packets, extract RTP packets, and
retrieve the payload. That's done, but I'm missing the code that mke me able
to join payloads to build frames and then decode them.
--
Mahmoud M'HIRI
[EMAIL PROTECTED]
Phone: Under request
Luca
>
> _______________________________________________
> libav-user mailing list
> [email protected]
> https://lists.mplayerhq.hu/mailman/listinfo/libav-user
>
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user