Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
videojs-contrib-hls
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
53dbfecf
authored
2014-04-14 12:23:32 -0400
by
Gary Katsevman
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' into withcredentials
2 parents
348ef762
84ea0e16
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
.npmignore
README.md
package.json
.npmignore
0 → 100644
View file @
53dbfec
dist/*
*~
*.iml
*.swp
tmp/**
test/**
\ No newline at end of file
README.md
View file @
53dbfec
[
![Build Status
](
https://travis-ci.org/videojs/videojs-contrib-hls.
png
)
](https://travis-ci.org/videojs/videojs-contrib-hls)
[
![Build Status
](
https://travis-ci.org/videojs/videojs-contrib-hls.
svg?branch=master
)
](https://travis-ci.org/videojs/videojs-contrib-hls)
# video.js HLS Plugin
...
...
@@ -47,7 +47,6 @@ support for:
-
Alternate audio and video tracks
-
Subtitles
-
Segment codecs _other than_ H.264 with AAC audio
-
Live streams
-
Internet Explorer < 10
### Runtime Properties
...
...
@@ -119,6 +118,7 @@ bandwidth and viewport dimensions.
-
[
Best RESOLUTION variant
]
OR
[
Best BANDWIDTH variant
]
OR
[
inital playlist in manifest
]
## Release History
-
0.4.0: Live stream support
-
0.3.0: Performance fixes for high-bitrate streams
-
0.2.0: Basic playback and adaptive bitrate selection
-
0.1.0: Initial release
...
...
package.json
View file @
53dbfec
{
"name"
:
"videojs-contrib-hls"
,
"version"
:
"0.
3.2
"
,
"version"
:
"0.
4.0
"
,
"engines"
:
{
"node"
:
">= 0.10.12"
},
...
...
Please
register
or
sign in
to post a comment