Hey, I'm using Cloudflare stream sdk. The player is muted by default and we wish to progmatically unmute the video on a button click. It is possible to change the muted property, however since the cloudflare stream is inside an iframe, the muted variable is not being updated on the video due to browser restrictions.
Hey guys, does anyone know how I can solve the following error when I have a mute/unmute button on the page:
Unmuting failed and the element was paused instead because the user didn't interact with the document before.
Unmuting failed and the element was paused instead because the user didn't interact with the document before.
In native HTML it does work to toggle the mute state outside the iframe. The error from above is in Vue.js. May be it doesn't recognise the mute state change originating from a click event?
Oķ but is it possible to compress files stored in R2 ? Or have a Worker take file put it in Stream from R2, have it compressed and get it back from stream to store it on R2 ?
At a minimum, you'd get charged for the streaming when you download your compressed video from Stream. And I'm not sure how the storage fees would be prorated
Media transcoding in the cloud: Amazon Elastic Transcoder gives developers an easy, cost-effective way to convert media files to playback on various devices.
Transloadit is the world’s most advanced file uploading and processing service aimed at developers. Our API is an all-in-one tool for your users' files.
pricing wise: if someone lives stream with 0 client for 1000 minutes, does it count towards the pricing? or does cloudfare just strictly count viewers?
I'm trying to grok the Stream pricing. Did I get this right? Starting to use the service costs me 5$ / mo, even if I upload 0 videos. Price grows with each video stored / viewed. If I signup for the starter bundle, it's 10$ /mo, and that includes some storage and viewing. I have no use for "Images", assuming that video thumbnails don't require that feature.
Another question about webrtc live streaming: if I create a live stream via API and stream right away, should I expect it to work or do I need to wait some amount of time?