try to remux

Bernhard Graaf bernhard.graaf at gmx.de
Thu Aug 27 10:10:31 PDT 2015


Hi,

I have an issue for a long time. I haven't found a running solution to remux
a stream from dvb-s.

Following pipeline runs well:

gst-launch-1.0 -v dvbbasebin adapter=1 frequency=12544000
program-numbers="17501" polarity="h" symbol-rate=22000 ! queue ! tsparse !
filesink location=test_ts.mpg

I got video and audio stream in the target file.

 

If I try to remux this into a matroska container and try to use this:

gst-launch-1.0 -v dvbbasebin adapter=1 frequency=12544000
program-numbers="17501" polarity="h" symbol-rate=22000 ! queue ! tsparse !
tsdemux name=d ! mpegvideoparse ! matroskamux name=m ! filesink
location=test.mkv d. ! mpegaudioparse ! m.

The target-file is always 0 Bytes.

I check the source stream and it's always MPEG-Video and MPEG-Audio.

 

I don't know what's wrong in this pipeline.

Any ideas?

 

Thanks 

Bernhard

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20150827/255084a7/attachment.html>


More information about the gstreamer-devel mailing list