ArthurGray
Newbie
Hello everyone, I'm new here!
I'm writing an application for personal use which streams data from my own server, where i would like to keep some encrypted media files, e.g. by a simple xor password, and let the app decrypt the data while remotely streamed.
I figured out the quickest way to achieve this would be to mod an existing player with remote stream capability, as to decrypt the received data before sending it to playback.
Now, Since i'm quite a newbie I'd like to ask you which would be my best choice here:
do you think it's possible to access and change the code of a class in the sdk like MediaPlayer or it would be best to find a good third party embeddable media player, add it to my app and mod that one? If so, do you know a good one to work with?
Thanks in advance
I'm writing an application for personal use which streams data from my own server, where i would like to keep some encrypted media files, e.g. by a simple xor password, and let the app decrypt the data while remotely streamed.
I figured out the quickest way to achieve this would be to mod an existing player with remote stream capability, as to decrypt the received data before sending it to playback.
Now, Since i'm quite a newbie I'd like to ask you which would be my best choice here:
do you think it's possible to access and change the code of a class in the sdk like MediaPlayer or it would be best to find a good third party embeddable media player, add it to my app and mod that one? If so, do you know a good one to work with?
Thanks in advance