Hi, Android developers!

I've recently tried to make some kind of load balancer for RTSP
streaming.
It worked with Quicktime player, however didn't work with android
(2.2).

My load balancer is quite simple - when it receives something like
this:

OPTIONS rtsp://ip.ip.ip.ip/vod/path/file.mp4 RTSP/1.0
CSeq: 0
User-Agent: PVPlayer CORE/6.506.4.1 OpenCORE/2.02 (Linux;Android 2.2)
ClientChallenge: 9e26d33f2984236010ef6253fb1887f7
PlayerStarttime: [28/03/2003:22:50:23 00:00]
CompanyID: KnKV4M4I/B2FjJ1TToLycw==
GUID: 00000000-0000-0000-0000-000000000000

DESCRIBE rtsp://ip.ip.ip.ip/vod/path/file.mp4 RTSP/1.0
CSeq: 1
User-Agent: PVPlayer CORE/6.506.4.1 OpenCORE/2.02 (Linux;Android 2.2)
Accept: application/sdp
Accept-Encoding:

And my program responds:

RTSP/1.0 302 Found
Server: QTSS/5.5.5 (Build/489.16; Platform/MacOSX; Release/Darwin;
state/beta; )
Cseq: 1
Connection: Close
Location: rtsp://ip2.ip2.ip2.ip2:1915/vod/path/file2.mp4

However, that works with Quicktime and does not work with Android.
Can you suggest me the right way to do redirects?
Thank you!

-- 
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

Reply via email to