WebRTC icon indicating copy to clipboard operation
WebRTC copied to clipboard

[Feature Request] Add option for persistent server

Open rbray89 opened this issue 2 years ago • 2 comments

I have a couple of Foscam cameras that are very finicky using this integration, but work great using the RTSPtoWebRTC integration.

The difference is that the RTSPtoWebRTC maintains the RTSP stream and WebRTC sever binary persistently rather than spinning it up once viwed. I think there may be a race condition. At any rate, having the option to preload or persistently run the webRTC backend would be greatly appreciated.

rbray89 avatar Feb 25 '22 03:02 rbray89

There may be a problem with key frames. Ideally, their value should be no more than 2 seconds. Can you check your camera config?

AlexxIT avatar Apr 10 '22 14:04 AlexxIT

Check my new project. Maybe it handle this situation https://github.com/AlexxIT/go2rtc

AlexxIT avatar Aug 21 '22 11:08 AlexxIT

Hmmm... So I'm seeing worse behavior unfortunately. The image only seems to render on the i-frames, so framerate is absolutely terrible.

My hikvision Cameras work better with go2rtc though.

Trying to figure out if it is just these cameras or if this is a more systemic issue.

rbray89 avatar Oct 26 '22 20:10 rbray89

Should be fixed in v3

AlexxIT avatar Jan 20 '23 18:01 AlexxIT