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
Unlike in Safari, on Edge MSE needs several seconds of content to start playing (e.g.: 7 segments each with 9 frames), so we cannot get a sub-second latency with live stream.
More on this can be found here: Video MSE issues as of March 01 2017
Even worse is the fact that we can not easily switch the video tracks because this issue correlates with our solution to fix issue #2.
If you want to play around on MS Edge, please check out edgebrowser branch. In this branch we use only one video element.
The text was updated successfully, but these errors were encountered:
Unlike in Safari, on Edge MSE needs several seconds of content to start playing (e.g.: 7 segments each with 9 frames), so we cannot get a sub-second latency with live stream.
More on this can be found here: Video MSE issues as of March 01 2017
Even worse is the fact that we can not easily switch the video tracks because this issue correlates with our solution to fix issue #2.
If you want to play around on MS Edge, please check out
edgebrowser
branch. In this branch we use only one video element.The text was updated successfully, but these errors were encountered: