MP4 Streaming problems

rjd22

Verified User
Joined
Jul 10, 2008
Messages
80
A customer wants to stream small MP4 video's but they don't want to load. After some checking it looks like the server is talking a REALLY long time to initialize the file and send it.

(it almost looks like the sever is under high load which isn't true at all.)

someone made a report of a wget. Maybe someone of you know why this happens? the file is added to the mimetypes

Code:
C:\wget>wget -S "http://www.animeresource.org/media/anime_series/claymore/MAQC00
01.MP4
--15:20:00-- http://www.animeresource.org/media/anime_series/claymore/MAQC0001.
MP4
=> `MAQC0001.MP4'
Resolving www.animeresource.org... 87.98.218.205
Connecting to www.animeresource.org[87.98.218.205]:80... connected.
HTTP request sent, awaiting response...
1 HTTP/1.1 200 OK
2 Date: Mon, 26 Jan 2009 23:19:01 GMT
3 Server: Apache/2
4 Last-Modified: Mon, 26 Jan 2009 19:05:34 GMT
5 ETag: "17f3ff8-3b8fdf6-461676c56db80"
6 Accept-Ranges: bytes
7 Content-Length: 62455286
8 Vary: Accept-Encoding,User-Agent
9 Keep-Alive: timeout=1, max=100
10 Connection: Keep-Alive
11 Content-Type: video/mp4

0% [ ] 286,720 3.00K/s ETA 2:44:20
 
Back
Top