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 743618 - rtsp stream playback issue
rtsp stream playback issue
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
1.x
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-01-28 04:57 UTC by swapnil
Modified: 2018-11-03 14:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Attaching debug log (1009.81 KB, application/x-xz)
2015-05-08 11:27 UTC, swapnil
Details

Description swapnil 2015-01-28 04:57:44 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
Comment 1 swapnil 2015-01-28 05:13:22 UTC
Mentioned stream path is for internal testing. 
Please try some other stream.
Comment 2 swapnil 2015-05-07 12:05:13 UTC
Any update on this?
Comment 3 Tim-Philipp Müller 2015-05-08 10:01:20 UTC
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?
Comment 4 swapnil 2015-05-08 10:33:22 UTC
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.
Comment 5 Tim-Philipp Müller 2015-05-08 10:41:08 UTC
Could you make a GST_DEBUG=*:6 debug log and attach it here (xz -9 compressed)?
Comment 6 swapnil 2015-05-08 11:27:50 UTC
Created attachment 303068 [details]
Attaching debug log
Comment 7 Edward Hervey 2018-05-06 09:32:28 UTC
swapnil, does this still fail for you on current GStreamer ?
Comment 8 Amit Pandya 2018-10-22 06:51:15 UTC
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.
Comment 9 GStreamer system administrator 2018-11-03 14:57:18 UTC
-- 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.