-
Notifications
You must be signed in to change notification settings - Fork 318
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
Video play just shows a black screen #67
Comments
Any news on this? |
@cornedor any updates on this? |
Sorry for the late reply, had a few busy weeks. Do you have this problem in the simulator? Or also on an actual device? If so what OS are you using? |
For me it happens both on Andriod both device and simulator |
can you share a video with the problem? And which Android version are you using? |
Pixel 8.0 |
Hi, Thanks for help.. |
I had similar problem and it was problem with video uri. Can you verify that uri is correct and it's working with react-native-video? |
Hi, facing the same issue. Thanks |
adding controls={true} shows the video . |
still same issue for me despite updating mp4 link but it's not working fine with my link it works with any other mp4 link so would you recommend any steps to follow to check my link validity? |
@salmaarsh06 unfortunately didn't work |
Is this issue still happening, can you help me in reproducing it? |
Still facing the issue in 2021. Any update ? |
Hi, facing the same issue. |
Hi, Kindly post some solution regarding this issue |
Hey, I'm also facing same issue |
i am also facing same issue, |
Please try use this property menifest file or webview 'android:hardwareAccelerated="true"' or android:hardwareAccelerated="false" |
Not sure what exactly is going on but this was working fine but now all the sudden when I play a video I get just a black screen I can hear the sound. Here is my code and I'm on the latest version
The text was updated successfully, but these errors were encountered: