Order Now AdSolution Sign Up | Login » Bits on the Run Sign Up | Login »

Forums

/

Problem to start reproduction with mp4

4 replies [Last post]

I am developing a site using JW Player on your latest version, I have several videos on my server and some other format to mp4 flv until two days ago all reproduced correctly, but today I have a problem with the mp4, not initiate reproduction, it is loading the video, but if I wait and I press update on Mozilla or Internet Explorer playback starts, is like having to wait for the mp4 fully charged if the play flv videos, I've tried changing the extension to flv but still not working, also I checked the http headers and the "flashvar" "type" were ok but I can not solve this. It also tried using the program MP4Box recommending in this forum but I do not succeed, it's a very strange problem. thanks in advance, I excuse me for this bad English but I speak spanish.

Greetings from Colombia...

 
If you post a link to yor site, someone can look at your player and MP4 videos and possibly advise you. We can't guess.

Ohhh
I forgot to put the url, the link is www.electrafm.com/video/main.php

Thanks

 
1) You are loading swfobject.js 4 TIMES on your player page. Once in the head element is enough.

2) Your MP4 files are being served as MIME type video/x-flv instead of video/mp4.

wget -S "http://www.electrafm.com/video/d/478-8/vd+_2_.mp4
--16:19:01--  http://www.electrafm.com/video/d/478-8/vd+_2_.mp4
           => `vd+_2_.mp4'
Resolving www.electrafm.com... 74.220.215.52
Connecting to www.electrafm.com|74.220.215.52|:80... connected.
HTTP request sent, awaiting response...
  HTTP/1.1 200 OK
  Date: Sun, 08 Nov 2009 00:19:04 GMT
  Server: Apache/2.2.13 (Unix) mod_ssl/2.2.13 OpenSSL/0.9.8k DAV/2 mod_auth_pass through/2.1 FrontPage/5.0.2.2635
  X-Powered-By: PHP/5.2.9
  Content-Disposition: inline; filename="vd _2_.mp4"
  Expires: Tue, 19 Jan 2038 03:14:07 GMT
  Cache-Control: private
  Last-Modified: Mon, 26 Oct 2009 20:19:56 GMT
  Content-length: 14399171
  Vary: Accept-Encoding
  Keep-Alive: timeout=10, max=30
  Connection: Keep-Alive
  <strong>Content-Type: video/x-flv</strong>
Length: 14,399,171 (14M) [video/x-flv]

3) Your MP4 video files appear to be fine. They load and play for me without any problem. The boxes are in the beginning of the file, so the files start playing within a few seconds.

i'm having the same problem