update components
This commit is contained in:
parent
d004fd3960
commit
2fa1b14785
15 changed files with 179 additions and 86 deletions
2
dashboard-ui/bower_components/hls.js/API.md
vendored
2
dashboard-ui/bower_components/hls.js/API.md
vendored
|
@ -554,6 +554,8 @@ however if ```config.autoStartLoad``` is set to ```false```, the following metho
|
|||
#### ```hls.startLoad()```
|
||||
start/restart playlist/fragment loading. this is only effective if MANIFEST_PARSED event has been triggered and video element has been attached to hls object.
|
||||
|
||||
#### ```hls.stopLoad()```
|
||||
stop playlist/fragment loading. could be resumed later on by calling ```hls.startLoad()```
|
||||
|
||||
## Runtime Events
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue