Re: [android-developers] Re: VideoView with cookie.

2010-09-12 Thread Mark Murphy
On Sun, Sep 12, 2010 at 9:30 AM, Chris Stratton wrote: > You could look in the docs, or the source code. If you're using built-in streaming, I don't see where there's a spot to inject a cookie. If there were a VideoTrack analogue to AudioTrack, then you could stream it yourself, but there is no

[android-developers] Re: VideoView with cookie.

2010-09-12 Thread Chris Stratton
You could look in the docs, or the source code. If the answer is no, how about generating a customized client-specific url upon authentication and sending the video player to that. This would then timeout after a few hours and be replaced with a short video error message. On Sep 12, 9:22 am, ke