setDataSource failed error

See original GitHub issue

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

Issue Analytics

  • State:open
  • Created a year ago
  • Reactions:2
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

9reactions
tudormarzecommented, May 25, 2022

On Android, I had 0xFFFFFFEA fixed by making sure the url starts with file://somepath rather than /somepath only

2reactions
Subiyelcommented, Apr 30, 2022

Same here getting following error: Error: setDataSource failed: status = 0xFFFFFFEA

Android

Local Video File

try { const response = await createThumbnail({ url: absolutePath, timeStamp: 1, }); console.log("Thumbnail: ", response.path); } catch (err) { console.error(err); }

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found