[gst-devel] Problem in ffmpeg transport stream multiplexer

Michael Smith msmith at fluendo.com
Mon Feb 5 15:41:44 CET 2007


On Mon, 2007-02-05 at 19:21 +0530, Gajel Kumar wrote:
> HI,
> 
> I want to multiplex an mpeg2 video and a mp3 audio into a transport
> stream.
> But i am getting an error,
> 
> gst-launch-0.10 filesrc location=/root/rtpi.mpg ! queue ! mux. filesrc
> location=/root/rtpi.mp3 ! queue ! mux. ffmux_mpegts name=mux !
> filesink location=/root/rtpi.ts 

There's nothing in here that could know what's in these two input files.
You'd need mp3parse  for the mp3 input, and something else (you probably
want an mpeg demuxer) for the mpg input.

Then you may run into problems with ffmux_mpegts. Whilst it might work,
I wouldn't expect it to.

Mike




More information about the gstreamer-devel mailing list