Is there any way to separate live inputs and videos by environment? we just noticed dev env bleeding into prod environment and now have to concat meta.name with env. Hoping this fixes things.
i dont think you can update the connection status of a live-input but a workaround may be to use durable objects as websockets to listen for a disconnection message from server and close the client's connection.
Hello, with direct creator upload using tus upload I keep getting failed uploads.
The error I get with uppy is "This looks like a network error, the endpoint might be blocked by an internet provider or a firewall."
I can't manage to reproduce this, but it happens to a lot of users both on mobile and desktop, with various connections. I set the retry count to 100 and it stills happens. They manage to upload if they retry several times (to upload from scratch) but it's not a viable solution to ask everybody to try to upload multiple times.
Hello Guys ,I would like to capture audio, video bitrates along with frame rate in a graph during active live stream.How to achieve this? is there any cf endpoint available for live stream health status? Please advise
Hello Guys ,I would like to capture audio, video bitrates along with frame rate in a graph during active live stream.How to achieve this? is there any cf endpoint available for live stream health status? Please advise
I hope this message finds you well. I am interested in knowing whether there are plans to support the storage of videos that are livestreamed using cameras through your platform.
so i have a question for the new generating captions feature using AI for Stream, do i ask here? i was just wondering if there is support for livestreams @mickiebetz @renan i wanted to @ you guys, let me know if pinging you this way is innapropriate
I made an app once that streamed, recorded and send blobs of the video to the server. So it didn't need to wait for the video to complete in order to upload it.
i dont mean to shill, but you can use the streaming platform i built to get help on these types of issues (if someone in this discord is available to help of course). It has webrtc streaming to share screen, audio and chat. https://mage.stream
Hi team, do Live Inputs or Outputs expose any mechanism to add captions? The docs state that a video must be uploaded prior to attaching a caption, so I assume that the captioning REST endpoints only apply to Videos and not Live Inputs or Outputs. I understand that the newly added automatic caption generation feature does not apply to Live streams, so failing that, is there any other way to attach captions to a Live stream, assuming the captions themselves are generated elsewhere?
Hello. We at line-21.com are happily using Cloudflare streams. I have a question, if I send a live stream through SRT and include a caption track, is it included in the RTMP out? Or actually in any output?
I'm running into issues with WebRTC on Cloudflare Stream. I'm using the example WHIP and WHEP clients from the docs here. I'm running into cases where the connection is made and audio/video tracks are detected but then the video element I'm attaching it to doesn't show the livestream.
Other times it works perfectly, so I'm wondering if this is some kind of issue on Cloudflare's end