Skip to content

Commit

Permalink
Merge branch 'moicci-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mangui committed Dec 3, 2015
2 parents cc5ad92 + 0b107c8 commit 554bc08
Show file tree
Hide file tree
Showing 9 changed files with 1,084 additions and 72 deletions.
7 changes: 7 additions & 0 deletions API.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ configuration parameters could be provided to hls.js upon instantiation of Hls O
liveSyncDurationCount : 3,
liveMaxLatencyDurationCount: 10,
enableWorker : true,
enableSoftwareAES: true,
fragLoadingTimeOut : 20000,
fragLoadingMaxRetry : 6,
fragLoadingRetryDelay : 500,
Expand Down Expand Up @@ -240,6 +241,12 @@ a value too close from ```liveSyncDurationCount``` is likely to cause playback s
(default true)
enable webworker (if available on browser) for TS demuxing/MP4 remuxing, to improve performance and avoid lag/frame drops.
#### ```enableSoftwareAES```
(default true)
enable to use JavaScript version AES decryption for fallback of WebCrypto API.
#### ```fragLoadingTimeOut```/```manifestLoadingTimeOut```
(default 60000ms for fragment/10000ms for manifest)
Expand Down
Loading

0 comments on commit 554bc08

Please sign in to comment.