Skip to content

Shaka Player 4.x.x and HLS #1

@Luke-HSKim

Description

@Luke-HSKim

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions