[Bug 758160] splitmuxsink with mpegtsmux, curlftpsink generates only the first fragment and pipeline exits with a timeout error.

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Jan 18 22:37:22 PST 2016


https://bugzilla.gnome.org/show_bug.cgi?id=758160

Jan Schmidt <thaytan at noraisin.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thaytan at noraisin.net

--- Comment #7 from Jan Schmidt <thaytan at noraisin.net> ---
(In reply to Randeep from comment #6)
> Hi,
> 
> I'm able to interleave audio and video using splitmuxsink for avimux. But
> this is not happening for mpegtsmux. For mpegtsmux I'm getting negotiation
> error.
> Pipeline which i used for avimux is given below,
> 
> gst-launch-1.0 videotestsrc do-timestamp=true num-buffers=300 !
> 'video/x-raw,width=720,height=480,format=NV12,framerate=30/1' ! splitmuxsink
> name=mux location= <Output_File.avi> muxer=avimux filesrc location=
> ./audio.wav ! wavparse ! teaacenc ! mux.audio_0
> 
> Can anyone please provide the pipeline to interleave audio and video using
> splitmuxsink using mpegtsmux ?

If you look at the gst-inspect output for mpegtsmux, you'll see that it doesn't
support muxing raw video frames. Input has to be H.264, MPEG-2 or Dirac video.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list