Skip to content

Latest commit

 

History

History
162 lines (131 loc) · 5.9 KB

CHANGELOG.md

File metadata and controls

162 lines (131 loc) · 5.9 KB

Version 5.4.6

Fixes

  • Fix #604 - Android + iPhone - no video
  • Fix #606 - Amazon Silk - no visible video

Version 5.4.5

Fixes

  • Fix #575 - iOS 7: extremely long loading times with several players on page
  • Fix #569 - Live Flash WebKit: hangs on fullscreen toggle
  • Fix #559 - safari + flash: type error
  • Fix #573 - iOS fullscreen exit shows splash
  • Fix #591 - iframe + Chrome nitpicks about local storage
  • Fix #594 - API Safari 6 Flash detection
  • Fix #595 - Problems with Internet Explorer 9 on Windows 7 N-edition
  • Fix #599 - preload="none" Type Error

Version 5.4.4

Enhancements

  • Add UI support for live streaming
  • Add context menu for the player
  • Allow configuring NetStream.bufferTime for flash engine (#337)

Fixes

  • Fix #555 - no subtitles in IE with splash setup
  • Fix #539 - Black horizontal lines in iOS 7
  • Fix #557 - rtmp js playlist: 2nd video does not start at beginning
  • Fix #486 - playlist: iOS always starts with first item
  • Fix #481 - On Chrome for Android, "ready" event is sent before having metadata, and is sent twice.
  • Fix #126 - flash: webkit always plays first clip in playlist on fullscreen toggle
  • Fix #455 - flowplayer makefile does not use variable mxmlc path
  • Fix #480 - fullscreen broken in some Chrome versions on Android
  • Fix #476 - embed: only works with absolute urls
  • Fix #389 - flash: fullscreen toggle restarts clip even in rtmp in some browsers
  • Fix #466 - Do not let key 219 trigger help
  • Fix #490 - Flash fallback doesn't work on (certain) Windows 8 / Internet Explorer 10 combinations
  • Fix #521 - flash fullscreen: screen.availHeight not reliable in WebKit
  • Fix #548 - Libs from embed.min.js included twice
  • Fix #549 - Multiple embeds on same page fail with jquery 1.10+
  • Fix #483 - Webkit rounding issue was causing buffered event to not fire
  • Fix #498 - Flash Buffered Event Firing Multiple Times
  • Fix #497 - ie9 plays both rtmp and mp4 if flash engine is preferred
  • Fix #469 - esc binding to stop() unfortunate
  • Fix subtitles with jquery.migrate.js
  • Fix javascript-playlist setup without .fp-next and .fp-prev elements

Version 5.4.3

Enhancements

  • Flowplayer now works inside iOS UIWebView component

Fixes

  • Fix #421 - js-playlist setup does not play through in rtmp (regression)
  • Fix #419 - empty container js setup: needs 2 clicks to trigger replay
  • Fix #426 - js-setup: method "map" not supported (flash? jQuery.map?)
  • Fix #427 - js-playlist: fp-prev, fp-next no-ops
  • Fix #424 - Subtitles and seeking
  • Fix #369 - Fullscreen not working with jQuery 1.7.1

Version 5.4.2

Enhancements

Fixes

  • Fix #381 - XSS vulnerability in Flash fallback
  • Fix #375 - Error when no index passed to play() method
  • Fix #373 - native_fullscreen + playlist: duplicate controls on "done"
  • Fix #369 - jquery 1.7.1 not sufficient for JS install
  • Fix #383 - resolve() should not delete type
  • Fix #367 - no-mute modifier class broken on its own
  • Fix #387 - Volume/muting params after refreshing page
  • Fix #353 - playlist: problem with similarly named files
  • Fix #391 - finish + playlist: index, is_last video properties not available, is-last class always present
  • Fix #392 - [Internet Explorer] Play button behavior
  • Fix #356 - JavaScript playlist clip indices still depend on file naming scheme

Version 5.4.1

Enhancements

  • When embedding, make embed script, flowplayer library, flowplayer swf and skin configurable
  • Load all resources without protocol where possible

Fixes

  • Fix mobile safari native_fullscreen configuration option
  • Fix commercial embedding with flash engine
  • Fix playlist advancing with Internet Explorer 9
  • Fix clip choosing after playing through the playlist
  • Fix for falling back to flash engine on Internet Explorer installation without media extensions
  • Fix fullscreen with Chrome on Android

Version 5.4

Enhancements

  • RTL (right-to-left) support
  • Playlist configuration via JavaScript
  • Support for Chrome on iPad
  • Support for Windows Phone
  • Support for Firefox on Android
  • Support native fullscreen
  • Opt-in for Apple Airplay
  • Touch-optimized control bar for touch enabled devices

Fixes

  • Only remove owned video nodes on unload()
  • Fix poster for flash engine
  • Hide error message caused by navigating away from page
  • Don't preload anything with flash engine when preload="none" specified
  • Fix fullscreen in desktop Safari
  • Fix cuepoint firing for 0.0
  • Show correct duration with desktop Safari for HLS
  • Don't start playback accidentally when scrolling over player with touch devices
  • Fallback background color for splash-setups on touch devices is now only set when Flowplayer falls back to splash config
  • For iPhone and other devices incapable of displaying videos inline - the video component is hidden to avoid UI bugs
  • data-volume -attribute is now always respected
  • Don't set incorrect aspect ratio when embedding
  • Timeline isn't accidentally enabled in ready event anymore if explicitely disabled
  • Make sure load-event can be canceled via event.preventDefault()
  • Source urls can now contain query strings (signed AWS URLS etc)
  • Cuepoints are now cleaned for playlist items
  • Relative video source urls now work also in IE7
  • Re-introduce support for Android 2.x
  • is_last and index properties are now correctly reported for playlist items
  • finish event isn't triggered twice anymore
  • don't set last volume to zero when muting (allow un-muting)
  • Check for correct support property when showing error of unsupported video format