Android Question Extra Exo Player features

megzz

Member
Licensed User
Longtime User
Hello,
We are using Exo Player for a video music application but we have problem in using some features like fullscreen , repeat , select quality (or autmatically detect the best quality with users internet speed) , and how to get buffer size ?
I appreciate any help.
 

megzz

Member
Licensed User
Longtime User
Which problems?

You can see the supported features here: https://www.b4x.com/android/help/exoplayer.html#simpleexoplayer


I have read all the articles and articles about the this
None of the above is in b4a(fullscreen , repeat , select quality)
The only way is that we use Android itself(whit run metod etc ..)


This is about the full screen :
https://geoffledak.com/blog/2017/09...screen-toggle-button-to-exoplayer-in-android/

after_small.png
 
Upvote 0

megzz

Member
Licensed User
Longtime User
This is not an ExoPlayer feature. It just removes the ExoPlayer view and puts it in a full screen dialog.
You can do the same thing yourself.
My app is portrait
To do this, I need to rotate the view
So,this is not displayed correctly
Is it possible to provide a source code for me?
 
Upvote 0

megzz

Member
Licensed User
Longtime User
It doesn't matter. If the video itself is landscape then you should start a new activity in landscape mode and show the video.
it's a simple way to full screen, i think efficient
Another problem I have is going to the next music (whitout exo player view controller) for create music player app
 
Upvote 0
Top