|
|
#1 (permalink) |
|
Bow before Surpass!
Super #1
Joined in Sep 2004
1,547 posts
Gave thanks: 91
Thanked 49 times
|
Streaming Video via Root?
Hello,
I've been trying to use root locations for streaming movies... using the following: Code:
<embed src="/home/gaminghy/media/videos/tgs2006/lostplanet_part1.mov" width="640" height="480" autostart="true" loop="false"></embed> Any ideas? Thank you!
__________________
Wii Hotspot - Upcoming project! -http://www.wiihotspot.com
Make a cPanel Login Form | Why is my Account Suspended? |
|
|
|
|
|
#2 (permalink) |
|
Surpass Fan
Super #1
Joined in Aug 2004
Hosted on SH58
1,688 posts
Gave thanks: 6
Thanked 7 times
|
HTTP can not access files outside of /public_html/ so you will need to use PHP (or some other scripting language) to serve the file to the user.
PHP Code:
__________________
- Evan Charlton | [site] | Server - SH58 |
|
|
|
|
|
#3 (permalink) |
|
Bow before Surpass!
Super #1
Joined in Sep 2004
1,547 posts
Gave thanks: 91
Thanked 49 times
|
Thanks for the input. Now, the issue I'm having is that I wish for the video player to be on a certain part of the page at one absolute width/height... hence the <embed> attempt.
Thanks.
__________________
Wii Hotspot - Upcoming project! -http://www.wiihotspot.com
Make a cPanel Login Form | Why is my Account Suspended? |
|
|
|