我想加密安卓攝像頭捕獲的視頻。所以我需要告訴android MediaRecorder
將它的視頻流寫入我的CipherOutputStream
。問題是MediaRecorder.setOutputFile()
方法只接受FileDescriptor
並且無法從CipherOutputStream獲取加密文件描述符。從安卓攝像頭即時加密視頻
所以我的問題是如何模擬FileDescriptor來接收數據寫入和手動加密或以某種方式說服MediaRecorder
流視頻到CipherOutputStream
。
我不認爲這是可能的:http://stackoverflow.com/questions/9257364/modifying-fileinputstream-for-mediaplayer-setdatasource – 2012-07-24 20:06:49