webrtc-streamer icon indicating copy to clipboard operation
webrtc-streamer copied to clipboard

Notified in web app about dead rtsp streams. question.

Open ohadlahav opened this issue 7 years ago • 1 comments
trafficstars

NOT A BUG Just a question.

Is there an elegant way where i could get notified (in js web app) when a IP camera RTSP stream is down ? In my implementation i stream multiple ip cameras and would like to notify the user about "dead" rtsp streams.

The peerconnection is still connected in those scenarios as the webrtc-streamer working fine.

Thanks in advance !!

ohadlahav avatar Nov 15 '18 07:11 ohadlahav

Hi,

Maybe you can use the webrtc stats ?

Or I guess it could be to use the datachannel or add some additionnal status in getPeerConnectionList API.

Best Regards, Michel.

mpromonet avatar Dec 24 '18 16:12 mpromonet