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!
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.
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!