-
-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pausing video shows black screen instead of video frame #196
Comments
@rahul-sysquare Instead of using |
Ok I'll try that. Is there any possibility with FrameLayout to make a working news feed with Play/Pause, artwork, seek bar and some custom buttons on top of video like full screen or mute button? is there any sample code already available in your repo? |
This is my updated XML layout for player using player view but it shows black screen when I hide artwork. Any fix for that? Updated XML Layout
|
@eneim any hint for the above one? |
There are many reasons a renderer shows black screen:
As you can see my time is really limited. To help with this, please do one of the following:
|
Thanks for the valuable insights. I'll update the thread with the code. Also, I'll try to create a sample code separate for you. |
Hi all,
I'm using framelayout to show/render videos in my recyclerview. The issue is when I pause the video I'm getting a black screen over the video instead of video frame itself. Anyone knows any fix?
Here is the code
Here is the XML file code
Here are the screenshots


The text was updated successfully, but these errors were encountered: