Nothing automated currently. For Stream, you can get a webhook when a video is uploaded, not sure if
Nothing automated currently. For Stream, you can get a webhook when a video is uploaded, not sure if Images has the same. When this webhook is received, you could use that to initiate a process that sends your content to a third party service to be scanned before being allowed to be seen public. Not sure if that fits your use case
15 Replies
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
Would be great if the basic video uploads in the Cloudflare dashboard supported files bigger than 200mb to get started more easily:
https://developers.cloudflare.com/stream/uploading-videos/upload-video-file/
Cloudflare Docs
Basic video uploads | Cloudflare Stream docs
For files smaller than 200 MB, you can use simple form-based uploads.
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
Hello, I wanted to test the cloudflare images face detection which isn't available to public yet for a project of mine. Can you guide me how to do it so?
Hello fam. I’m having some tech difficulties I’m trying to send a video feed to my stream input and for some reason I can’t. I’m currently using a tricaster for my video production and this is what my unit is asking for.
Could someone give me a helping hand with this issue
I have a question regarding Image delivery. In my application i currently use signed urls to let my users access private images. There are 2 problems i currently have:
1) For private images are requested frequently, so a lot of round trips to my API.
2) They dont work with transformation params like "w=50,dpr=3".
Does anyone know if token authentication allows for image delivery to end users using transformation params? Would offload my API a lot if a user could use the same token for an hour or so :D. Any other alternatives?
What is the accepted method for segregating stream video data from different environments (dev, QA, production, etc)?
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
Hey, can anyone help me in finding the method for editing video details in the python sdk?
I think it is probably not implemented?
It should be a post request to
https://api.cloudflare.com/client/v4/accounts/{account_id}/stream/{identifier}
Hello everyone, if a user interrupts a video upload, does it get deleted automatically?
Are you talking about direct creator uploads?
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
Is it possible to download the captions using the signed url?
Is https://developers.cloudflare.com/stream/webrtc-beta/ still alive? Any predictions for the alpha release?
Cloudflare Docs
WebRTC | Cloudflare Stream docs
Sub-second latency live streaming (using WHIP) and playback (using WHEP) to unlimited concurrent viewers.
Hey there! I am testing out the
Streams
module. I am following the example laid out here: https://developers.cloudflare.com/stream/uploading-videos/direct-creator-uploads/#resumable-uploads
It's half working. I see the video upload being created in the Cloudflare dashboard but the upload fails on the client. Any ideas?