Hi,

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.


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

Reply via email to