When trying to load a webpage with more then one MediaSources, browser window goes black and there's following error message in debugger console:
Uncaught InvalidStateError: Failed to execute 'endOfStream' on 'MediaSource': The MediaSource's readyState is not 'open'.
Same page works fine in desktop chrome.
I'm attaching minimal example, it tries to load and play two videos using MediaSource API.
simplest-html.zip