setDataSource failed error
See original GitHub issueWhen 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
Issue Analytics
- State:
- Created a year ago
- Reactions:2
- Comments:5 (1 by maintainers)
Top Results From Across the Web
MediaPlayer setDataSource failed with status=0x80000000 ...
In each case I have received logs with information about setDataSource failed.: status=0x80000000 exception on phones using Android 4.x (different versions) ...
Read more >audio file won't play - setDataSource failed : r/AutomateUser
When Automate hits the 'play sound' block, I get this error: java.io.IOException: setDataSource failed.: status=0x80000000.
Read more >setDataSourceCallback failed: status = 0x80000000 #4495
0 -type file stored in the cache path. When I changed the contents, the same issue error occurred so, we assumed that the...
Read more >java.io.IOException: setDataSource failed.: status=0x80000000
Android : java.io.IOException: setDataSource failed.: status=0x80000000 [ Beautify Your Computer : https://www.hows.tech/p/recommended.html ] ...
Read more >MediaPlayer: setDataSource failed (streaming)
Hi there. I write Android app and I want to playing music from a remote URL via. HTTP streaming. In official tutorial is...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
On Android, I had 0xFFFFFFEA fixed by making sure the url starts with
file://somepathrather than/somepathonlySame here getting following error: Error: setDataSource failed: status = 0xFFFFFFEA
try { const response = await createThumbnail({ url: absolutePath, timeStamp: 1, }); console.log("Thumbnail: ", response.path); } catch (err) { console.error(err); }