-
Notifications
You must be signed in to change notification settings - Fork 364
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 playback error: db.w0: None of the available extractors (c, d, b, g, k, b, a0, d, h0, e, h, b, e, f, b, a) could read the stream. #28
Comments
Hey! I faced the same issue 2 days ago.... Change the video links in your database or in the code, eitherway it will work. |
I got the same error: but, when i put directly an mp4 video it works:
LOG Video Error: md.w0: None of the available extractors (c, d, b, g, k, b, a0, d, h0, e, h, b, e, f, b, a) could read the stream. |
Video link that you are using to play does not ends with |
When using Vimeo video URLs, a <Video
source={{
uri: item.video,
headers: {
"User-Agent":
"Mozilla/5.0 (Linux; Android 13; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Mobile Safari/537.36",
Accept: "*/*",
"Accept-Language": "en-US,en;q=0.9",
"Accept-Encoding": "gzip, deflate",
Connection: "keep-alive",
},
}}
style={{
width: 208,
height: 288,
borderRadius: 35,
marginTop: 12,
backgroundColor: "#000",
}}
resizeMode={ResizeMode.CONTAIN}
useNativeControls
shouldPlay
onPlaybackStatusUpdate={(status) => {
if (status.didJustFinish) setPlay(false);
}}
/> |
can anyone help me to fix this error?
The text was updated successfully, but these errors were encountered: