H
Hayabusa
Guest
Hey everyone, got a question.
I am trying to stream .avi format files from a 2nd internal hard drive (e
. Unfortunately I don't have enough room to move these video's on my c: drive. I can get the streaming working perfect from the c: drive (code below). I am trying to find out how to link a script to the e: drive so I can have all my video's accessible. When I try and link E:\videos\mycontent.avi it tries to reference the users e: drive and not the streaming computers. Anyone know how to do this? I've tried for a good 5 hours and can't find a good solution.
I am streaming from my computer (XAMPP) to my webpage (PHP) using an .avi format video's. I have hundreds movies that I want web accessible through my webpage (highly protected).
As stated before; the script below is working, I just want to change the directory to my e: drive (1TB) so I can have all my movies and not just "some". Simply changing the directory to E:\videos\mycontent.avi tries to look for the user's e: directory and not the local 1TB drive. I am trying to stream this so when I am at my friends house I can watch movies wherever there is internet (not just local or LAN).
OS: Windows 7 x64
Software: XAMPP (Newest Version)
From what I've read they went away from Virtual Folders in Windows 7 and went to Library's. When trying the Library link it tries to reference "Libraries\webpage\videos\mycontent.avi" and that again would look to the client's PC and not the server.
Any help would be great!!!
I am trying to stream .avi format files from a 2nd internal hard drive (e
I am streaming from my computer (XAMPP) to my webpage (PHP) using an .avi format video's. I have hundreds movies that I want web accessible through my webpage (highly protected).
As stated before; the script below is working, I just want to change the directory to my e: drive (1TB) so I can have all my movies and not just "some". Simply changing the directory to E:\videos\mycontent.avi tries to look for the user's e: directory and not the local 1TB drive. I am trying to stream this so when I am at my friends house I can watch movies wherever there is internet (not just local or LAN).
OS: Windows 7 x64
Software: XAMPP (Newest Version)
From what I've read they went away from Virtual Folders in Windows 7 and went to Library's. When trying the Library link it tries to reference "Libraries\webpage\videos\mycontent.avi" and that again would look to the client's PC and not the server.
Any help would be great!!!