Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 2.35 KB

CHANGELOG.md

File metadata and controls

43 lines (32 loc) · 2.35 KB

CHANGELOG

HEAD (Unreleased)

(none)


4.5.1 (2014-10-15)

  • Fixed an issue where changing the source immediately after seeking could cause an error (view)
  • Added sanitation for all data that might be passed through the external interface (view)

4.5.0 (2014-09-29)

  • Buffering and playback event fixes (view)

4.4.5 (2014-09-25)

  • Fixed sanitation of URLs to special case blob URLs (view)

4.4.4 (2014-09-22)

  • Added sanitizing of the src param (view)

4.4.3 (2014-08-14)

  • Rebuild with Flash target-player 10.3 and swf-version 12. (view)

4.4.2 (2014-07-11)

  • Fixed networkState reporting to be more accurate after loadstart (view)

4.4.1 (2014-06-11)

  • Ignore unnecessary files from npm packaging (view)
  • Fixed bug triggering playing (view)
  • Fixed bug with the timing of loadstart (view)
  • Added support for clearing the NetStream while in Data Generation Mode (view)
  • Fixed silent exception when opening MediaSources (view)

4.4.0 (2014-02-18)

  • Added changelog
  • Added support for using NetStream in Data Generation Mode (view)
  • Extended base support for external appendData for integration with HLS / Media Source plugins (view)
  • Fixed bug with viewport sizing on videos which don't present meta data (view)
  • Fixed bugs with buffered and duration reporting on non-linear streams (view)
  • Added refined seeking for use on non-linear streams (view)
  • Extended endOfStream for use with Media Sources API (view)