Hello Everybody
Regarding http 307 redirects I have the following problem. When I stream a movie where the initial get request for the manifest is redirected, the player nevertheless tries to download every chunk from the wrong domain, so every request has to be redirected again. Is there an option that that makes the player remeber the initial redirect, such that all consecutive requests are sent directly to the correct domain?
Here is a trace of the situation:
GET /wowza/vod/smil:bigbuckbunny.smil/manifest.f4m HTTP/1.1\r\n
full request URI http://xyzabc.net/wowza/vod/smil:bigbuckbunny.smil/manifest.f4m
HTTP/1.1 307 Moved Temporarily\r\n
Location http://SEa1.se.xyzabc.net/wowza/vod/smil:bigbuckbunny.smil/manifest.f4 m
GET /wowza/vod/smil:bigbuckbunny.smil/manifest.f4m HTTP/1.1\r\n
full request URI http://sea1.se.xyzabc.net/wowza/vod/smil:bigbuckbunny.smil/manifest.f4 m
HTTP/1.1 200 OK\r\n
GET /crossdomain.xml HTTP/1.1\r\n
full request URI http://sea1.se.xyzabc.net/crossdomain.xml
HTTP/1.1 200 OK\r\n
contents:
<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<allow-access-from domain="*" />
<site-control permitted-cross-domain-policies="all"/>
</cross-domain-policy>
GET /wowza/vod/smil:bigbuckbunny.smil/media_b1500000_w333333333333.abst/S eg1-Frag3 HTTP/1.1\r\n
full request URI http://xyzabc.net/wowza/vod/smil:bigbuckbunny.smil/media_b1500000_w333 333333333.abst/Seg1-Frag1
HTTP/1.1 307 Moved Temporarily\r\n
GET /wowza/vod/smil:bigbuckbunny.smil/media_b1500000_w333333333333.abst/S eg1-Frag1 HTTP/1.1\r\n
full request URI http://sea1.se.xyzabc.net/wowza/vod/smil:bigbuckbunny.smil/media_b1500 000_w333333333333.abst/Seg1-Frag1
HTTP/1.1 200 OK\r\n
.... and so on for every chunk
any help is appreciated.
North America
Europe, Middle East and Africa
Asia Pacific