https://github.com/samsung/hbbplayer
HbbPlayer is HbbTV application which can playback media by using url of media as parameter. It conforms to W3C and HbbTV specification.
https://github.com/samsung/hbbplayer
Last synced: over 1 year ago
JSON representation
HbbPlayer is HbbTV application which can playback media by using url of media as parameter. It conforms to W3C and HbbTV specification.
- Host: GitHub
- URL: https://github.com/samsung/hbbplayer
- Owner: Samsung
- License: mit
- Created: 2016-06-21T06:26:40.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-06-26T06:01:54.000Z (about 8 years ago)
- Last Synced: 2025-04-11T18:22:17.582Z (over 1 year ago)
- Language: CSS
- Homepage:
- Size: 284 KB
- Stars: 60
- Watchers: 19
- Forks: 23
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HbbPlayer
HbbPlayer is HbbTV application which can playback media by using url of media as parameter. It conforms to W3C and HbbTV specification.

# How to use HbbPlayer
To play video using HbbPlayer application, run HbbTV with parameter like this:
`http://UTL_TO_HBBPLAYER/index.cehtml?url=URL_TO_VIDEO_FILE.mp4&type=PLAYER_TYPE`
To play DASH stream, 'url' will be 'URL_TO_DASH.mpd'.
Then player should parse URL and start playing the video.
'type' is a parameter of player type that shall be used.
>possible values : AVObject player, html5 (only for HbbTV profile 2.0)
# HbbPlayer debug UI