Skip to main content
Participant
February 12, 2008
Question

FMSS 3 Streams - Please Help

  • February 12, 2008
  • 1 reply
  • 251 views
I am currently using the developers version to do some testing, but my plan is to purchase the FMSS 3 license.

In reading the "readme.txt" file, it gives instructions for deploying an unsigned vod service. If I edit parameters in the Application.xml file, will it work in FMSS 3?

Also, how do I configure my .connect(rtmp://myserver.com/???) connection string to use <streams> that I have added to the Application.xml file? I can access FLVs in the default "media" folder, but I cannot access FLVs from locations defined by my <streams>.

Here's a sample of my <streams>low;C:\inetpub\wwwroot\videos\low</streams>

Your assistance is greatly appreciated.

Brady Roberts
    This topic has been closed for replies.

    1 reply

    February 13, 2008
    to play a video (for example): C:\inetpub\wwwroot\videos\low\myvideo.flv

    nc.connect("rtmp://myserver.com/vod/myinstance");
    use: streamname: "low\myvideo"

    "low\" is needed as prefix in stream name to make your <Streams> mapping work.

    does it help ?