GNOME Bugzilla – Bug 743618
rtsp stream playback issue
Last modified: 2018-11-03 14:57:18 UTC
While playing rtsp streams on ubuntu14.04, video is stuck. Below mentioned gstreamer-1.0 pipeline was run to test this issue. gst-launch-1.0 rtspsrc location= rtsp://10.25.20.77:554/3gp/H264+aac/H264_BP_level3_2000kbps_320x240_36fps_aac_112kbps_44.1khz_stereo.3gp ! rtph264depay ! avdec_h264 ! xvimagesink -v
Mentioned stream path is for internal testing. Please try some other stream.
Any update on this?
Thanks for the bug report, but it's hard to know what to do with this. You filed this issue against gst-rtsp-server, but you posted a client pipeline as example. Is gst-rtsp-server actually used as server here? Do you think the issue is server side or clieint side? Do you receive data at all?
Sorry for the confusion. server is not gst-rtsp-server. I think the issue is from client side. Data is receievd, few frames are displayed but after that video gets stuck. I am not sure which component this bug belongs to.
Could you make a GST_DEBUG=*:6 debug log and attach it here (xz -9 compressed)?
Created attachment 303068 [details] Attaching debug log
swapnil, does this still fail for you on current GStreamer ?
Please find below further update for same rtsp stream playback issue w.r.t gst-1.14. Glitchy and corruprted playback of same "rtsp + 3gp" stream with visual frame drops on gstreamer 1.14 Observation/Isolation: 1) Ubuntu 18.04 Desktop (Host machine) + gst-launch pipeline with Gstreamer version 1.14 or Ubuntu 18.04 Desktop (Host machine) + Totem + Gstreamer version 1.14 - Corruption observed and glitches in video 2) Ubuntu 16.04 Desktop (Host machine) + gst-launch pipeline with Gstreamer version 1.8 or Ubuntu 16.04 Desktop (Host machine) + Totem + Gstreamer version 1.8 - Smooth playback, visually no frame loss => gst-launch pipeline/totem cmd used for ready reference: gst-launch-1.0 rtspsrc location="rtsp://10.25.20.77:554/3gp/H264+aac/H264_BP_level3_2000kbps_320x240_36fps_aac_112kbps_44.1khz_stereo.3gp" ! rtph264depay ! h264parse ! avdec_h264 ! xvimagesink or totem rtsp://10.25.20.77:554/3gp/H264+aac/H264_BP_level3_2000kbps_320x240_36fps_aac_112kbps_44.1khz_stereo.3gp Hence, Based on above seems this issue is a regression on gst-1.14 w.r.t. gst-1.8 NOTE: 1) Local playback of same file on ubuntu 18.04 with gst-1.14 with below gst-launch cmd is proper without any such observed issue. gst-launch-1.0 filesrc location=H264_BP_level3_2000kbps_320x240_36fps_aac_112kbps_44.1khz_stereo.3gp ! qtdemux ! h264parse ! avdec_h264 ! xvimagesink 2) Issue seems to be mentioned stream specific only. Please help check/follow-up on the above described issue for gst-1.14.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/154.