I'm using android's alternative media player through ExoMedia library (com.devbrackets.android.exomedia)
It really works great but there seem to be no way of getting the video properties, such as the width and height, which are critical for example for setting the video view size to the video's.
Is there a way to retrieve it?
Solution is to get the video API child view and operate on that: