[vlc-devel] RTP/H.264 to MPEG-TS mux bug

Rémi Denis-Courmont remi at remlab.net
Sun May 1 16:28:16 CEST 2011


   Hello,

On Friday 29 April 2011, Tim Ouellette wrote:
> If someone could provide some information where I can look to add this
> in or if you would like access VIA SSH to a machine that is configured
> to build VLC and has this camera on the network for testing and/or
> confirmation of the problem please let me know.  I would be happy to
> provide this information.

The DTS and PTS should be set by the encoder (modules/codec/x264.c), then the 
multiplexer will order the elementary streams and write MPEG-TS packets 
(modules/mux/mpeg/ts.c) and last the RTP output will send the packets in 
timing order (modules/stream_out/rtp.c).

-- 
Rémi Denis-Courmont
http://www.remlab.info



More information about the vlc-devel mailing list