bjarnoldus / momovi-video-hls

Universal HLS HTML5 video player with flash fallback
https://momovi.com/opensource/momovi-video-hls
Other
96 stars 27 forks source link

Player isn't loading the video player like it should #4

Closed cskiwi closed 1 year ago

cskiwi commented 9 years ago

As one mentioned here: https://github.com/bjarnoldus/momovi-video-hls/issues/1#issuecomment-53254590

I'm having the same issue: The player doesn't always load the UI when initializing / auto playing it, so sometimes the play button is still in the center, and the time control etc isn't shown.

bjarnoldus commented 9 years ago

Hi Glenn,

Is this only for the Flash player (non-safari browser). You need to install the crossdomain.xml correctly, including the right server configuration.

Jeroen

cskiwi commented 9 years ago

This is for the flash plugin, I'm trying HLS.

I've setup a crossdomain.xml with the following configuration: and it still doesn't work.

<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy 
  SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
  <allow-access-from domain="*" />
</cross-domain-policy>