Skip to main content
Known Participant
October 1, 2009
Question

Stream from multiple folders in VOD

  • October 1, 2009
  • 1 reply
  • 3298 views

I want to create folders inside of VOD that I can use to store FLV in and them stream them to webpages.  When I do this the webpage displays a white screen  It doesnt seem to find the FLV.  How can I do this? Does anyone know? thanks in advance.

    This topic has been closed for replies.

    1 reply

    ghost31379
    Inspiring
    October 3, 2009

    tooo general....need specifics....which version of FMS you running.....which version of ActionScript you code in......

    on my FMS3.....you just connect to the general folder.....and have the different folders inside the general folder.....like this

    nc.connect("rtmp://localhost/applicationname/generalInst")

    ns.play("folderone/one.flv");

    ns.play("foldertwo/two.flv");


    .......sooooo.....without reconnecting or any other madness.....you connect to the "generalInst" and have the other folders inside that folder...and just include the folder name when you streaming from the different folders....

    thelegendaryghost

    Known Participant
    October 4, 2009

    I am running FMS3.5. The general folder is VOD/media that I am currently putting all the FLV in.  These are all videos so I am not really encoding in any AS but I usually use 3.  Do you have to change an XML file so the sub folders are recongnized?

    Participant
    October 7, 2009

    Can anyone else help with this.?