On Mar 30, 2012, at 21:28 , Andreas Polychronopoulos wrote: > Hi all, > > does anyone know how can I use libav* to stream over rtp/udp frames that I > have already encode using x264-api ? > I don't want to use libav* to encode the frames only just to stream them ?
Yes, that is possible. You might have to modify the x264 frames to be in Annex B format. After that you pass the frames to the muxer using av_write_frame(). _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
