Skip to content
This repository has been archived by the owner on Jan 15, 2023. It is now read-only.

is it mp4 suppoted #32

Closed
sumitdas4u opened this issue Jun 8, 2018 · 1 comment
Closed

is it mp4 suppoted #32

sumitdas4u opened this issue Jun 8, 2018 · 1 comment

Comments

@sumitdas4u
Copy link

is it mp4 supported ?

@mattkol
Copy link
Member

mattkol commented Jun 9, 2018

Chromely is based on CEF/CefSharp and CEF/CefGlue. For proprietary reasons none of them support mp4 out of the box and so Chromely too does not. However, those with appropriate license for mp4/H.264 can rebuild CEF and the binaries should easily be used with Chromely.

To know what is supported you can run Chromely with a start url - https://html5test.com/

Last test I ran:
mp4_issue

Meanwhile you can see what Chromely supports with Google Shaka. To try Shaka run Chromely with a start url - https://shaka-player-demo.appspot.com/demo/#asset=https://storage.googleapis.com/shaka-demo-assets/angel-one/dash.mpd;lang=en-US;build=uncompiled

More info:
Note:
Support for Widevine CDM requires additional steps as outlined here.
Use of proprietary codecs (such as H.264) requires a custom build of CEF to be used due to licensing requirements.
Details on how to build the CEF project and other resources can be found here.

Google Shaka Player demo - video play back

You can get more info from running CdmSupportTest.html.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants