This repository contains a sample app that uses the Bitmovin HTML5 Player in a Tizen App. Project structure:
File/Folder | Description |
---|---|
context.xml | Contains configuration options, application priviliges and entry points |
index.html | HTML laying out the structure of the demo and definition of the used player resources |
js/main.js | Main JavaScript file our demo application will use |
images/ | Place for the application logo |
css/ | Stylesheets used for making the demo application pretty |
Need some guidance? Check out our tutorial on how to use the Bitmovin web player on Samsung Tizen TVs.
- Download Tizen Studio
- Open the sample app with Tizen Studio
- Connect to your TV. This tutorial is a good reference
- Input your player key into
main.js
- Run/debug the sample app. If you debug, you will see Chrome developer tools launch. This will enable you to debug, monitor network requests, and execute commands through the javascript console.
Make sure to enable file_protocol
and set your app_id
in the tweaks
section of your config. Make sure to allowlist the app_id
for your player license key on https://bitmovin.com/dashboard/player/licenses/
var conf = {
key : "<YOUR_PLAYER_KEY>",
playback : {
autoplay : true
},
tweaks : {
file_protocol : true,
app_id : "YOUR_APP_ID"
}
};
Complete API documentation is available at https://developer.bitmovin.com/hc/en-us
Other demo applications https://bitmovin.com/demo/
If you have any questions or issues with this SDK or its examples, or you require other technical support for our services, please log in to your Bitmovin Dashboard at https://bitmovin.com/dashboard and create a new support case. Our team will get back to you as soon as possible 👍