deepch / RTSPtoWeb

RTSP Stream to WebBrowser
MIT License
1.17k stars 284 forks source link

Disconnect Camera #373

Open Kamleshmaury opened 10 months ago

Kamleshmaury commented 10 months ago

I have write code using JavaScript for camera connection and connection stablished successfully but while Disconnected camera i am not able to get any event in Browser.Please provide support for this. In go server i have received error log as below screenshot but in Browser not able to recived.

Screenshot_19

cdelguercio commented 10 months ago

:+1: when RTSPtoWeb loses connection to the camera, the camera feed on my browser freezes on the last frame. In certain applications it can be dangerous if the user does not realize that the feed is down. It would be better if the RTSPtoWeb server sent an error or close message so I could properly relay the camera feed state to my users.