-
I am streaming an rtsp stream from camera using OME with webrtc over tcp. There are cannot find stream errors when I load the stream in the ovenplayer, after 1-2 seconds, live streaming starts without any problem. Ovenplayer console error : {code: 501, message: 'Connection with low-latency(OME) server failed.', reason: 'WebSocket connection failed.', error: 'Cannot create offer'} OME version - 0.16.5 Attaching logs and Server.xml |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
The first playback request to edge fails because we temporarily commented out the feature that holds the first requested session until the RTSP stream is fully created due to performance issues. To be more specific, previously all requested WebRTC sessions were held until the RTSP stream was created, which could hold all socket threads, causing serious problems such as dead-locking the port until the stream was created. I'm working on some design changes to make this smarter. |
Beta Was this translation helpful? Give feedback.
-
Hi @getroot |
Beta Was this translation helpful? Give feedback.
Oh, sorry. The structure of OME has changed a few times over the years, so it no longer works.
This is on our backlog, but it will take a lot of time as it requires quite a few changes to make it work without performance degradation. We will get this resolved once our busy times are over.