[Bug 752531] New: [rtspsrc/rtpjitterbuffer]: playback and seek is unstable if set buffering mode
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Jul 17 06:55:36 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=752531
Bug ID: 752531
Summary: [rtspsrc/rtpjitterbuffer]: playback and seek is
unstable if set buffering mode
Classification: Platform
Product: GStreamer
Version: 1.5.2
OS: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: gst-plugins-good
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: vegas8001 at gmail.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
I'm running rtsp streaming on GST v1.5.2 release.
current default rtspsrc streaming does not raise buffering msg.
however, I need to get buffering msg from the pipeline.
However,if set "buffer-mode" property as buffering mode,
the rtsp streaming in buffering mode seems unstable.
for example uri,
gst-launch-1.0 rtspsrc
location="rtsp://87.106.191.98/3gp/video/03.Video_H.263(16K)_AAC-LC(24k).3gp"
buffer-mode="2" ! decodebin ! navseek ! xvimagesink
=> if doing pause and resume and seek , it is stopped with printing "buffering
0%".
or
modify gst/rtsp/gstrtspsrc. make 'buffer-mode' set to buffering mode.
after build& install.
gst-launch-1.0 playbin
uri="rtsp://87.106.191.98/3gp/video/03.Video_H.263(16K)_AAC-LC(24k).3gp"
video-sink="navseek ! xvimagesink"
--
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