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
a548f800
authored
2014-05-09 16:12:57 -0400
by
Gary Katsevman
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
copy flash swf option
1 parent
a5fb7c9f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
src/videojs-hls.js
src/videojs-hls.js
View file @
a548f80
...
...
@@ -531,6 +531,8 @@ videojs.Hls = videojs.Flash.extend({
init
:
function
(
player
,
options
,
ready
)
{
var
mediaSource
=
new
videojs
.
MediaSource
();
var
source
=
options
.
source
;
var
settings
=
player
.
options
();
options
.
swf
=
settings
.
flash
.
swf
;
options
.
source
=
{
src
:
videojs
.
URL
.
createObjectURL
(
mediaSource
),
type
:
"video/flv"
...
...
Please
register
or
sign in
to post a comment