Skip to main content
Participant
August 18, 2009
Question

Access the application folder by HTTP

  • August 18, 2009
  • 1 reply
  • 759 views

Hi,

I did an application here to record the user's webcam and store an .FLV at my applications folder. That's ok.

But I want to retrive this .FLV using HTTP mode, to load the .FLV progressively, not by streaming. Got it?



For example, if I record a user webcam called "myWebcam":

myVideoClass.load("http://localhost/applications/my_app/myWe bcam.flv");


Using http (progressively), not rtmpt (streaming).

There is some way to do that? Or to move the file from applications folder to webroot?

Thanks and sorry for my english!

    This topic has been closed for replies.

    1 reply

    August 18, 2009

    I think at the very least you'd need and http server running on your machine to do this, and also probably to copy the flv into a path the server can get to.