Changes between Initial Version and Version 1 of Ticket #880, comment 3
- Timestamp:
- 01/19/16 06:32:05 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #880, comment 3
initial v1 2 2 > We are using nginx to server mp4 files. They work fine with most of the android devices but on nexus 6 or galaxy s5. mp4 files are not working with dns names like http://demo_vod2.mediatriple.net/test2.mp4 but it is working with http://46.165.230.1/test2.mp4 3 3 4 First of all, you should place your server_name ... in server block (DOCS says[http://nginx.org/en/docs/http/server_names.html]: If no server_name is defined in a server block then nginx uses the empty name as the server name) 4 Serial of your mediatriple.net, mediatriple.com and mediatriple.com domains shows 20160118* date modification and I think your demo_vod2.* was not accessible of some sort of DNS cache expire time or A record activation time 5 5 6 Serial of your mediatriple.net, mediatriple.com and mediatriple.com domains shows 20160118* date modification and I think your demo_vod2.* was not accessible of some sort of DNS cache expire time or A record activation time 6 Do you still have this problem today?