After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 753238 - rtspsrc playback hangs when qos is enabled on sink
rtspsrc playback hangs when qos is enabled on sink
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
1.4.4
Other Linux
: Normal major
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-08-04 12:17 UTC by Raghavendra
Modified: 2018-05-12 07:55 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Raghavendra 2015-08-04 12:17:31 UTC
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.
Comment 1 Edward Hervey 2018-05-12 07:55:39 UTC
This is most likely an issue with your proprietary plugins. Closing.

Please re-open if you can reproduce with current GStreamer releases *and* either provide logs or reproduce with open plugins.