tanersener / react-native-ffmpeg

FFmpeg for react-native. Not maintained anymore. Superseded by FFmpegKit.
GNU General Public License v3.0
400 stars 51 forks source link

IOS always give the issue "PROTOCOL NOT FOUND" #251

Closed JoudAwad97 closed 3 years ago

JoudAwad97 commented 3 years ago

Description i am trying to get RTSP streaming from a url and save it to a local file with react-native i was able to achieve it and fix everything right with the usage of react-native-ffmpeg and react-native-fs libraries the only problem is that when I use the same code for IOS it gives me this

Did you mean file:rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov?
Did you mean file:rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov?

I searched all over the internet for a solution and yet I was not able to find one

Expected behavior I am expecting to make save the file in the mobile or at least stream the data from that url

Current behavior throw protocol not found error and that is it

Screenshots https://www.screencast.com/t/msRWn3T2Kj1q

Logs logs can be seen in the screenshots

Environment

github-actions[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.