I am trying to deploy a small application on a Samsung device displaying a set of items in a list with a background image and playing a video for each of them, but I am getting a couple of errors, any input or feedback on this would be helpful.
Here are the details:
Samsung Device
- Year: 2020
- Serie: 8
- Model: UN50TU8000KXZL
- Version: Tizen v5.5
Steps to generate a Tizen project with Lightning development
- Run
lng dist —es6
- New Tizen project:
- Profile & Version: TV Samsung
- Application type: Web Application
- Template: Empty
- Replace Tizen default files with those in the
dist
folder. - Change necessary keycode buttons according to documentation
Lightning Project details
- Data is stored locally on a JSON file
- We make requests only for images and videos
- Images do not have big resolutions
Issues
We debugged the application as Tizen Web Application and received this error when trying to get the image of the items from the URL:
And then, when we access the player we get this and the video does not play:
Note: No CORS error appears.