Stream from an encrypted directory
Hi all,
before all thx for your work and your nice software!
I'd like subsonic support for encrypted files.
It seems that a kludge just for streaming, I should simply replace the FileInputStream class used in the TranscodingService.java with a new EncryptedFileInputStream capable of decrypting stored files.
Does it sound ok for you?
Thx+Peace,
R.
PS: why did you use java.io instead of java.nio?
before all thx for your work and your nice software!
I'd like subsonic support for encrypted files.
It seems that a kludge just for streaming, I should simply replace the FileInputStream class used in the TranscodingService.java with a new EncryptedFileInputStream capable of decrypting stored files.
Does it sound ok for you?
Thx+Peace,
R.
PS: why did you use java.io instead of java.nio?