Halil Ozercan
Halil Ozercan
This is not a very well tested case. I will try to look into it. Thanks for the find 👍
Can you provide me the stream url that you are working with?
Library will initialize headers as an empty hashmap in the next release. However, I dont think it was the main problem in your case. I think I will need more...
Library already has this dependency? https://github.com/halilozercan/BetterVideoPlayer/blob/master/bettervideoplayer/build.gradle#L31
This feature crossed my mind so many times but never got to implement it. The reason is permissions. After Android 6(M), permissions are a bit tricky to handle by the...
BetterVideoPlayer uses Android's native MediaPlayer API. If native library does not support ".ts" files, I'm afraid neither BetterVideoPlayer does.
Subtitles use ```Html.fromHtml()``` method to apply subtitle styling if there is any. That method is now deprecated and I'm not sure whether it messes up with UTF-8 encoding which is...
try ```mPlayer.setHideControlsOnPlay(false);``` By default, video player hides controls after play. This method changes that behavior. It is also available by xml.
Can you provide more details on this issue? How do you load your fragment? When do you populate the video? What is the source of the video?
> Yes I know, but I was also wondering if it would be possible to disable the swipe functionality (as not everyone wants brightness/volume control via swipes). And then having...