Rafael Maia wrote:
>  
> Thanks for your help Luca.
>  
> I took a look at the ffmpeg rtp source code and it seems a little bit 
> complicated for me.
>  
> I already have a rtp session working.
> All i need is to build RTP packets from the H263 bitstream and put those 
> packets in a buffer.
> I already have all i need to send a buffer containing a RTP packet.
>  
> Can anyone tell me if FFMpeg does this easily?

Yes, libavformat allows to do this easily (see ffserver.c's usage of 
libavformat's RTP muxer for an example), but only for some codecs.
And no, H.263 is not one of such codecs unless you apply the patch I posted.


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

Reply via email to