Skip to content

Commit

Permalink
1.1.2.alpha-6
Browse files Browse the repository at this point in the history
* smoothed out CPU spikes from demuxer on slow machines (iPad 3)
* use XHR progress events to avoid hitting xhr.responseText early
* stream chunking fixes
* fixes for end of file
* pre-decode 1s of audio to smooth out beginning of playback a bit
* IE/Edge now uses Range-based chunking instead of MSStream for better proxy compatibility
* Fix for start of file when returned buffers are small
* Fix ended event for reals
* Fix end state when using muted audio
  • Loading branch information
bvibber committed Jun 6, 2016
1 parent 6993dd5 commit 79e601f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Based around libogg, libvorbis, libtheora, libopus, libvpx, and libnestegg compi

## Updates

* 1.1.2-alpha.6 - 2016-06-??
* 1.1.2-alpha.6 - 2016-06-06
* smoothed out CPU spikes from demuxer on slow machines (iPad 3)
* use XHR progress events to avoid hitting xhr.responseText early
* stream chunking fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ogv",
"version": "1.1.2-alpha.5",
"version": "1.1.2-alpha.6",
"description": "JavaScript media player using Ogg/Vorbis/Theora/Opus/WebM libs compiled with Emscripten",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 79e601f

Please sign in to comment.