On Wed, Apr 2, 2008 at 8:14 AM, Luca Abeni <[EMAIL PROTECTED]> wrote:
> Hi, Hi Luca and Jean-Francois, > > 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. That's true, I planned to work on AMR/H263 packetization support for the previous days, but unfortunately I had to work on something else. Although, I'm still intending to work on it, I started yesterday by the AMR support and I worked on a packetizer based on the AAC one (rtp_aac.c) (in which i didn't found something really particular to ACC..- correct me please). And.. how do you manage Luca to test the code, because compiling each time the whole ffmpeg/libs seems not to be the optimum way... Anyway, it would be a good idea to collaborate with you Jean-François around the H263 (here the post archive (head) that Luca was talking about http://lists.mplayerhq.hu/pipermail/libav-user/2008-March/000240.html). Thanks > > > > Luca > _______________________________________________ > libav-user mailing list > [email protected] > https://lists.mplayerhq.hu/mailman/listinfo/libav-user > -- Mahmoud M'HIRI [EMAIL PROTECTED] Phone: Under request _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
