videoplayer occurs cross-origin error when playing m3u8

  • when i play m3u8 live-video,occurs cross-origin error:

    Code
    ERROR:SecurityError: Failed to execute 'texImage2D' on 'WebGlRenderingContext':The video element contains cross-origin data,and may not be loaded

    but in fact, there is crossdomain.xml on streaming server:

    Code
    <cross-domain-policy><site-control permitted-cross-domain-policies="all"/><allow-access-from domain="*" secure="true"/><allow-http-request-headers-from domain="*" headers="*" secure="true"/></cross-domain-policy>

    so i really don't know where i got wrong, does anyone have any idea?
    thanks in advance!

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!