-
Notifications
You must be signed in to change notification settings - Fork 62
Not able to find the file #24
Description
I am already trying to get the code to run for several hours. Maybe I can't figure it our because I am a newbie in Node.js. I have everything up and running. Just I am not able to find the file. I keep on getting the message:
"Ooh dear.Sorry, I can't find that file. Could you check again?"
My rootfolder is: /home/[username]/node
The videos are located in the subfolder "videos": /home/[username]/node/videos
The video to stream is called: movie.mp4 and is located in the subfolder.
Configuration file: {
"mode": "development",
"forceDownload": false,
"random": false,
"rootFolder": "/home/[username]/node/",
"rootPath": "/videos",
"server": "VidStreamer.js/0.1.4",
"maxAge": "3600",
"throttle": false
}
I am using this url to request the video: http://192.168.40.30:3000/?fs=/videos/movie.mp4
What am I doing wrong? I have the feeling it's something really stupid that I am missing.