Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shaka Player 4.x.x and HLS #1

Open
Luke-HSKim opened this issue Nov 17, 2022 · 1 comment
Open

Shaka Player 4.x.x and HLS #1

Luke-HSKim opened this issue Nov 17, 2022 · 1 comment

Comments

@Luke-HSKim
Copy link

I tried to apply higher version of shaka player by changing like following in index.html

from
<script src="./assets/shaka-player.compiled_org.js"></script>
to
<script src="https://cdnjs.cloudflare.com/ajax/libs/shaka-player/4.0.0/shaka-player.compiled.js"></script>

When I tried with 3.x.x, it worked well, but 4.x.x didn't work. Can you correct it or explain how to make it work?

In addition, I tried to play HLS by adding like following in main.js.

var playerConfig = [
    {
        manifest: 'https://d1czxfd0hfd9km.cloudfront.net/outputs/bbb/mediaconvert/hls/bbb.m3u8',
        description: 'No DRM'
    },

It didn't work with Error code 4032. As I check this code, it means unsupported codec. Is there any way to play HLS in tizen?

Thank you in advance!

@arturparkhisenko
Copy link

@Luke-HSKim did you resolve it? If not then try to add https://github.com/videojs/mux.js

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

No branches or pull requests

2 participants