[Bug 753238] New: rtspsrc playback hangs when qos is enabled on sink
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Aug 4 05:17:31 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=753238
Bug ID: 753238
Summary: rtspsrc playback hangs when qos is enabled on sink
Classification: Platform
Product: GStreamer
Version: 1.4.4
OS: Linux
Status: NEW
Severity: major
Priority: Normal
Component: gst-plugins-good
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: raghava.447 at gmail.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
rtspsrc playback hangs when qos is enabled on sink.
Below is the pipeline used.
gst-launch-1.0 uridecodebin uri=rtsp://10.0.254.1/media/video name=src src. !
queue ! identity qos=1 ! videoconvert ! h264enc ! mpegtsmux name=mux mux. !
udpsink host=10.0.100.6 port=8800 qos=1 src. ! queue ! identity qos=1 !
audioconvert ! aacenc ! mux.
Please note that h264enc & aacenc are proprietary plugins.
The moment qos on sink is disabled, pipeline plays fine.
--
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