SamsungDForum / SampleWebApps-PlayerHTMLShaka

Apache License 2.0
2 stars 3 forks source link

Shaka Player 4.x.x and HLS #1

Open Luke-HSKim opened 1 year ago

Luke-HSKim commented 1 year ago

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

from

to

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 commented 10 months ago

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