Video stream stuck in loading on chrome.

113 views
Skip to first unread message

Alfurqan Shaikh

unread,
Jan 8, 2019, 1:27:05 AM1/8/19
to kurento
Dear All,

we have following setup for streaming RTSP stream from cameras to browsers.

Ubuntu (16.04) running kurento 6.0 and node server.js as server.
Chrome 71 as client browser.

we managed to view to video on browser but after doing following change in kurento-utils.js.

Removed:  var url = stream ? URL.createObjectURL(stream) : ''
                  remoteVideo.src = url

Added:       remoteVideo.srcObject = stream


client browsers are stuck in loading screen forever even though we have successfully send received sdp offers and ice candidate. In kurento logs we are getting following continuously.

101831 16684 [0x00007febdd7fa700]   error playerendpoint            kmsplayerendpoint.c:525 process_sample() <appsink1>  Non incremental original PTS (last original PTS: 0:02:39.916073066, original PTS: 0:02:39.914598930, is preroll: 0). Not pushing

Before doing above mention change we never faced this issue.

Can someone suggest where/what could be the cause of problem or is there any more changed needs to be done.

Regards,
Alfurqan Shaikh

Carlos

unread,
Jan 8, 2019, 11:52:05 AM1/8/19
to kurento
 I used to have similar issues. I got an updated version of adapter.js instead of the one provided by Kurento and problems got solved. Also with iOS!!
Reply all
Reply to author
Forward
0 new messages