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

    brendanib

    08/25/2022, 6:22 AM
    Thinking a lot about this — curious what specifically you’d find most helpful? Something akin to a viewer experience score?
    m
    • 2
    • 2
  • s

    Shiva Prasad

    08/25/2022, 6:32 AM
    @brendanib I uploaded recordings to cloudflare stream. Let's say bob(a user of my website) requested a video, user is given a signed URL and he is able to watch the video. Now the same user requests a same video from a different device, user is able to watch the video My Question: I want to stop user from watching a video from multiple device, that's at any time a user must be able to watch/play a video only on single device
  • s

    Shiva Prasad

    08/25/2022, 6:36 AM
    Is it possible to invalidate a signed URL / token ?
  • z

    zegevlier

    08/25/2022, 3:53 PM
    Hey @brendanib, from your messages it sounds like you're a cloudflare employee. If you do
    /cfrole
    the bot can verify that and give you an orange role so other people know they're talking to an employee 🙂
  • w

    wenzani

    08/26/2022, 11:39 AM
    Hi there! I've been trying the product out, but the live stream playback doesn't seem to work, I assumed that after the livestream ends it should be able to playback
  • w

    wenzani

    08/26/2022, 11:39 AM
    Would love to hear some feedback from the team, thank you!
  • z

    zegevlier

    08/26/2022, 11:45 AM
    What kind of issues are you seeing? Does the recording not show up in the list? Does it show up, but are you unable to play it?
  • w

    wenzani

    08/26/2022, 1:15 PM
    Oh it's more of a UX thing, I was expecting after the live stream, I could replay the recording from the same embed
  • t

    tt2468

    08/26/2022, 1:21 PM
    The embed for Cloudflare is kind of like how Twitch works. You have live player embed which is reusable for live streams, then you have a different embed for the output vod.
  • s

    sdev

    08/28/2022, 1:13 PM
    Can Cloudflare Stream do Dynamic Watermarking like ? This feature is useful for discouraging screen capture, because viewers do not want to expose their email address watermark.
  • e

    Erisa | Support Engineer

    08/28/2022, 1:23 PM
    Doesn't seem like you can define watermarks at playback time, they have to be created as profiles ahead of time: https://developers.cloudflare.com/stream/edit-videos/applying-watermarks/
  • s

    sdev

    08/28/2022, 2:01 PM
    It would be nice if they add this dynamic watermarking feature in the future. Not sure if it is technically possible to add it.
  • n

    noflm

    08/29/2022, 5:16 PM
    Hi, I have some questions about the two limitations that the stream has. https://developers.cloudflare.com/stream/faq/#is-there-a-limit-to-the-amount-of-videos-i-can-upload on the “By default, a video upload can be at most 30 GB.” is that a limit for the account you signed up for? Or is it a limit for a single video? Please allow me to use DeepL as I do not speak English.
  • e

    elithrar

    08/30/2022, 11:20 AM
    A single video. The account limit depends on what you paid for - you can store petabytes of videos on Stream if you want - we don’t have a storage limit.
  • n

    noflm

    08/30/2022, 11:28 AM
    Thank you very much for your response. Cloudflare Stream is a great fit for the type of business we do. Thank you for rolling out such a great service.
  • j

    joshh

    08/30/2022, 10:24 PM
    I'm getting a CORS missing allow origin error when using Direct Upload to Stream, anyone know how to fix?
  • z

    Zaid (Cloudflare)

    08/31/2022, 1:21 AM
    That it is a POST request tells me something is off with your setup. Try out this example: https://codepen.io/cfzf/pen/wvGMRXe
  • z

    Zaid (Cloudflare)

    08/31/2022, 1:22 AM
    Also see https://developers.cloudflare.com/stream/uploading-videos/direct-creator-uploads/#using-tus-recommended-for-videos-over-200mb
  • j

    joshh

    08/31/2022, 1:44 AM
    TUS is the one doing the POST request
  • z

    Zaid (Cloudflare)

    08/31/2022, 1:45 AM
    The very first request that TUS makes should be to your backend which calls the Stream API and returns the tokenized URL in the location header. Can you confirm you're doing this?
  • z

    Zaid (Cloudflare)

    08/31/2022, 1:45 AM
    ^ this is detailed in the link I shared
  • j

    joshh

    08/31/2022, 1:49 AM
    yes :)
  • j

    joshh

    08/31/2022, 1:50 AM
  • j

    joshh

    08/31/2022, 1:50 AM
    that localhost request there
  • j

    joshh

    08/31/2022, 1:52 AM
    what's weird is the OPTIONS cors response that comes back for the direct upload is ``*`` for allowed origins.
  • j

    joshh

    08/31/2022, 1:52 AM
    so it should work, but it doesnt.
  • j

    joshh

    08/31/2022, 1:55 AM
    hmmm...what's weird is that TusV2 thing shouldnt actually be there
  • j

    joshh

    08/31/2022, 1:55 AM
    the replace function is failing
  • j

    joshh

    08/31/2022, 1:58 AM
    wait nvm
  • j

    joshh

    08/31/2022, 1:58 AM
    that's not the problem
1...343536...105Latest