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

    Abdullah

    01/24/2022, 2:18 AM
    I’m trying to remove just setting the gear icon but If I set false for controls it’s going out all other like Play/Pause. If I’m using my own player it’s ok BUT I want to use Cloudflare Player, not my custom player. Because in Cloudflare player there have 1x auto and other options which are not in my player. (Using the player API) Can anyone help me by giving a code example ?
    Copy code
    <iframe
      src="https://iframe.videodelivery.net/$5d5bc37ffcf54c9b82e996823bffbb81"
      style="border: none;"
      height="555"
      width="666"
      allow="accelerometer; gyroscope; autoplay; encrypted-media; picture-in-picture;"
      allowfullscreen="true"
      id="stream-player"
    ></iframe>
    
    <script src="https://embed.videodelivery.net/embed/sdk.latest.js"></script>
    
    <!-- Your JavaScript code below-->
    <script>
      const player = Stream(document.getElementById('stream-player'))
      player.addEventListener('play', () => {
        console.log('playing!')
      })
      player.play().catch(() => {
        console.log('playback failed, muting to try again')
        player.muted = true
        player.play()
      })
    </script>
  • j

    JustinNoel

    01/24/2022, 9:43 AM
    @User Looks like Cloudflare is improving! 91 is much better than that original 78 or 79 (can't remember) 💥! https://dev.playerx.io/compare/sort/viewer-experience-score/ Something does seem wrong with Cloudinary though. Surely that's not the right score.
  • i

    Isaac McFadyen | YYZ01

    01/24/2022, 10:20 PM
    The algorithm broke. 😆
  • h

    HardAtWork

    01/25/2022, 3:00 AM
    I thought I broke the Facebook Favicon, but then I just realized that was my Facebook Isolator at work...
  • j

    JustinNoel

    01/25/2022, 5:18 AM
    I love that YouTube ties for the lowest Lighthouse score 🤣.
  • a

    andrew | 1003

    01/25/2022, 5:40 AM
    they know no matter how bad their SEO or perf, people will still use it 😆
  • k

    k26

    01/27/2022, 8:20 AM
    they own the biggest search engine, they can just manually increase their seo score
  • s

    SimonPhoenix

    01/28/2022, 3:22 PM
    hey
  • p

    poacher2k

    02/01/2022, 10:53 AM
    when using Stream for looping videos, am I correct in assuming that the usage only counts once, no matter how many times looped?
  • l

    lucjan-suski

    02/01/2022, 6:18 PM
    any way to still get into WebRTC Components beta? I've got quite a compelling use case for it and want to start experimenting/building early
  • g

    Gary Somerhalder

    02/01/2022, 7:17 PM
    WebRTC like for video chatting?
  • j

    Josh

    02/01/2022, 7:32 PM
    Yup
  • g

    Gary Somerhalder

    02/01/2022, 7:35 PM
    Oh wow
  • g

    Gary Somerhalder

    02/01/2022, 7:35 PM
    I didn’t know that Cloudflare had this
  • g

    Gary Somerhalder

    02/01/2022, 7:36 PM
    I was doing WebRTC in the 2000s for video chat
  • g

    Gary Somerhalder

    02/01/2022, 7:36 PM
    Is it turn key? (Stun/Turn/Signaling) etc
  • j

    Josh

    02/01/2022, 7:52 PM
    https://blog.cloudflare.com/announcing-our-real-time-communications-platform/ More about it here, a bit over my head
  • p

    poacher2k

    02/01/2022, 8:31 PM
    I guess this would mostly depend on the client, right? if the file is cached in the browser, it makes no sense that it would count multiple times 🙂
  • m

    Matt Hensley

    02/01/2022, 9:42 PM
    Can't wait for this to launch
  • g

    Gary Somerhalder

    02/02/2022, 2:14 AM
    It’s the infrastructure layer but you need other pieces
  • g

    Gary Somerhalder

    02/02/2022, 2:15 AM
    Like it provides stun/turn/signaling
  • g

    Gary Somerhalder

    02/02/2022, 2:15 AM
    It doesn’t give you the other necessary components like twilio does
  • p

    poacher2k

    02/02/2022, 8:16 AM
    still wondering about this, and also - what is the pricing for displaying the thumbnails? are they included in the price, or do we pay per request?
  • d

    Dat

    02/02/2022, 10:10 AM
    You should make a question on their Community Forum or send an email to their support team!
  • s

    SimonPhoenix

    02/03/2022, 1:17 AM
    hi all
  • s

    SimonPhoenix

    02/03/2022, 1:20 AM
    I've been using stream off and on to ingest RTMPS for relaying to YT and its been fantastic, currently want to build out the stream using own domain/infrastructure etc, can anyone recommend a good framework to integrate stream with, or in combination with nginx ? was looking at flutter ..
  • l

    lucjan-suski

    02/03/2022, 12:37 PM
    what are those other components?
  • g

    Gary Somerhalder

    02/03/2022, 5:30 PM
    UI/UX etc
  • d

    denisep

    02/04/2022, 6:02 PM
    Hi there! 👋 I’m Denise, and I’m a technical writer on the Product Content Experience (PCX) team at Cloudflare and support different products, one of which is Stream. In the last year, the PCX team developed a content strategy that focuses on our user’s needs and influences how we create and add new docs for our products. Below you’ll find two screenshots that I’d love feedback on from our users! Each one is labeled accordingly in blue, but one screenshot shows the full, expanded view of the current Stream docs, and the second shows a new, proposed structure for the Stream docs that is also fully expanded. Specifically, I’d love to know: - Does the newer version make it easier or more difficult to find what you’re looking for? - What do you think is missing from the current and proposed states of the Stream docs? What additional information would you want? - If you wanted to learn how to apply a watermark to your video, for example, where would you expect to find that information? Thanks for your time and feedback; I really appreciate it! 😃
  • h

    HardAtWork

    02/04/2022, 8:47 PM
    I think the New Navigation looks really nice, and is less of an overload for those who are just starting out. As a suggestion, maybe have a second button for
    Getting Started
    , next to the
    Stream API Documentation
    Button.
1...8910...105Latest