Open hyobbb opened 4 years ago
another question is that.. if it is relative path then in my case where every files are in same location it should work without additional folder name right? well.. but it doesn't work either.
Hi @hyobbb , Firebase Cloud Storage infers the file type automatically, but if you want to override it you can, as described here: https://firebase.google.com/docs/storage/web/upload-files#add_file_metadata
Hi @hyobbb , Firebase Cloud Storage infers the file type automatically, but if you want to override it you can, as described here: https://firebase.google.com/docs/storage/web/upload-files#add_file_metadata
Hi. Well the problem is that I can't play it. Do you see any problem on that file string?
To test the file you can get the download url and put it in one of the online hls players. Search "test hls stream" on google.
tested with chorme hls extension but it keeps buffering and never play :(
Looking at your file, the links to the variant don't contain the folder prefix. Check this comment: https://github.com/syonip/flutter_fbstorage_video_upload/issues/6#issuecomment-722932519
Hi. I'd like to ask you about playlistUrl update.
As you can see the file type of 'm3u8' extensions is recognized as stream file not audo_mpegUrl. I am appending 'video%2F$videoName%2F' in front because I save those folders in subfolder of 'video' folder. The updated contents is like below(videoName is different because screenshot is from other trial but it resulted the same)
appending logic is like:
where $video refers 'video'.
Do you have any idea how to fix this issue? Thanks in advance.