paolavness
paolavness
Disappointing about this.... Would have been great to know about this earlier. Do you have a planned update? The course was helpful but alot of energy spent (wasted?) which could...
Thank you for replying Stephen. For user's like myself, I'm not using the boilerplate but integrating directly into a project as I learn. It needs to be visible somewhere else...
Awesome @JaysQubeXon, thank you!!
Hey there, thanks for the quick response! So each time I run a deployment, and go directly to the URL, I get the below: ``` 403 Forbidden Code: AccessDenied Message:...
Mm, interesting idea. Yes possibly, tho the IAM user I'm using has super wide privileges. I could try creating a bucket with root, but for obvious reasons, I dont want...
Hello :) Thank you for helping to clarify. I updated the sandbox to include two examples of _bad_ `src` - one `.m3u8` and `google.com` - in both cases, the `play`...
I've been working on this a little more. My production code is using HLS - implementing hls.js - which allows for a very clear working example of the above. 1....
Have you checked if the video stream is coming in? video-react with an HLS for only audio will show a black screen while playing the audio.
@pohsiu perhaps this helps. For playing the src from a passed down props: ``` ``` For credentials, I am using `hls.js` with `video-react`... In `` I pass down the video...