https://github.com/streamedian/html5_hls_player
html5 HLS player
https://github.com/streamedian/html5_hls_player
Last synced: 3 months ago
JSON representation
html5 HLS player
- Host: GitHub
- URL: https://github.com/streamedian/html5_hls_player
- Owner: Streamedian
- License: apache-2.0
- Created: 2016-06-08T10:12:19.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-09T11:34:14.000Z (almost 9 years ago)
- Last Synced: 2025-01-10T16:38:43.277Z (5 months ago)
- Size: 4.88 KB
- Stars: 9
- Watchers: 6
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Overview
html5_hls_player.js is a Javascript library which implements HLS client for watching streams in your browser
that works directly on top of a standard HTML element.
It requires support of HTML5 Video with Media Sources Extensions for playback. Also player relies on server-side websocket
proxy for retransmitting HLS streams to browser.## Test stream
Link to server running with websock_hls_proxy and test page http://specforge.com/html5hlsstream/index.html
Browser support:
streaming over websocket:
* Firefox v.42+
* Chrome v.23+
* MS Edge v.13+
* Opera v.15+
* Android browser v.5.0+
* IE Mobile v.11+streaming over HTTP:
* OSX Safari v.8+
* iOS Safarinot supported Internet Explorer