Skip to main content
Participant
February 24, 2009
Question

VOD Directory problem

  • February 24, 2009
  • 1 reply
  • 317 views
Hi All,

I have installed FMS 3.5 on my server. And say the url of RTMP for the FMS is like "rtmp://myserver.net/". So for running a sample.flv file from the VOD service, it should be like "rtmp://myserver.net/vod/sample.flv".But, i have put my swf file on another server say like " http://www.abcd.com". Now i want to run that sample.flv file through VOD service. But its not working. It says something like connection error. Please help.

Thanks,
Amit
    This topic is closed to new replies. Start a new post to keep the conversation going.

    1 reply

    February 24, 2009
    Hi Amit,

    To play an FLV file, don't include the filename extension.

    // Connect to the application
    nc.connect("rtmp://myserver.net/vod")

    // Play the file
    ns.play("sample")

    HTH,
    Jody