Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.

Commit

Permalink
log out custom HLS settings
Browse files Browse the repository at this point in the history
  • Loading branch information
openunderground committed Jun 19, 2015
1 parent cbf8a8a commit 8ec0a7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file modified dist/video-js.swf
Binary file not shown.
4 changes: 4 additions & 0 deletions src/VideoJS.as
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ package{
HLSSettings.maxBufferLength = 120;
HLSSettings.useHardwareVideoDecoder = true;

ExternalInterface.call('console.log', 'HLSSettings.capLevelToStage: ' + HLSSettings.capLevelToStage);
ExternalInterface.call('console.log', 'HLSSettings.maxBufferLength: ' + HLSSettings.maxBufferLength);
ExternalInterface.call('console.log', 'HLSSettings.useHardwareVideoDecoder: ' + HLSSettings.useHardwareVideoDecoder);

_stageSizeTimer = new Timer(250);
_stageSizeTimer.addEventListener(TimerEvent.TIMER, onStageSizeTimerTick);
addEventListener(Event.ADDED_TO_STAGE, onAddedToStage);
Expand Down

0 comments on commit 8ec0a7c

Please # to comment.