I am getting a null pointer exception where there shouldnt be one. Here is the error readout Here is the activity source code (Its from a google codelab on the exoplayer) and has been modified a little. The layout file is just a Playerview element with its ID as video_view Any help is appreciated. This is the codelab HERE The
Advertisement
Tag: exoplayer
How to make PlayerView full screen in landscape mode when used in MotionLayout
I want to make it possible to make the PlayerView in landscape mode full screen but I can’t make it work. So far, I have tried to set the playerView layout params programmatically when configuration …
ExoPlayer switching media source without black screen
I’m using exoplayer in my project, when switching mediasource i just use This causes approx. 0.5 seconds black screen until it switches video. Is there a way to tell exoplayer to retain last frame from previous video (instead of 0.5 sec black screen) until new video is started? Answer
Advertisement