I need to stream video through a local HTTPS server (of course, to do some background DRM) in Android. Then the Android media player connects to the local server, "streaming" the video content to the screen.
Everything works fine with the HTTP server, but as soon as I enable SSL, the video player stops.
If I connect to the HTTPS server from outside my application using a browser, I get an SSL warning that I can ignore, and then the video player starts.
Is there a way to turn off strict certificate processing for the media player module? I saw a lot of posts on how to do this using my own HTTP connection, but nothing on how to do this for a media player.
Thanks!
UPDATE: Google for “intranet certificate” or “instant certificate” and you will find something that should work. We’ll try it tomorrow and send the answer here.
android certificate ssl video
Kpk
source share