Skip to content

Commit

Permalink
update info log with flashls version
Browse files Browse the repository at this point in the history
  • Loading branch information
openunderground committed Jun 19, 2015
1 parent 46ce7a7 commit cbf8a8a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
Binary file modified dist/video-js.swf
Binary file not shown.
Binary file modified libs/flashls.swc
Binary file not shown.
1 change: 1 addition & 0 deletions src/VideoJS.as
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ package{

public function VideoJS(){

ExternalInterface.call('console.log', 'verse videojs-swf');
HLSSettings.capLevelToStage = true;
HLSSettings.maxBufferLength = 120;
HLSSettings.useHardwareVideoDecoder = true;
Expand Down
2 changes: 1 addition & 1 deletion src/com/videojs/providers/HLSProvider.as
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ package com.videojs.providers{
private var _bufferedTime:Number = 0;

public function HLSProvider() {
Log.info("https://github.com/mangui/flashls/releases/tag/v0.4.0.6");
Log.info("https://github.com/mangui/flashls/releases/tag/v0.4.1.1");
_hls = new HLS();
_model = VideoJSModel.getInstance();
_metadata = {};
Expand Down

0 comments on commit cbf8a8a

Please sign in to comment.