Hi All,
Happy to be part of the group.
I have come across statements like
YouTube started using MSE with its
HTML5 player in September 2013
Currently, I am exploring the feasibility of passing on video content URL from application to native player or starboard layer by cobalt browser instead of following MSE concept.
Got to know that <video> tag is used for the same purpose by webkit browser.
When tried with following sample app, able to make out from the logs that video file is getting parsed, buffer management is happening etc etc. which may fall into MSE context itself:
<html>
<body>
</body>
</html>
Can anyone please share some pointers on how to configure or validate non-MSE path with cobalt.
Or Is it not supported and have to add the functionality in multiple modules?
fyi: my environment is Cobalt version 22.master.0 on ubuntu-18.04.5.
Thanks in Advance for your support.
Thanks and Best Regards,
Ranjit.