RE: http 307 temp redirect not working
"Eric Hyche" <[email protected]>
| Newsgroups | gmane.comp.multimedia.helix.devel |
|---|---|
| Organization | RealNetworks, Inc. |
| Message-ID | <00b801c92eec$7121f460$5365dd20$@com> |
You're using filesystem/http, right (and not filesystem/httplite)?
If so, then filesystem/http handles redirect here:
case 301: // Redirect
case 302: // Redirect
{
retVal = _HandleRedirect(pMessage);
}
break;
So it looks like it's only expecting HTTP responses
301 and 302 for a redirect.
What's the difference between 301/302 and 307?
Eric
=======================================
Eric Hyche ([email protected])
Principal Engineer
RealNetworks, Inc.
>-----Original Message-----
>From: [email protected] [mailto:[email protected]]
>On Behalf Of John Stirling
>Sent: Wednesday, October 15, 2008 12:33 PM
>To: [email protected]
>Subject: [Helix-client-dev] http 307 temp redirect not working
>
>This stream won't play on real player on the PC or our build of helix (using atlas http plugin).
>
>http://download.omroep.nl/vara/radio/giel/20081013-actionindc-giel3fm.mp3
>
>Is this a known problem ?
>
>John
>
>ps see below for wget output
>
>js@dobblers:~$ wget http://download.omroep.nl/vara/radio/giel/20081013-actionindc-giel3fm.mp3
>--17:22:32-- http://download.omroep.nl/vara/radio/giel/20081013-actionindc-giel3fm.mp3
> => `20081013-actionindc-giel3fm.mp3'
>Resolving download.omroep.nl... 145.58.33.75
>Connecting to download.omroep.nl|145.58.33.75|:80... connected.
>HTTP request sent, awaiting response... 307 Temporary Redirect
>Location:
>http://content2c4b.omroep.nl/ef30eda623ebef421fe261b251cf7f11/48f61990/vara/radio/giel/20081013-
>actionindc-giel3fm.mp3 [following]
>--17:22:32--
>http://content2c4b.omroep.nl/ef30eda623ebef421fe261b251cf7f11/48f61990/vara/radio/giel/20081013-
>actionindc-giel3fm.mp3
> => `20081013-actionindc-giel3fm.mp3'
>Resolving content2c4b.omroep.nl... 145.58.33.152
>Connecting to content2c4b.omroep.nl|145.58.33.152|:80... connected.
>
>
>
>
>
>
>_______________________________________________
>Helix-client-dev mailing list
>[email protected]
>http://lists.helixcommunity.org/mailman/listinfo/helix-client-dev
_______________________________________________
Helix-client-dev mailing list
[email protected]
http://lists.helixcommunity.org/mailman/listinfo/helix-client-dev