syonip
syonip
Hi @ffriande , When trying to load the ts files I'm getting 403 error: https://firebasestorage.googleapis.com/v0/b/test-a5584.appspot.com/o/video_stream%2Fvideo1%2FfileSequence_0.ts?alt=media ``` { "error": { "code": 403, "message": "Permission denied." } } ``` So that's your...
There's a 403 response code in the error log you sent: ``` E/ExoPlayerImplInternal( 8125): Caused by: com.google.android.exoplayer2.upstream.HttpDataSource$InvalidResponseCodeException: Response code: 403 ``` I tried playing the video on my device and...
I'm interested how at first I got 403 and then I didn't. Did you change something? On Wed, 13 Oct 2021 at 17:45, Francisco Friande ***@***.***> wrote: > There's a...
Maybe after you changed the security rules, try to upload a new video and test that one. Maybe some strange caching going on.
Did you try to debug? What's the error message?
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
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.
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 @divyanshurawat, The quality is determined by the ffmpeg arguments in the `encodeHLS` function. Notice there are two bitrates encoded: 365K and 2000K. You can play around with the arguments...
Hi @bsurji , Did you get this error when running the code of this repo with no modifications?