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
60113a36
authored
2014-04-17 14:45:26 -0400
by
Gary Katsevman
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
add section in README re:withCredentials
1 parent
c64d4a02
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
README.md
README.md
View file @
60113a3
...
...
@@ -49,6 +49,19 @@ support for:
-
Segment codecs _other than_ H.264 with AAC audio
-
Internet Explorer < 10
### Plugin Options
You may pass in an options object to the hls plugin upon initialization. This
object may contain one of the following properties:
#### withCredentials
Type:
`boolean`
When the
`withCredentials`
property is set to
`true`
, all XHR requests for
manifests and segments would have
`withCredentials`
set to
`true`
as well. This
enables storing and passing cookies from the server that the manifests and
segments live on.
### Runtime Properties
#### player.hls.master
Type:
`object`
...
...
Please
register
or
sign in
to post a comment