Skip to content

Commit cbf8a8a

Browse files
update info log with flashls version
1 parent 46ce7a7 commit cbf8a8a

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed

dist/video-js.swf

3.53 KB
Binary file not shown.

libs/flashls.swc

-21.2 KB
Binary file not shown.

src/VideoJS.as

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ package{
3333

3434
public function VideoJS(){
3535

36+
ExternalInterface.call('console.log', 'verse videojs-swf');
3637
HLSSettings.capLevelToStage = true;
3738
HLSSettings.maxBufferLength = 120;
3839
HLSSettings.useHardwareVideoDecoder = true;

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.4.0.6");
53+
Log.info("https://github.com/mangui/flashls/releases/tag/v0.4.1.1");
5454
_hls = new HLS();
5555
_model = VideoJSModel.getInstance();
5656
_metadata = {};

0 commit comments

Comments
 (0)