how to load subtitles from diffrent domain
-
hi,
how to load subtitles from a frent domains , im using nginx.
let’s say i have these domain on my servermysite.com -> primary site
video.mysite.com -> location of my video files
subs.mysite.com -> location of all my subtitles filesi’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.xmlhttps://www.ads-software.com/plugins/fv-wordpress-flowplayer/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘how to load subtitles from diffrent domain’ is closed to new replies.