Hi,

Luca Abeni wrote:
>Jean-Francois Blanchard-Dionne wrote:
>> Hi I am working to encode data from a camera in h263 and send it
through 
>> rtp packets.
>> 
>> I am wondering what the
>>  void (*rtp_callback)(struct AVCodecContext *avctx, void *data, int 
>> size, int mb_nb);
>> 
>> does ???
>
>I don't know about such a callback, but if you want to stream H.263
over
>RTP I suggest you to implement H.263 packetization in libavformat's RTP
>muxer, and to use it. AFAIF, someone is already working on H.263
support
>in the RTP muxer (search the recent ML archives for details), so you
can
>coordinate with him.

It might be helpful to look at an old patch to ffmpeg-0.4.7 that
implements RFC 2190 (RTP Payload Format for H.263 Video Streams):

http://www.voxgratia.org/docs/h263_codec.html

Best regards,
Knut Farner
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to