Encrypted video player based on Android VideoView
In the process of downloading the video stream encryption, Sample encryption method is in the beginning of the file stream embedded encryption characters.
Playing encrypted video, through the HttpServer parsing encrypted files, skip the embedded encryption characters, and input stream to the video player to play.
There are many ways to encrypt the file stream, and you can choose the encryption method yourself, such as DES encryption ... and you need to decrypt it yourself.