Mahmoud M'HIRI wrote:
> The problem here is that I'm not dealing  with a streaming server with an
> SDP negociation.
Then, your server looks broken. Anyway, you can forge an SDP by yourself.

> I have to listen to UDP packets, extract RTP packets, and
> retrieve the payload.
Why do you want to parse RTP packets by yourself if libavformat can 
already do it?

> That's done, but I'm missing the code that mke me able
> to join payloads to build frames and then decode them.
To do this, you have to look at the RTP headers, and at the payload 
headers. All the information are in the relevant RFCs. But, again, 
libavformat already provides code for parsing such headers.


                        Luca

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

Reply via email to