MediaBrowser with iOS 8 not working correctly

Issue #833 resolved
Petr Nejedly repo owner created an issue

Not sure if it's i)S 8 issue only (need to test with previous versions), but it looks like the problem is:

  • HTML5 video doing preload even if preload="none" - it starts the transcoding job once the player window opens
  • after playing a few videos, the device starts requesting all previously played videos in a quick succession - like if player.unload() doesn't work and it somehow remembers the previous videos. See: http://forum.serviio.org/viewtopic.php?f=8&t=18022&p=96716#p96713

This is with 1.5 beta

raised Flowplayer ticket: https://github.com/flowplayer/flash/issues/273

also asking at the forums: https://flowplayer.org/forum/#!/scripting_api:ios8-ipad-plugin-change-cli

Comments (5)

  1. Petr Nejedly reporter

    preload seems to always happen on iOS the second issue seems to be fixed by updating the fp_close() function - details on the flowplayer forum

  2. Log in to comment