Im using React native Expo setup to play a video with expo-av package. The file I'm trying to play is in Laravels \storage\app\public\Yomama.mp4. But I cant get the URL right.... tried
gives 404 error. Tried full path name still 404. I get Images from the public folder with no issues but apparently does Laravel handle video files as 'files' so it put them in storage folder. But Expo seem not be able to locate it.
You should probably also look into streaming videos on the web reliably, i.e. using adaptive bitrate encoding instead of just trying to serve a static MP4 that will be many megabytes or even gigabytes in size.