Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

No Film only spinning wheel and no warning.


When you click on the play button, you see the spinning wheel but not the film en no error warning.
I place this exempel on a other website, same hosting firm, and it works.
http://technoweld.eu/Int/filmtest/test.html

9 Community Answers

MisterNeutron

User  
0 rated :

Every file that a server provides comes with an HTTP header that tells the browser what kind of file it is. Your server is producing the video with a MIME type of “text/html,” whereas it needs to be “video/mp4.”. Your server administrator needs to fix this. If you can edit your own .htaccess file on the server, you can add this line:

AddType video/mp4 .mp4

But it really would be best if the server administrator corrected the error in the server configuration.

stef.vanhoeck

User  
0 rated :

I can place a .htaccess. In the same directori of "filmtest" not works.
Must it be in the root sector (httpdocs).

How can I see this?
"Your server is producing the video with a MIME type of “text/html"

MisterNeutron

User  
0 rated :

The problem is actually simpler than that - the video file isn't there. This gives a 404:

http://technoweld.eu/Int/filmtest/testvideo_6.mp4

Ethan Feldman

JW Player Support Agent  
0 rated :

The page cannot be found

The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.
Please try the following:

Make sure that the Web site address displayed in the address bar of your browser is spelled and formatted correctly.
If you reached this page by clicking a link, contact the Web site administrator to alert them that the link is incorrectly formatted.
Click the Back button to try another link.
HTTP Error 404 – File or directory not found.
Internet Information Services (IIS)

Technical Information (for support personnel)

Go to Microsoft Product Support Services and perform a title search for the words HTTP and 404.
Open IIS Help, which is accessible in IIS Manager (inetmgr), and search for topics titled Web Site Setup, Common Administrative Tasks, and About Custom Error Messages.

stef.vanhoeck

User  
0 rated :

Strange.
The video File is there:
ftp://87.238.162.179:21//httpdocs/Int/filmtest/testvideo_6.mp4
ftp://87.238.162.179:21//httpdocs/Int/filmtest/.htaccess
ftp://87.238.162.179:21//httpdocs/Int/filmtest/test.html
ftp://87.238.162.179:21//httpdocs/Int/filmtest/Testvideo.jpg
ftp://87.238.162.179:21//httpdocs/Int/filmtest/jwplayer6

stef.vanhoeck

User  
0 rated :

I shall take contact with the ISP.
1. how it comes about the video file page 404
2. activate the " AddType video/mp4 .mp4 "

Ethan Feldman

JW Player Support Agent  
0 rated :

Just contact your ISP to add the MP4 MIME TYPE and you should be all set.

stef.vanhoeck

User  
0 rated :

It's now OK.
It was hosted on a Windows server.
They have in the Virtual Directories added the MIME Type.
Now I to try out something, More than 1 video and if it can in table form.

Ethan Feldman

JW Player Support Agent  
0 rated :

Ok, glad it works.

This question has received the maximum number of answers.