[Libav-user] using libav* rtp streaming
Kalileo
kalileo at universalx.net
Sat Mar 31 04:57:56 CEST 2012
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().
More information about the Libav-user
mailing list