L LWicks New Member Mar 9, 2021 #1 Trying to build out monitoring tools to identify viewers who are having issues playing video streams. Are there any tools to detect stream viewers that are not in stream 'Playing' status?
Trying to build out monitoring tools to identify viewers who are having issues playing video streams. Are there any tools to detect stream viewers that are not in stream 'Playing' status?
Max Administrator Staff member Mar 10, 2021 #2 Good day. There are a various ways to check server state and stream metrics on server side. On client side, you can check a channel quality and collect browser WebRTC statistics. To detect stream playback failure, you should use custom backend which should handle /StreamStatusEvent REST hook
Good day. There are a various ways to check server state and stream metrics on server side. On client side, you can check a channel quality and collect browser WebRTC statistics. To detect stream playback failure, you should use custom backend which should handle /StreamStatusEvent REST hook