forked from denivip/osmf-hls-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
34 lines (28 loc) · 1.1 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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
Supported tags:
Main tags:
#EXTM3U
#EXTINF
#EXT-X-ENDLIST
Multi-bitrate streaming:
#EXT-X-STREAM-INF (with reqired BANDWIDTH parameter)
Live:
#EXT-X-MEDIA-SEQUENCE
Optional:
#EXT-X-TARGETDURATION
#EXT-X-DISCONTINUITY
#EXT-X-KEY (AES-128 only)
Fresh binaries you can find in the 'release' directory.
Documentation available in the 'docs'.
TODO:
Download ts fragment using p2p network