You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using it to transfer realtime MP4 over the webrtc datachannel and render it in the browser. However when the user goes to another tab, Chrome throttle it and when the user goes back to the tab it starts to play the video of several seconds ago.
How should I fix this?
Some ideas:
Any way to restart the stream and tell the library: forget all old frames and render just from here?
I had the idea of don't write frames that came over my channel, while the document is not focused. However missing frames makes the video freeze for about 2 minutes. After that it start working again.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi!!
Thanks for the library! Looks awesome to me.
I'm using it to transfer realtime MP4 over the webrtc datachannel and render it in the browser. However when the user goes to another tab, Chrome throttle it and when the user goes back to the tab it starts to play the video of several seconds ago.
How should I fix this?
Some ideas:
Thanks in advance!
The text was updated successfully, but these errors were encountered: