andj207

Results 13 issues of andj207

Download video mp4 file throw Bad file description on my Realme C1 and Xperia Z1 with release build, work well with debug build. Android 9 The video url is: `https://v.pinimg.com/videos/mc/720p/29/8b/e4/298be43b0ab83f7608767ae5bc767071.mp4`...

The file uri from download object is: `content://com.android.externalstorage.documents/tree/primary%3AMovies/document/primary%3AMovies%2FBoc%20seal%20Macbook%20Air%202020%20M1%20chinh%20hang%20Viet%20Nam%20S.mp4` when rename it, I pass the new file name for example: `test.mp4`, the library actually renames the file in the storage but...

On Google Play console, the Crashes section reports so many crashes after I upgrade to the new version of this lib that support rxjava3. Below is the stack trace: `...

The GPUImageLevelsFilter is setting fixed value in onInitialized() function so when I create an instance and set my values they will be reset by fixed value when the onInitialized() is...

My app need to edit and update subtitle file frequently. And, after update the subtitle content file it need to update to VLC player to reflect the changes. I use:...

I add the lib and set everything in the instruction for ios. But the player work on simulator iPhone 13 ios 15.0 but not on simulator iPhone 11 ios 13.7....

ParseUser was newly created every time I use user.saveEventually(). I checked in the ParseDashboard, the Installation object for my device is unique but the "user" field in Installation table always...

My app pick a video file, modify its content, then save back and overwrite the original file. After that, pick that file again to play or edit, the file is...

new issue

How to init the player with Android content uri instead of absolute file path? If not, please add support for it.

My app is mainly work with Canvas and I would like to draw Rive on it and use Canvas's matrix feature. How can I do it? Does Rive have any...