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

    tt2468

    08/17/2022, 10:30 PM
    I believe it's
    curl -X POST https://live-status.videodelivery.net/sources/${STREAM_KEY}/disconnect
  • t

    tt2468

    08/17/2022, 10:30 PM
    Not sure if it's in the documentation, it was only added recently
  • k

    kev-ac

    08/17/2022, 10:36 PM
    I'll give that a try tomorrow. Maybe someone from the CF team can clarify things if they see this. My current workaround is to delete the live input which seems to disconnect the publisher and previous content. But in case of quota exceeding deleting the input seems a bit overreacted as it creates hassle on the client side.
  • b

    Brendan Irvine-Broque

    08/18/2022, 8:02 PM
    Thanks for posting about this! We're looking into a good solution for this that doesn't require you to delete live inputs.
  • b

    Brendan Irvine-Broque

    08/18/2022, 8:04 PM
    Thanks for sharing — What would you want to be able to organize things by? We're not thinking about folders, but do want to solve the broader problem of "how do I locate or search for videos"
  • j

    jøberthar

    08/18/2022, 8:11 PM
    Yeah, so I think addressing the broader problem is a good start, but it would be ideal to be able to tag videos. Often videos are grouped into projects, so having project tags could be helpful. Search for a project tag of
    webinar
    and
    2022
    should be able to show me all webinar videos in 2022 (as an example).
  • p

    poacher2k

    08/19/2022, 10:42 AM
    in case having lots of failed webhooks somehow has some penalty I guess 🤷
  • k

    kev-ac

    08/19/2022, 10:56 AM
    I've never encountered any issues from providers if webhook calls go to nowhere / fail. The only SaaS provider I know of that does anything is Shopify, they delete the webhook setting after 48 hours of errors.
  • k

    kev-ac

    08/19/2022, 10:58 AM
    But if you certainly don't want to produce errors you could create a worker which acts as a proxy or use one of the available webhook proxy services.
  • k

    kev-ac

    08/19/2022, 11:05 AM
    I've thought about creating a worker before which acts as a proxy for webhooks with saving unsuccessful requests in KV but was uncertain about how to implement retry logic, so I ditched the idea.
  • p

    poacher2k

    08/19/2022, 11:09 AM
    gotcha! thank you for answering my unbased worries 🙂
  • e

    Edithson Abelard(eabelard)

    08/20/2022, 2:39 AM
    Is there a way to get more data out of the Stream Player API similar to the player data from Mux Data https://www.mux.com/data
  • m

    Matt Hensley

    08/22/2022, 3:16 PM
    would really like to see something like this!
  • j

    joshh

    08/23/2022, 1:32 PM
    hey! Does anyone know what config I should put dash.js in for super low latency streaming?
  • i

    Isaac McFadyen | YYZ01

    08/23/2022, 1:35 PM
    DASH is not going to be able to get you that low latency. The super-low latency recently talked about was with RTMP which doesn't work with any browsers (even with a JS lib). From what I've seen the HLS and DASH output from Stream is still about 20 to 30 seconds delayed, and that's not the client delaying it, it's the encoding process Stream is using.
  • j

    joshh

    08/23/2022, 1:36 PM
    not even super low latency, just low latency.
  • j

    joshh

    08/23/2022, 1:36 PM
    I'm surprised even on DASH it's still that long of a delay
  • j

    joshh

    08/23/2022, 1:36 PM
    that's really annoying
  • i

    Isaac McFadyen | YYZ01

    08/23/2022, 1:37 PM
    Quite certain Stream doesn't support LL-DASH but I might be wrong?
  • i

    Isaac McFadyen | YYZ01

    08/23/2022, 1:37 PM
    Anyone else feel free to correct me on that 😄
  • j

    joshh

    08/23/2022, 1:37 PM
    yeah, I tried using that param and the video stopped
  • j

    joshh

    08/23/2022, 1:38 PM
    so I'm pretty sure it doesn't :C
  • j

    joshh

    08/23/2022, 1:38 PM
    thanks for the help though 😄
  • j

    joshh

    08/23/2022, 10:29 PM
    Does Stream support LL-HLS?
  • s

    Shiva Prasad

    08/24/2022, 6:27 AM
    How do we prevent concurrent streams for a same account(same user) ?
  • t

    tt2468

    08/25/2022, 12:26 AM
    Howdy, so we have been testing cloudflare stream live on and off over the past probably 4-6 months, with one goal being to use it for multistreaming. We were having occasional issues where our outputs would go offline, then a little while later our publisher would get booted and have to reconnect. Happened randomly every day or so with 4 average concurrent live inputs. I heard a few weeks ago that the issue was identified and being worked on, and that a fix would likely go out within a few weeks, but have not been able to get any word back about the status. Perhaps one of the staff here could help answer?
  • b

    brendanib

    08/25/2022, 6:15 AM
    We don’t support LL-HLS, but are working on some exciting new ways to stream at even lower latency. Stay tuned!
  • b

    brendanib

    08/25/2022, 6:17 AM
    Thanks for the note. Are you still seeing this issue? If so, def submit a support ticket with details on specific live inputs and outputs, and when you observed issues. That’ll help us investigate.
  • t

    tt2468

    08/25/2022, 6:18 AM
    I've not tested since initially hearing about the issue from Renan. Been scared to because it's client traffic
  • b

    brendanib

    08/25/2022, 6:19 AM
    Ex: prevent two streams to the same live input? Or something else? Can you share more about what problem you’re experiencing, that you want to solve?
1...333435...105Latest