Hi,

      I'm using VideoView for Http video playing.But the url i am
going to connect is having authentication.So how can i set
authentication for Videoview like

httpClient.getCredentialsProvider().setCredentials(new
AuthScope(AuthScope.ANY_HOST, AuthScope.ANY_PORT),new
UsernamePasswordCredentials(Constants.AUTHENTICATION_USERNAME,
Constants.AUTHENTICATION_PASSWORD));

for HttpClient?If not is there any way to achieve authentication for
video playing in Android?


Thanks in advance,
sree Harsha.P

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