Matéo Duparc

Results 189 comments of Matéo Duparc

OK. What's the result of `ffprobe` on the file? Can you attach a logcat of when the video is recorded and when it's played with the built-in video player please?...

I can't find the cause of the problem. What's your Android version? Are you using a custom ROM? Can you please revoke audio recording permission to DroidFS then retry to...

I didn't find any relevant errors in your logcat. I think video data are in the file because it's 5MB large. b3a25e03e7de8de73a6ba2491fef0338c588210c should provide us more information as it enables...

The new version has been published. You can try with it.

It's a good idea, but I had planned to implement an option to decrypt the file on-the-fly from volume via the ContentProvider API, so not requiring writing it to the...

The ContentProvider API is currently implemented by exporting the entire file to disk. I plan to implement it in another way, without writing the file to disk. The ContentProvider API...

The downside with an HTTP server is that it requires the player to be configured, and it will only support video, while the ContentProvider API can support any file type....

With v2.1.0, if they fit into memory, files are exported using `memfd_create(2)` when opened with other applications. It should make the process faster for playing large videos.

If I understand correctly, you want to be able to open volumes in the same way as by fingerprint authentication, but with a pin code instead of biometric authentication, right?

Please see [the REAMDE](https://github.com/hardcore-sushi/DroidFS#limitations) and #6.