Hi Guys,

I am in the process of building a web app with django.
The app is running on apache and files/videos are served with the xsendfile 
apache module.
The app is working fine on iphones, ipads and macs on the local network - 
when I access the site via a url like https://myapp.local

When I visit the app through it's real world domain (https://myapp.com) via 
a computer everything is ok too.
But when on the iPhone/ipad the videos do not get loaded. The custom url I 
have made for serving the videos isn't even called.

I am embedding the videos like this:
<video src="/serveAsset/{{ asset.asset.id }}" width=100% height:auto 
preload="metadata" autostart="False" controls></video>

So the url is called to grab that asset and return the file response with 
the path.
This 'serveAsset' doesn't get called from the iPhone/iPad.
When I hit that url directly the video doesn't load either.
(But it does from a mac and safari - including using the "Safari iOS7 - 
iPhone" User agent.

Does Safari iOS7 not work with urls that serve material for the page?

Any ideas what might be going on?

Any help would be very much appreciated!

Cheers

Adam

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/62927890-40aa-47d6-84cb-0c26bd5285f6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to