• Resolved blueyoung

    (@blueyoung)


    hi,

    how to load subtitles from a frent domains , im using nginx.
    let’s say i have these domain on my server

    mysite.com -> primary site
    video.mysite.com -> location of my video files
    subs.mysite.com -> location of all my subtitles files

    i’ve followed reference in this guide , but all my post become 404 not found.

    i’ve put crossdomain.xml on all parent folder domain which contain

    <?xml version="1.0"?>
    <!-- https://www.osmf.org/crossdomain.xml --> <!DOCTYPE cross-domain-policy SYSTEM "https://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
    <cross-domain-policy>
    <allow-access-from domain="www.mysite.com" />
    <allow-access-from domain="video.mysite.com" />
    <allow-access-from domain="subs.mysite.com" />
    <allow-access-from domain="mysite.com" />
    <site-control permitted-cross-domain-policies="all"/>
    </cross-domain-policy>

    is this correct ?

    and can i load .srt files intead of .vtt ?

    thank you before! greeting…
    my crossdomain.xml

    https://www.ads-software.com/plugins/fv-wordpress-flowplayer/

Viewing 1 replies (of 1 total)
  • Hi blueyoung,

    Honestly supporting crossdomain requests is not our priority (www.ads-software.com is regularly giving us heck if they work). I’d suggest you keep your videos and subtitles on a single subdomain in different folders. That said we can probably help you make this work. Stop by our support forums and let us know about your issue, ideally with some real world examples.

    Thanks for trying FV plugins!

    Making the web work for you, Alec Kinnear

Viewing 1 replies (of 1 total)
  • The topic ‘how to load subtitles from diffrent domain’ is closed to new replies.