Flash is long dead
This commit is contained in:
parent
b7188832da
commit
6a0119fa17
|
@ -42,10 +42,6 @@ getSourceLabel = (source) ->
|
||||||
else
|
else
|
||||||
return "#{source.quality}p #{source.contentType.split('/')[1]}"
|
return "#{source.quality}p #{source.contentType.split('/')[1]}"
|
||||||
|
|
||||||
waitUntilDefined(window, 'videojs', =>
|
|
||||||
videojs.options.flash.swf = '/video-js.swf'
|
|
||||||
)
|
|
||||||
|
|
||||||
hasAnyTextTracks = (data) ->
|
hasAnyTextTracks = (data) ->
|
||||||
ntracks = data?.meta?.textTracks?.length ? 0
|
ntracks = data?.meta?.textTracks?.length ? 0
|
||||||
return ntracks > 0
|
return ntracks > 0
|
||||||
|
|
Binary file not shown.
BIN
www/video-js.swf
BIN
www/video-js.swf
Binary file not shown.
Loading…
Reference in a new issue