Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/denivip/osmf-hls-plugin
OSMF HLS Plugin
https://github.com/denivip/osmf-hls-plugin
Last synced: about 2 months ago
JSON representation
OSMF HLS Plugin
- Host: GitHub
- URL: https://github.com/denivip/osmf-hls-plugin
- Owner: denivip
- License: isc
- Created: 2013-04-08T07:24:41.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2016-04-04T12:37:03.000Z (almost 9 years ago)
- Last Synced: 2024-08-04T05:05:52.909Z (5 months ago)
- Language: ActionScript
- Homepage:
- Size: 39.6 MB
- Stars: 180
- Watchers: 49
- Forks: 93
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-actionscript-sorted - osmf-hls-plugin - OSMF HLS Plugin (Unsorted / Other API)
README
HLS-OSMF-Plugin is an OSMF 2.0 plugin for Apple HTTP Live Streaming.
It was developed for Together Video Camera ( http://2gzr.com ) service and is used to playback Apple HLS video streams in Flash video player. Actually, all the video streams in the service are HTTP LS.
You may find detailed description of the plug in in our blog => http://blog.denivip.ru/index.php/2013/05/osmf-hls-plugin/?lang=en
Supported features:
- HLS playback in OSMF 2.0 based video players
- Multi-bitrate streaming
- VOD/Live/DVR content streaming
- Dynamic buffering control for optimized playback (beta)
- Discontinuity (#EXT-X-DISCONTINUITY tag)
- iframes support (Facebook/Twitter/etc)
- JavaScript isn't needed to work
- Multi-angle video supported.Supported tags:
Main tags:
* #EXTM3U
* #EXTINF
* #EXT-X-ENDLISTMulti-bitrate streaming:
* #EXT-X-STREAM-INF (with reqired BANDWIDTH parameter)Live:
* #EXT-X-MEDIA-SEQUENCEOptional:
* #EXT-X-TARGETDURATION
* #EXT-X-DISCONTINUITY
* #EXT-X-MEDIA (with TYPES AUDIO/VIDEO and SUBTITLES in subtitles branch)
* #EXT-X-KEY (AES-128 only)Fresh binaries you can find in the 'release' directory.
Documentation available in the 'docs'.