API Request Failed: GET /api/v4/accounts/a2409166af955198d193329d0694b18e/stream/storage-usage (502) getting this error when people are trying to connect
what was happing why stream wasnt loading quick is due to stuff happing for the user before fully loading the stream first so we have to flip the code around
Hi Folks. I've been banging my head against the wall for 2 days now trying to get webrtc realtime streaming to work using Cloudflare's stream. I've tried this example (https://github.com/DavidJKTofan/webrtc-demo), but no luck. Does anyone has a link to a working example?
Hi there. Is there any event I can listen to when I stop streaming using WHIP on OBS? On client side I'm using WHEP obviously. @1984 Ford Laser Would you have an answer?
The problem is that to the best of my knowledge that chunking approach is not valid for mp3 files. So this workflow is missing a key step which is splitting the audio file into valid chunks to be transcribed. Is there a way to create valid mp3 chunks?
I built this pipeline a couple years ago using an external service being able to run ffmpeg on demand. I'd love to move the process onto cloudflare.
Hi there, I'm trying to create a live input where the number of viewers is hidden. According to the documentation for creating a live input, it seems there is a hideLiveViewerCount parameter (https://developers.cloudflare.com/api/resources/stream/subresources/live_inputs/methods/create/), but it doesn't seem to be working. Even when creating an input with this value set to true, I still see the number of viewers displayed on the player. What am I doing wrong?
You aren't doing anything wrong, I just don't think that works at the moment. You could use a different player, or also maybe hide the div that holds the viewer count. I just checked and 2 differetn embed codes have the same CSS class for the viewer count div so maybe you could target and hide that div specifically?
Thanks for your reply. It seems that the feature isn’t working properly, which is surprising considering it was released earlier this year. I’m going to use an alternative player. Do you know if this could cause issues with the live metrics on the dashboard (such as the viewer count, for example)?