Hi.
Can VideoView access to web server with cookie ?

Our video server protect video data with cookie authentication.
Video player app must authenticate and store session key to cookie
strage before access to video server.

First, My android video player app access to authentication server
using HttpClient class in android library.
Next, app access to video server with HttpClient's cookie data .
But I think HttpClient can't pass cookie data to VideoView.

Do you have any idea?

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