Skip to content

Commit 04b2670

Browse files
committed
update flashls to version v0.4.0.6
1 parent 84aec09 commit 04b2670

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

dist/video-js.swf

5.99 KB
Binary file not shown.

libs/flashls.swc

26.5 KB
Binary file not shown.

src/com/videojs/providers/HLSProvider.as

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ package com.videojs.providers{
5050
private var _bufferedTime:Number = 0;
5151

5252
public function HLSProvider() {
53-
Log.info("https://github.com/mangui/flashls/releases/tag/v0.3.5");
53+
Log.info("https://github.com/mangui/flashls/releases/tag/v0.4.0.6");
5454
_hls = new HLS();
5555
_model = VideoJSModel.getInstance();
5656
_metadata = {};

0 commit comments

Comments
 (0)