https://discord.cloudflare.com logo
Join DiscordCommunities
Powered by
# stream
  • d

    Deleted User

    03/16/2022, 8:22 PM
    Having a bunch of issues with my stream, basically very laggy and I get piles of those red errors at the bottom
  • d

    Deleted User

    03/17/2022, 2:17 PM
    Is it just me or this this product pretty janky/half baked?
  • d

    Deleted User

    03/17/2022, 2:18 PM
    Like if it's supposed to feel like one of those half baked AWS products that's cool, otherwise maybe I'm using it incorrectly?
  • d

    Deleted User

    03/17/2022, 2:22 PM
    Maybe Matthew knows. I'll shoot him a txt instead
  • r

    rrnn

    03/17/2022, 6:06 PM
    Not coincidental, just not documented yet. You can use it.
  • m

    Matt Hensley

    03/17/2022, 7:00 PM
    thank you!
  • i

    Isaac McFadyen | YYZ01

    03/18/2022, 3:05 PM
    How does recording work for Stream Live? If I have a 4-5 hour event it's almost certainly going to exceed 30Gb, will the whole thing be recorded or only the most recent part or something else?
  • t

    third774 | Cloudflare Stream

    03/18/2022, 3:56 PM
    > If a live video exceeds seven days in length, the recording will be truncated to seven days and not be viewable. https://developers.cloudflare.com/stream/stream-live/start-stream-live/#known-limitations A 4-5 hour event should be recorded without issue.
  • i

    Isaac McFadyen | YYZ01

    03/18/2022, 4:09 PM
    Perfect, missed that. Thanks 👍
  • r

    rrnn

    03/19/2022, 3:15 AM
    Echoing what third774 said, the 30Gb limit is just uploads for VOD. Once video is within Stream, it’s only that minutes that matter.
  • i

    Isaac McFadyen | YYZ01

    03/19/2022, 12:25 PM
    And if I simulcast to multiple platforms i.e. YouTube, Facebook, and another one, that counts as
    minutes * number of providers
    right?
  • g

    Glenn

    03/22/2022, 5:02 PM
    Posting this here as you don't have a group for the Cloudflare Images product and this is on the same page as the Stream+Images bundle (shouldn't there be a group for each paid product?). There are text issues in the Starter Bundle description that need to be corrected.
  • i

    Isaac McFadyen | YYZ01

    03/22/2022, 5:06 PM
    Thanks, I'll escalate this.
  • g

    ganesh

    03/23/2022, 6:16 PM
    Hi Guys! New guy here! I have been trying to send the file name and another info via the Upload-Metadata header value. But somehow i cant see it in the uploaded video in cloudflare dashboard. I am using https://github.com/tus/tus-py-client Here is the cloudflare documentation https://developers.cloudflare.com/stream/uploading-videos/upload-video-file/#supported-options-in-upload-metadata Here is my code.
    Copy code
    headers, cloudflare_config = self.get_headers()
            headers["Tus-Resumable"] = "1.0.0"
            headers["Upload-Length"] = "900000000"
            headers["Content-Length"] = "0"
            headers["Upload-Metadata"] = "requiresignedurls"  #trying here first
            token_url = BASE_URL + 'accounts/' + cloudflare_config['ACCOUNT_ID'] + '/stream'
            try:
                data = {
                    'maxDurationSeconds': 21600,
                    'requireSignedURLs': True
                }
                my_client = client.TusClient(token_url, headers=headers)
                my_client.set_headers({'Upload-Metadata': 'requiresignedurls'})  #trying here again
                my_client.metadata = {'requiresignedurls': True}  #trying here again
    I have tried to send the metadata in three places in the above code. None of them are working. Can anyone help me on this issue please?
  • u

    "ClaquetteuuuH

    03/23/2022, 11:44 PM
    hi, can someone help me i dont understand why my tus cant find `Location`:
  • d

    Deleted User

    03/24/2022, 7:35 AM
    Because you don't send it as a header. Iirc there's res.addHeader for that .send() puts everything into the body
  • u

    "ClaquetteuuuH

    03/24/2022, 12:32 PM
    Ok i'm trying it
  • u

    "ClaquetteuuuH

    03/24/2022, 12:41 PM
  • u

    "ClaquetteuuuH

    03/24/2022, 12:41 PM
    i use nextjs as server
  • u

    "ClaquetteuuuH

    03/24/2022, 12:41 PM
    maybe thats the reason
  • i

    Isaac McFadyen | YYZ01

    03/24/2022, 12:42 PM
    Is this on Cloudflare Workers or Pages?
  • u

    "ClaquetteuuuH

    03/24/2022, 12:42 PM
    idk whats cloudflare workers
  • u

    "ClaquetteuuuH

    03/24/2022, 12:42 PM
    i'm using cloudflare
  • u

    "ClaquetteuuuH

    03/24/2022, 12:42 PM
    but here its the direct upload with tus
  • i

    Isaac McFadyen | YYZ01

    03/24/2022, 12:43 PM
    OK, first, we should probably move to #909458221419356210 . This is the channel for Cloudflare Stream, a completely different platform.
  • u

    "ClaquetteuuuH

    03/24/2022, 12:43 PM
    oh ok
  • u

    "ClaquetteuuuH

    03/24/2022, 3:15 PM
    hi i've an issue with tus
  • u

    "ClaquetteuuuH

    03/24/2022, 3:16 PM

    https://cdn.discordapp.com/attachments/909458221419356210/956570802558480445/unknown.pngâ–ľ

    https://cdn.discordapp.com/attachments/909458221419356210/956570843004149780/unknown.pngâ–ľ

    thats my tus request in front
  • u

    "ClaquetteuuuH

    03/24/2022, 3:16 PM

    https://cdn.discordapp.com/attachments/909458221419356210/956571016191164457/unknown.pngâ–ľ

    and that is my server api
  • u

    "ClaquetteuuuH

    03/24/2022, 3:17 PM
    but when i'm trying to post a file
1...111213...105Latest