[Bug 774128] rtmp: add is-live to rtmpsrc

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Oct 1 09:45:41 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=774128

Ilya Smelykh <ilya.smelykh at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ilya.smelykh at gmail.com

--- Comment #7 from Ilya Smelykh <ilya.smelykh at gmail.com> ---
This patch solves the problem with gst-rtsp-server with retransmitting streams
from rtmp to rtsp. 
gst-rtsp-server code from current master performs seek to the time from rtsp
play command if upstream is seekable, most opensource rtsp clients
implementation always uses 'Range: npt=0.000-' in PLAY request (tested on
ffplay, vlc). 
As rtmpsrc reports that it's seekable and current rtmp time could be not 0
gst-rtsp-server fails on seek to time 0 on start.

-- 
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