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

    joshh

    06/27/2022, 5:26 PM
    (I don't want to right now) but just so I know going in, can you request a download of all your stream data from Cloudflare? Don't want to get locked in later in the future.
  • k

    kian

    06/27/2022, 9:30 PM
    All of the videos have a MP4 download option if you enable it but I’m not aware of any built-in “package” you can just export
  • j

    joshh

    06/27/2022, 9:34 PM
    Is it possible to list live inputs by creator like you can with videos? https://api.cloudflare.com/#stream-live-inputs-list-live-inputs
  • r

    rrnn

    06/29/2022, 9:57 PM
    we're working on adding more filters similar to videos for live inputs ^
  • j

    joshh

    07/06/2022, 8:51 AM
    is there no way to pause https://www.npmjs.com/package/@cloudflare/stream-react via javascript?
  • p

    poacher2k

    07/06/2022, 9:55 AM
    https://developers.cloudflare.com/stream/viewing-videos/using-the-player-api#methods
  • j

    joshh

    07/06/2022, 9:56 AM
    You need to use a custom iframe for that don’t you?
  • p

    poacher2k

    07/06/2022, 9:57 AM
    See
    streamRef
    @ https://github.com/cloudflare/stream-react#props
  • j

    joshh

    07/06/2022, 9:58 AM
    sick, thanks :)
  • p

    poacher2k

    07/06/2022, 9:58 AM
    you're welcome! hope you find out how to do it 👌
  • p

    poacher2k

    07/07/2022, 8:43 AM
    & @Zaid (Cloudflare) : if the correct way of specifying the upload creator when using tus is in the
    Upload-Metadata
    header (ref. https://community.cloudflare.com/t/specifying-creator-id-when-using-tus/392642/2?u=poacher2k), isn't this portion of the docs wrong? (ref. https://developers.cloudflare.com/stream/uploading-videos/creator-id/#tus)
  • t

    thegeek

    07/11/2022, 8:58 AM
    Hey everyone! I'm using cloudflare-stream for angular. But I'm not able to disable full-screen for the player. Can someone help me with how to disable full screen in cloudflare-stream for angular?
  • s

    S Abhishek

    07/11/2022, 10:10 AM
    Yeah. I'd like to know that as well
  • j

    JohnsCreek

    07/12/2022, 1:51 AM
    hello, does anyone know when will Cloudflare stream support 4k? It seems to me that is the only downside of Cloudflare stream, for now
  • j

    JustinNoel

    07/12/2022, 11:37 AM
    Anyone from CF seen this yet? @JohnsCreek created something pretty cool to solve a Stream problem. Maybe y'all can work with him/Emdedly to solve the overall problem and then keep his service running for free for any existing users? https://discord.com/channels/595317990191398933/783765338692386886/996224524649517116
  • j

    JohnsCreek

    07/12/2022, 1:43 PM
    Thank you for the nice words, Justin 🙂
  • s

    S Abhishek

    07/13/2022, 6:07 AM
    Can someone help with this?
  • p

    poacher2k

    07/13/2022, 11:33 AM
    what have you tried so far?
  • p

    poacher2k

    07/13/2022, 11:34 AM
    and are you talking about the fullscreen button in the controls?
  • t

    thegeek

    07/13/2022, 12:12 PM
    Yes. I couldn't find a way to disable full screen. If it was an iframe, I could've simply done
    allowFullscreen="false"
    but I wasn't able to find a way to do that with the angular cloudflare-stream component
  • p

    poacher2k

    07/13/2022, 12:53 PM
    you can try either disabling controls, or using the
    controlsList
    attribute: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video#attr-controlslist https://caniuse.com/mdn-api_htmlmediaelement_controlslist
  • t

    thegeek

    07/13/2022, 1:06 PM
    If I disable controls, all the controls are getting disabled. I only want the fullscreen to be disabled. The
    contolsList
    attribute works for the video tag right? I tried but it is not working with the angular
    cloudflare-stream
    component. I'm using
    @cloudflare/stream-angular
    for the components
  • p

    poacher2k

    07/13/2022, 1:10 PM
    you might need to access the video element directly, then
  • t

    thegeek

    07/13/2022, 1:52 PM
    How can I access the video element directly? I only have access to the
    cloudflare-stream
    component. How can I get a reference to the video element?
  • t

    thegeek

    07/13/2022, 1:53 PM
    Copy code
    <cloudflare-stream #stream [controls]="true" [src]="src" [currentTime]="time">
    </cloudflare-stream>
    I only have this in my code. How do I get access to the video element form this?
  • p

    poacher2k

    07/13/2022, 3:04 PM
    I'm not angular pro, but since the end product is a player with a
    video
    element (or so I assume), you should be able to access this from your JS somewhere
  • p

    poacher2k

    07/13/2022, 3:05 PM
    if not, perhaps this is better: https://developers.cloudflare.com/stream/viewing-videos/using-own-player
  • b

    Bluebeel

    07/17/2022, 1:40 PM
    Hello, I have a question. In the pricing, do we pay for the delivery time (so for example the buffering of the video in the player) or only the real watch time by the user? 🤔
  • i

    Isaac McFadyen | YYZ01

    07/17/2022, 1:42 PM
    Delivery time too, yeah.
  • i

    Isaac McFadyen | YYZ01

    07/17/2022, 1:42 PM
    Any time buffered or delivered to the user's player is billed.
1...272829...105Latest