
iOS/Android wont play ,my MP4s
Delivering MP4 video files via PHP and Xsendfile ... have checked that the returned headers are ok
HTTP/1.1 200 OK
Server: nginx/1.2.1
Date: Tue, 24 Jun 2014 02:18:16 GMT
Content-Type: video/mp4
Content-Length: 18923542
Connection: keep-alive
Accept-Ranges: bytes
Last-Modified: Tue, 24 Jun 2014 00:56:59 GMT
ETag: "120c016-4fc8a6fe1007d"
Test page is at http://test.vanguard-method.com/Test2.php
Video file is at http://test.vanguard-method.com/media/413.mp4
Test page is very simple (I have removed licence key for now!)
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="/jwplayer68/jwplayer.js"></script>
</head>
<body>
<h1>Test 2</h1>
<div id="player" name="player"></div>
<script>
jwplayer('player').setup({
file: '/media/413.mp4',
image: ''
});
</script>
</body>
</html>
-----------------------------------
I have spent ages on this ... basically it delivers fine in all standard browsers and fails in iOS and Android .. I have tried presetting the primarymode to html5 but that had no effect ... any help much appreciated