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
With a valid Tizen env. set, run tizen package -t wgt
then tizen install -n TizenTesting.wgt
The video will fail to play after some time
Errors
VIDEOJS: ERROR: (CODE:4 MEDIA_ERR_SRC_NOT_SUPPORTED) The media could not be loaded, either because the server or network failed or because the format is not supported. gr {code: 4, message: "The media could not be loaded, either because the …rk failed or because the format is not supported."}
Error:
What version of Video.js are you using?
8.16.1
Video.js plugins used.
No response
What browser(s) including version(s) does this occur with?
Mozilla/5.0 (SMART-TV; LINUX; Tizen 6.5) AppleWebKit/537.36 (KHTML, like Gecko) 85.0.4183.93/6.5 TV Safari/537.36
What OS(es) and version(s) does this occur with?
Tizen 6.5
The text was updated successfully, but these errors were encountered:
If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
To help make it easier for us to investigate your issue, please follow the contributing guidelines.
Description
When I tried to use the IMA SDK to play ads, I noticed that they failed to load on Tizen's TV.
Debugging a bit, I found that no MP4 works if I try to load the through a URL (E.g.: https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4), but the same MP4 plays fine if I reference it as a local file (by downloading it and bundling with the code).
My TV is a 2022 model (22TV_PREMIUM3)
Code with Tizen's config:
https://github.com/lucasqrib/tizen-tv-test
Reduced test case
https://codepen.io/lucasqrib23/pen/JjQYNjO
Steps to reproduce
tizen package -t wgt
tizen install -n TizenTesting.wgt
Errors
VIDEOJS: ERROR: (CODE:4 MEDIA_ERR_SRC_NOT_SUPPORTED) The media could not be loaded, either because the server or network failed or because the format is not supported. gr {code: 4, message: "The media could not be loaded, either because the …rk failed or because the format is not supported."}
Error:
What version of Video.js are you using?
8.16.1
Video.js plugins used.
No response
What browser(s) including version(s) does this occur with?
Mozilla/5.0 (SMART-TV; LINUX; Tizen 6.5) AppleWebKit/537.36 (KHTML, like Gecko) 85.0.4183.93/6.5 TV Safari/537.36
What OS(es) and version(s) does this occur with?
Tizen 6.5
The text was updated successfully, but these errors were encountered: