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

    Dectom

    05/08/2022, 11:51 AM
    How can I update a video's title on stream after it's uploaded with the ID, I don't see an api endpoint for this
  • m

    marais

    05/09/2022, 12:51 AM
    where can i put bug reports? I live streamed yesterday, that didnt record at all. But did simulcast to Facebook Live no problems.
  • m

    marais

    05/09/2022, 12:52 AM
    lucky i have a download video from facebook button 😅
  • t

    tt2468

    05/09/2022, 6:40 PM
    I believe you should be able to
    PUT accounts/:account_identifier/stream/:identifier
    with
    meta.name
    as your JSON body. Example body:
    Copy code
    json
    {
      "meta": {
        "name": "My video name"
      }
    }
    You can see what meta key names pertain to various properties fields in the JSON tab of the video details in the dashboard.
  • n

    nicolaujr

    05/10/2022, 10:28 PM
    Hi
  • i

    Isaac McFadyen | YYZ01

    05/10/2022, 10:28 PM
    Hi
  • n

    nicolaujr

    05/10/2022, 10:28 PM
    I'm trying to upload a video, with the API, but I'm getting a timeout error
  • n

    nicolaujr

    05/10/2022, 10:29 PM
    and the stream dashboard is talking about a inaccessibility issue
  • n

    nicolaujr

    05/10/2022, 10:29 PM
    An error occurred in the HTTP handler: error sending request for url (https://api.cloudflare.com/client/v4/accounts/ACCOUNT/media/UUID?tusv2=true): operation timed out"
  • n

    nicolaujr

    05/10/2022, 10:29 PM
    Is the issue global? I'm from brazil
  • n

    nicolaujr

    05/10/2022, 10:30 PM
    That's happening for a few hours now
  • n

    nicolaujr

    05/10/2022, 10:30 PM
    I
  • n

    nicolaujr

    05/10/2022, 10:31 PM
    I've tried to restart my services, and everything, but I believe the issue is with cloudflare services
  • n

    nicolaujr

    05/10/2022, 10:31 PM
    Any info about that?
  • n

    nicolaujr

    05/10/2022, 10:31 PM
    I'm using TUS do make de uploads
  • n

    nicolaujr

    05/10/2022, 10:32 PM
    On my dashboard, the videos all get the "Pending Upload" status
  • n

    nicolaujr

    05/10/2022, 10:32 PM
    My uses can see the old videos
  • n

    nicolaujr

    05/10/2022, 10:32 PM
    Just can't upload new content
  • n

    nicolaujr

    05/10/2022, 10:33 PM
    The cloudflare status page, indicade everything is
    operational
  • n

    nicolaujr

    05/10/2022, 10:33 PM
    with some
    re-routed
  • i

    Isaac McFadyen | YYZ01

    05/10/2022, 10:34 PM
    Yeah,
    re-routed
    doesn't affect APIs, it just means that colo is temporarily down for maintenance/updates/fixes.
  • i

    Isaac McFadyen | YYZ01

    05/10/2022, 10:34 PM
    If there were an API issue it would appear on https://cloudflarestatus.com
  • n

    nicolaujr

    05/10/2022, 10:34 PM
    But i'm still unable to make a upload, I've been running this code for 4 months
  • n

    nicolaujr

    05/10/2022, 10:35 PM
    and it suddenly stopped
  • n

    nicolaujr

    05/10/2022, 10:35 PM
    There must be something going on
  • n

    nicolaujr

    05/10/2022, 10:35 PM
    The video is small, about a 100MB
  • n

    nicolaujr

    05/10/2022, 10:35 PM
    I will try with a video of a few KB
  • n

    nicolaujr

    05/10/2022, 10:38 PM
    Tried with a 471kB video, webm
  • n

    nicolaujr

    05/10/2022, 10:38 PM
    and it worked
  • n

    nicolaujr

    05/10/2022, 10:38 PM
    WIth a 25MB video, MP4
1...181920...105Latest