[Bug 759895] New: flvdemux and flvmux not working together

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat Dec 26 16:18:40 PST 2015


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

            Bug ID: 759895
           Summary: flvdemux and flvmux not working together
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: blocker
          Priority: Normal
         Component: gst-plugins-good
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: tapascst at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

I tried this but pipeline is not broadcasting anything and it is exiting very
fast (<30sec). 

GST_DEBUG=3 gst-launch-1.0 filesrc location=live_cam.flv ! queue ! flvdemux
name=demuxer ! queue ! aacparse ! muxer. demuxer. ! queue ! h264parse ! flvmux
name=muxer streamable=true ! rtmpsink sync=true async=true
location='rtmp://XXXXXXXXXXXXXXXX live=1'

here is the flv file[1]  which is not working with above pipeline:

[1]
https://drive.google.com/file/d/0BwVTSuISF3EcWWRDTnZJRXR1RTQ/view?usp=sharing



I also verified that flv file [1] is working fine with below pipeline: 

gst-launch-1.0 filesrc location=live_cam.flv ! decodebin name=demux ! queue !
x264enc pass=pass1 threads=0 bitrate=900 tune=zerolatency ! flvmux name=mux !
rtmpsink location='rtmp://xxxxxxxxxxxxxxx live=1' demux. ! queue !
progressreport ! audioconvert ! audiorate ! audioresample ! faac bitrate=96000
! audio/mpeg,mpegversion=4,stream-format=raw ! mux.

But my goal is to make it work with flvdemux/flvmux without doing EXTRA
decoding/encoding. 

But flvmux/flvdemux is failing to work. Please solve it .

-- 
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