Can't watch videos on iPad
Thread Starter
short flights long nights


Joined: Aug 1999
Posts: 4,017
Likes: 327
Can't watch videos on iPad
Hi guys, ever since I upgraded my iPad to IOS 7 I can no longer see any embedded videos here on pprune threads and other forums. I am using safari.
Any suggestion much appreciated.
Any suggestion much appreciated.
Administrator
Joined: Mar 2001
Aviation Qualifications: PPL
Posts: 8,121
Likes: 686
From: Twickenham, home of rugby
We have an ipad 2 running IOS 7.0.6 and I can run embedded youtube videos OK. The quality is nowhere near as good as via the PC, but that may be because I am missing something!
A google search shows that there's been a lot of complaints about this problem since IOS 7 came out.
SD
A google search shows that there's been a lot of complaints about this problem since IOS 7 came out.
SD
Joined: Apr 1998
Posts: 4
Likes: 1
From: Mesopotamos
Have experienced something similar to this with a client after they switched to using Macs. The symptoms looked remarkably like a network connection error but it wasn't.
In my case it turned out that when watching videos on the Mac (particularly flv), the Mac client would generated HTTP Header requests for portions (blocks) of the video file from the web server that is serving the video. If the web server ignored those HTTP Headers and just sent the whole video file down the wire then the Mac client would often close the request.
Our fix was to install Apache mod_xsendfile on our web server.
Unlike in Microsoft land where the client is happy to start receiving the whole video file, the Mac approach has more finesse because it allows users to scroll forward/backwards (file seek) easier/quicker and is more sympathetic to mobile connections and data costs.
Unfortunately not all web servers on the internet support Apple's HTTP Header requests for video files.
In my case it turned out that when watching videos on the Mac (particularly flv), the Mac client would generated HTTP Header requests for portions (blocks) of the video file from the web server that is serving the video. If the web server ignored those HTTP Headers and just sent the whole video file down the wire then the Mac client would often close the request.
Our fix was to install Apache mod_xsendfile on our web server.
Unlike in Microsoft land where the client is happy to start receiving the whole video file, the Mac approach has more finesse because it allows users to scroll forward/backwards (file seek) easier/quicker and is more sympathetic to mobile connections and data costs.
Unfortunately not all web servers on the internet support Apple's HTTP Header requests for video files.





