Are you able to "debug" the default "live" service in FMIS?If
Maybe I'm doing this wrong...
In my: "fms_install / applications / live" folder I've added the Application.xml code to allow debugging:
Looks something like this:
<Application>
<AllowDebugDefault>true</AllowDebug Default>
<AllowHTTPTunnel>true></AllowHTTPTunnel>
<StreamManager>
<VirtualDirectory>
<!-- Specifies application specific virtual directory mapping for streams. -->
<Streams>/;${LIVE_DIR}</Streams>
</VirtualDirectory>
</StreamManager>
...
When I load up the FMS admin console though I can't preview the Live video streams. Am I doing something wrong?
( Live streams ARE working correctly.. this is just annoying me that I can't preview them through the admin console. )
