Jeff
Jeff
CDCloudflare Developers
Created by Jeff on 9/17/2024 in #general-help
Using 2 out of 0 rules
Works for me now Thanks!
7 replies
CDCloudflare Developers
Created by Jeff on 9/17/2024 in #general-help
Using 2 out of 0 rules
Thanks
7 replies
CDCloudflare Developers
Created by Jeff on 9/17/2024 in #general-help
Using 2 out of 0 rules
Makes sense. Looking at the docs I can see it's still 25 for the Pro plan too Hopefully it's fixed soon...I'm sure the API will still work but that'll be a pain to use just for this
7 replies
CDCloudflare Developers
Created by Jeff on 9/10/2023 in #stream
Is there any way to set
Yeah it makes a lot of sense to handle it that way. It does force me to think about storage more which is a good thing
24 replies
CDCloudflare Developers
Created by Jeff on 9/10/2023 in #stream
Is there any way to set
I think I'll look into that tonight, thanks for helping me think this through 🙂
24 replies
CDCloudflare Developers
Created by Jeff on 9/10/2023 in #stream
Is there any way to set
I suppose one way around that is to delete an upload in progress before they can start a new one
24 replies
CDCloudflare Developers
Created by Jeff on 9/10/2023 in #stream
Is there any way to set
Yes
24 replies
CDCloudflare Developers
Created by Jeff on 9/10/2023 in #stream
Is there any way to set
Thanks again for your time. Will figure out a way to make it work in the meantime
24 replies
CDCloudflare Developers
Created by Jeff on 9/10/2023 in #stream
Is there any way to set
Makes sense -- I'm hoping this can be supported since it helps cut down on API requests which is another thing to worry about
24 replies
CDCloudflare Developers
Created by Jeff on 9/10/2023 in #stream
Is there any way to set
Right I was considering using direct creator uploads but I'm worried about if they have a slow upload speed and uploads fail and storage ends up being used for longer than necessary. I'd basically need to set a longer expiration time with direct creator uploads than I'd be comfortable with. It's a bit easier to manage it like this
24 replies
CDCloudflare Developers
Created by Jeff on 9/10/2023 in #stream
Is there any way to set
This is the body I'm trying to use:
{
"url": "https://example.com/video.mp4",
"meta": {
"name": "video12345.mp4"
},
"maxDurationSeconds": 1
}
{
"url": "https://example.com/video.mp4",
"meta": {
"name": "video12345.mp4"
},
"maxDurationSeconds": 1
}
24 replies
CDCloudflare Developers
Created by Jeff on 9/10/2023 in #stream
Is there any way to set
Yeah I'm just uploading from a file from URL but I'd like to limit the length of the video
24 replies
CDCloudflare Developers
Created by Jeff on 9/10/2023 in #stream
Is there any way to set
Makes sense, but the docs don't show a way to set maxDurationSeconds there https://developers.cloudflare.com/api/operations/stream-videos-upload-videos-from-a-url It doesn't seem to work if I set it in the body...can you confirm if it's possible? If not, would it be possible for it to be added? Thanks for replying and looking into this
24 replies