Giter Site home page Giter Site logo

slingninza / bitmovin-player-tizen-demo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bitmovin/bitmovin-player-tizen-demo

0.0 0.0 0.0 1.52 MB

Sample app for how to use the Bitmovin Web SDK on Samsung Tizen devices

Home Page: https://bitmovin.com

License: MIT License

CSS 21.45% HTML 38.24% JavaScript 40.31%

bitmovin-player-tizen-demo's Introduction

bitmovin-player-tizen-demo

This repository contains a sample app that used the Bitmovin HTML5 Player in a Tizen App.

Using the Sample App

  1. Download Tizen Studio
  2. Open the sample app with Tizen Studio
  3. Connect your TV Device. This tutorial is a good reference
  4. Input your player key into main.js
  5. 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.

Notes for developing your own app

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"
	}
};

Additional Documentation

Complete API documentation is available at https://developer.bitmovin.com/hc/en-us

Other demo applications https://bitmovin.com/demo/

Support

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 ๐Ÿ‘

bitmovin-player-tizen-demo's People

Contributors

bitmovin-kenny avatar dweinber avatar zachmanc avatar mckennajones avatar wabiloo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.