[Bug 744209] rtspsrc can not keep rtsp alive

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Mar 26 05:48:53 PDT 2015


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

Tim-Philipp Müller <t.i.m at zen.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO
                 CC|                            |t.i.m at zen.co.uk

--- Comment #1 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
This seems to work fine for me (in Linux anyway), it sends a GET_PARAMETER
every 55 seconds, both in 1.4.4 and git master:

RTSP request message 0x7f6395345ca0
 request line:
   method: 'PLAY'
   uri:    'rtsp://127.0.0.1:8554/test/'
   version: '1.0'
 headers:
   key: 'Range', value: 'npt=0-'
 body:
Progress: (request) Sending PLAY request
RTSP response message 0x7f6395345d00
 status line:
   code:   '200'
   reason: 'OK'
   version: '1.0'
 headers:
   key: 'CSeq', value: '5'
   key: 'RTP-Info', value:
'url=rtsp://127.0.0.1:8554/test/stream=0;seq=8991;rtptime=2681263360'
   key: 'RTP-Info', value:
'url=rtsp://127.0.0.1:8554/test/stream=1;seq=11700;rtptime=2704522221'
   key: 'Range', value: 'npt=0-6575.574'
   key: 'Server', value: 'GStreamer RTSP server'
   key: 'Session', value: 'Pg5cn1lher+rVkXy'
   key: 'Date', value: 'Thu, 26 Mar 2015 12:43:06 GMT'
 body: length 0
Progress: (request) Sent PLAY request
Redistribute latency...
RTSP request message 0x7f6395345d30
 request line:
   method: 'GET_PARAMETER'
   uri:    'rtsp://127.0.0.1:8554/test/'
   version: '1.0'
 headers:
 body:
RTSP response message 0x7f6395345e00
 status line:
   code:   '200'
   reason: 'OK'
   version: '1.0'
 headers:
   key: 'CSeq', value: '6'
   key: 'Server', value: 'GStreamer RTSP server'
   key: 'Date', value: 'Thu, 26 Mar 2015 12:44:01 GMT'
 body: length 0
RTSP request message 0x7f6395345d30
 request line:
   method: 'GET_PARAMETER'
   uri:    'rtsp://127.0.0.1:8554/test/'
   version: '1.0'
 headers:
 body:
RTSP response message 0x7f6395345e00
 status line:
   code:   '200'
   reason: 'OK'
   version: '1.0'
 headers:
   key: 'CSeq', value: '7'
   key: 'Server', value: 'GStreamer RTSP server'
   key: 'Date', value: 'Thu, 26 Mar 2015 12:44:56 GMT'
 body: length 0

Could you provide a GST_DEBUG=*rtsp*:6 debug log?

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