Trouble streaming .m3u8 – crossdomain.xml and webconfig.lua are Setup – Not working???
<?xml version=”1.0″?>
<!DOCTYPE cross-domain-policy SYSTEM “http://www.adobe.com/xml/dtds/cross-domain-policy.dtd“>
<cross-domain-policy>
<site-control permitted-cross-domain-policies=”master-only”/>
<allow-access-from domain=”*”/>
<allow-access-from domain=”*.mymobiletvchannel.com”/>
<allow-access-from domain=”http://www.mymobiletvchannel.com“/>
<allow-http-request-headers-from domain=”*.adobe.com” headers=”SOAPAction”/>
</cross-domain-policy>
In the File: webconfig.lua
I have unblocked this area:
–[[ includeResponseHeaders= ]]–
{
{
header=”Access-Control-Allow-Origin”,
content=”*”,
override=true,
},
{
header=”User-Agent”,
content=”Evostream”,
override=false,
},
}, –[[ ]]–
I’m using FlowPlayer and have the code setup here:
http://mymobiletvchannel.com/streaming/main.html
QUESTION: When I point to my URL: http://67.225.129.116:8888/autoHLS/stream1/stream1.m3u8
It’s won’t work. I need this to work live streaming.
When it points to: //cdn.flowplayer.org/202777/84049-bauhaus.m3u8
It will work.
Please help?
1 Answers
1.) Make sure that autoHLS/stream1/stream1.m3u8 is existing.
2.) Use another player, e.g. VLC, to ensure stream1.m3u8 is playable.
3.) Playback using FlowPlayer but use the default crossdomain.xml that comes with EMS. If this does not work, copy your crossdomain.xml in evo-webroot, and retry playback.
This is the default crossdomain.xml:
4.) If flowplayer still fails to playback, send us the web server logs and any error message/logs coming from flow player.