Bug #4538
How to play audio file Which are record by MediaRecord and Audio Record
Status: | New | Start date: | 02/12/2015 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | 0.3.1 | |||
Component: |
Description
I am recording an audio mp3 file but when i want to play that file it show a message "failed to open file".How can i fix it.
I am using info.guardianproject.iocipher.File at place of java.io.File.
History
#1 Updated by hans almost 3 years ago
If you have media files in an IOCipher filesystem, and you want to play them with the Android media playing classes, you have to stream the files from IOCipher via HTTP. Here is an example:
https://github.com/guardianproject/ChatSecureAndroid/blob/master/src/info/guardianproject/util/HttpMediaStreamer.java
We hope to make a proper example app with this technique in the future.
#2 Updated by hans almost 3 years ago
- Target version set to 0.3.1