Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Playing encrypted files on Android

I need to develop application for Android which decrypts audio and video files saved on SDCARD and plays them without saving on SDCARD or on phone.
Is there any way to do using standard Android MediaPlayern class?
Thanks, Costa.

like image 793
Costa Mirkin Avatar asked Sep 12 '26 08:09

Costa Mirkin


1 Answers

The solution is to build HTTP server on the phone and play the files using the server.
There the link to server I used (and it worked good):
http://www.prasannatech.net/2008/10/simple-http-server-java.html

Thanks!

like image 112
Costa Mirkin Avatar answered Sep 14 '26 00:09

Costa Mirkin



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!