webrtc-streamer
webrtc-streamer copied to clipboard
Notified in web app about dead rtsp streams. question.
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 !!
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.