Microsoft Smooth Streaming
Hello,
I’m trying to add MSS, I’ve added:
autoMSS=
{
targetFolder= "/var/evostreamms/media",
},
to the config.lua and clientaccesspolicy.xml:
<?xml version="1.0" encoding="utf-8"?>
<access-policy>
<cross-domain-access>
<policy>
<allow-from http-request-headers="SOAPAction">
<domain uri="*"/>
</allow-from>
<grant-to>
<resource path="/" include-subpaths="true"/>
</grant-to>
</policy>
</cross-domain-access>
</access-policy>
and the files seem to be produced but VLC or web-based player do not pay the stream like this one:
http://livenl.easy-bits.com/autoMSS/dub … t/manifest
Could you help ?