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

Commit

Permalink
update to flashls 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mangui committed Oct 9, 2014
1 parent bf5f380 commit e594560
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified dist/video-js.swf
Binary file not shown.
Binary file modified libs/flashls.swc
Binary file not shown.
2 changes: 1 addition & 1 deletion src/com/videojs/providers/HLSProvider.as
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ package com.videojs.providers{
private var _bufferedTime:Number = 0;

public function HLSProvider() {
Log.info("flashls 0.3.0");
Log.info("flashls 0.3.1");
_hls = new HLS();
_model = VideoJSModel.getInstance();
_metadata = {};
Expand Down

0 comments on commit e594560

Please # to comment.