You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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!
The text was updated successfully, but these errors were encountered: