Mario Guggenberger

Results 64 comments of Mario Guggenberger

Thank you for this very productive and enlightening comment, and good luck with your future endeavors.

You cannot seek when no media source is loaded, which is when `prepare` has not been called and it is not in the `PREPARED` state, or after `release` has been...

Both video play fine on my test device. The only obvious difference between both video is that BBB uses the common H.264 video codes while the Samsung video uses the...

There's no way to "kill" a running `prepare()` call. If you really wanted to forcefully kill it you have to do it the "not safe" way and call `prepare()` in...

Thanks, that might be related to the fact that audio playback is currently hardcoded to 16 bit. Will look into it for the next release.

So it turns out that while playback is currently hardcoded to 16 bit, decoding isn't. 24bit FLAC plays back perfectly in Android 8.1 (Nexus 5X) and Android 5.1.1 (Nexus 4)....

This player doesn't support subtitles, and I currently have no plans on adding it.

I can't give you details but I'd take a subtitle parsing library (or parse them myself), put the `VideoView` in a `FrameLayout`, add a `TextView` overlaying the ViewView for the...

v4.4.0 adds a Cue API that can be used to set cue enter and exit points for subtitles and receive events instead of polling `getCurrentPosition()`. Subtitle parsing and rendering still...

Cannot reproduce on Nexus 4 & Nexus 5X. Please let me know the exact details of the device(s) (make, model, Android version) and post a sample media file to make...