Quantcast
Channel: We Got Served Forums - New Posts
Viewing all articles
Browse latest Browse all 5022

Whiist Webpage Video Streaming Problem

$
0
0

Hi all, im not sure if this is the right spot to post seeing as this can fall under two different topics but here it goes.

 

Im running WHS 2003 with power pack 3 installed and have the addin whiist installed.

 

I created a webpage in whiist and then went to the directory for the webpage files and wrote some basic code for playing a movie of mine so i could play it anywhere.

 

heres the code if it makes a difference:

 

 

<!DOCTYPE html>
<html>
 
<head><center>
<img src="SR2.jpg"></img>
</center></head>
 
<body bgcolor="#000000"><center>
 
<video width="640" height="480" controls autoplay>
  <source src="Shawshank Redemption.mp4" type="video/mp4"></source>
  <source src="Shawshank Redemption.ogg" type="video/ogg"></source>
  <source src="Shawshank Redemption.swf" type="video/swf"></source>
 
Your browser does not support video
</video>
 
</center></body>
</html>
 
 
Now this code runs fine if i open the html file locally on the server, but as soon as i try and access it through another computer via the webpage url the movie does not play.
 
I searched and found it may be the .htaccess file not allowing the video file types, and i went to add them but i cannot find this file for the life of me in any of the directories on the server, any help would be much appreciated!

Viewing all articles
Browse latest Browse all 5022

Trending Articles