[FFmpeg-devel] [PATCH] RTSP muxer: Write the interleaving header in the same buffer as the packet data

Martin Storsjö martin
Fri Jun 4 08:43:38 CEST 2010


On Thu, 3 Jun 2010, Martin Storsj? wrote:

> This changes writing of TCP interleaved packets in the RTSP muxer, so that 
> the interleaving header is written in the same buffer as the packet data. 
> This happens to work since the interleaving header is 4 bytes, and the 
> packet length header written by url_open_dyn_packet_buf also is 4 bytes.
> 
> With this in place, base64 encoding of the packets for the HTTP tunneling 
> (as part of Josh's soc project) becomes much easier.

Applied, since it's code I maintain myself.

// Martin



More information about the ffmpeg-devel mailing list