[android-developers] Re: Is there a limit in the rtsp redirect

2010-01-05 Thread Mark
-After 1.5 I think the limit was set at 3 redirects, this limit will
be raised in future releases to 8 I believe.
So for a 1.5 device there wouldnt be a problem on pages with
redirects, I have a 1.6 and I am having a ton of problems opening up a
site that has redirects (data connectivity problem; this page has too
many server redirects). However my buddy has a droid (Android 2.0.1),
and he is working fine so I guess this problem has been fixed in that
version?

What can I do with my phone or site to allow this to work on 1.6?

On Nov 23 2009, 8:37 pm, Justin (Google Employee) j...@google.com
wrote:
 Yes, there is a limit in order to preventredirectloops. In 1.5 there
 was no limit. After 1.5 I think the limit was set at 3 redirects, this
 limit will be raised in future releases to 8 I believe.

 Cheers,
 Justin
 Android Team @ Google

 On Nov 4, 10:52 am, mjavadi mike.jav...@napster.com wrote:



  I am seeing an issue when usingrtspbased URLs on a wap site. If the
  rstp link has oneredirect, then it works and default video player
  plays the stream. If thertsplink redirects to anotherrtspserver
  and that server redirects to the final destination, then it does not
  play. Is there a limit in the # ofrtspredirects?- Hide quoted text -

 - Show quoted text -
-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: Is there a limit in the rtsp redirect

2009-11-23 Thread kodeAssassin
Hi mjavadi,

We have experienced a similar problem with the 1.6  2.0 Android
releases, though this seems fixed in 1.5 release. There does not seem
to be a fixed number, as sometimes there are 2 or even 3 redirects. As
a work around, when the player is unable to play the url, we wrote a
light RTSP client that calls describe and follows the new locations
until we get a 200-OK or other response, not a redirect. If it's a 200
we feed that Url to the player.

This seems successful and android supports all the needed Java Net
libraries.

On Nov 4, 10:52 am, mjavadi mike.jav...@napster.com wrote:
 I am seeing an issue when usingrtspbased URLs on a wap site. If the
 rstp link has oneredirect, then it works and default video player
 plays the stream. If thertsplink redirects to anotherrtspserver
 and that server redirects to the final destination, then it does not
 play. Is there a limit in the # ofrtspredirects?

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Is there a limit in the rtsp redirect

2009-11-23 Thread Justin (Google Employee)
Yes, there is a limit in order to prevent redirect loops. In 1.5 there
was no limit. After 1.5 I think the limit was set at 3 redirects, this
limit will be raised in future releases to 8 I believe.

Cheers,
Justin
Android Team @ Google

On Nov 4, 10:52 am, mjavadi mike.jav...@napster.com wrote:
 I am seeing an issue when usingrtspbased URLs on a wap site. If the
 rstp link has oneredirect, then it works and default video player
 plays the stream. If thertsplink redirects to anotherrtspserver
 and that server redirects to the final destination, then it does not
 play. Is there a limit in the # ofrtspredirects?

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en