-
Notifications
You must be signed in to change notification settings - Fork 107
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
setDataSource failed error #62
Comments
Same here getting following error:
try { |
Yes, the video is playable using the same path via react-native-video. i am picking the video using react-native-image-picker.
|
I'm also running into this issue on Android only. For all thumbnails the return I see is:
|
On Android, I had 0xFFFFFFEA fixed by making sure the url starts with |
Hii @tudormarze , Thanks |
iam using youtube url links for creating thumbnails iam getting same error import React, {useState} from 'react'; const placeholderImage = require('./Images/image.png'); const App = () => { return ( async function generateThumbnail() {
} const styles = StyleSheet.create({ export default App; |
@vrsmk1995 Youtube links won't work. This library only supports direct links to videos. |
is there any solution for HLS player videos support with this plugin
…On Tue, 30 Jan 2024 at 15:18, Souvik Ghosh ***@***.***> wrote:
@vrsmk1995 <https://github.com/vrsmk1995> Youtube links won't work. This
library only supports direct links to videos.
—
Reply to this email directly, view it on GitHub
<#62 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A3QYYNESSTZRBJOJ7ZFXK7TYRC6WRAVCNFSM5UTYNZW2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOJRGY2DKNBXGY2Q>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
@vrsmk1995 Any breakthrough on HLS player support ? |
When Im trying this with a youtube video URL it is giving me the below error:
setDataSource failed: status = 0x80000000
I followed the example code and am using React Native CLI
The text was updated successfully, but these errors were encountered: