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

    Jonas Dautel | ByteHive

    10/09/2022, 11:22 PM
    Thanks for the awnser, is adding whip/ whep as outputs also on the list?
    b
    • 2
    • 3
  • h

    HardAtWork

    10/10/2022, 11:57 AM
    Anyone not getting a response when using
    WHEP
    ?
  • h

    HardAtWork

    10/10/2022, 11:58 AM
    I'm getting a 409 Conflict on the initial Connection.
  • h

    HardAtWork

    10/10/2022, 12:14 PM
    Just tried recreating the project, and now I'm getting a 400 when I try to play it.
  • k

    Kyle_Cloudflare

    10/10/2022, 2:37 PM
    @HardAtWork can you DM me the live input ID you were testing with?
  • w

    wuwu22 | Entitlements SME

    10/10/2022, 7:35 PM
    does the player show a grey swirly loading icon? if so i had this issue with testing too and i have a possible fix
  • w

    wuwu22 | Entitlements SME

    10/10/2022, 7:35 PM
    icon along with the 400*
  • h

    HardAtWork

    10/10/2022, 7:38 PM
    Only the control bar appears. The rest of the player is transparent. No loading icon(or at least it isn't visible).
    b
    • 2
    • 7
  • m

    msr101

    10/11/2022, 1:20 AM
    Hi, I am trying to get my uploaded videos to work with HLS via either HLS.js or Vidstack. I have tried the examples on page https://developers.cloudflare.com/stream/examples/ in stackblitz and on my machine, and none of the videos will play, it seems to load the data ie total time and poster but the video wont play, I just get a spinning wheel. In both examples the default cloudflare video plays, and my videos also work in the Videojs example. I uploaded these videos through the quickupload function in the dashboard, they are mp4, and I haven't changed any settings, I copied the HLS manifest from the dashboard as well. Do I need to update something on the video or I am missing something?
    b
    e
    • 3
    • 9
  • g

    GuillaumeLakano

    10/11/2022, 8:12 AM
    Hi! We have a on our home page with infinite loop. So if we switch on CF Stream to play it, we would like to understood how CF charge us after the 1st loop. Is it buffered and replayed from local storage to avoid bandwidth usage and cost ? ( if not, we can't switch to CF Stream, there is too many risks that people just let the homepage in background and don't close it, so this could cost hours for nothing )
  • c

    Core3D

    10/11/2022, 10:58 AM
    Hi, is there a good WHIP client other than webbrowser?
  • k

    Kyle_Cloudflare

    10/11/2022, 2:03 PM
    What operating system/browser are you using? If you can, could you DM me the video ID you tried?
  • k

    Kyle_Cloudflare

    10/11/2022, 2:04 PM
    Aye, we take advantage of the native browser cache. If you open up devtools and view the network tab, you should see requests served from cache after the first time they're fetched(assuming you don't have cache disabled in devtools 🙂 )
  • k

    Kyle_Cloudflare

    10/11/2022, 2:39 PM
    We're working to get better compatibility(trickle ICE and server-offer) with non-browser clients but its early days at the moment. I don't have a specific non-browser client I can specifically recommend at the moment.
  • c

    Core3D

    10/11/2022, 3:28 PM
    Thanks for info.
  • k

    kostas

    10/12/2022, 4:59 AM
    Also interested in this, in case you find something out please let me know!
  • k

    kostas

    10/12/2022, 5:03 AM
    I was trying to get this (https://github.com/meetecho/simple-whip-client) going as a whip client, but I'm getting
    ICE failed
    . Turned of trickle.
  • g

    GuillaumeLakano

    10/12/2022, 1:39 PM
    HLS is natively supported on 64% of browsers/devices (source: https://caniuse.com/hls), and so we want to use this native feature in the video tag with the CF Stream like this : But this doesn't seems to works natively ( tested on iPhone and iPad ) Could you confirm me that generated manifest from CF Stream should works in a simple tag for theses 64% of browsers/devices, without beeing forced to uses an « iframed » player or a specific library ?
  • m

    Marcel

    10/12/2022, 2:29 PM
    I have also seen this issue I'm on OSX + Chrome When loading one or more of the StackBlitzes I also saw server errors even just by loading it. It would fail sometimes and I would need to refresh.
  • m

    Marcel

    10/12/2022, 2:43 PM
    This one fails to load sometimes https://stackblitz.com/edit/cloudflare-templates-t7p82f?file=src%2Findex.html&terminal=start-stackblitz&title=Cloudflare%20Stream%20%20%20Vidstack
  • k

    Kyle_Cloudflare

    10/12/2022, 3:40 PM
    @Marcel @msr101 could y'all grab a HAR when the video fails to load? On our side, the media itself looks good so curious to see what's going wrong that breaks playback for y'all. https://support.google.com/admanager/answer/10358597?hl=en
  • m

    mwon

    10/12/2022, 8:24 PM
    Hi. Not sure if this is the right place to ask this. I was reading the documentation of Cloudflare WebRTC and couldn't find the answer. I would like to know if your product is suitable for my use case where my potential clients (I'm currently just building a demo) will be able to stream using WebRTC from IoT devices, for example, a Raspberry Pi. To be more precise, I'm looking for a solution to webrtc live stream from a python script, not from a browser to another peer, this one with a browser (unidirectionally). I currently have a working demo using gstreamer but the solution requires a turn service, which is not flexible to scale.
  • m

    msr101

    10/13/2022, 12:11 AM
    I have DM'd you the examples
  • g

    GuillaumeLakano

    10/13/2022, 7:04 AM
    take a look on their new product Cloudflare Calls, because it's WebRTC and scalable https://blog.cloudflare.com/announcing-cloudflare-calls/
  • d

    Deleted User

    10/13/2022, 10:47 AM
    my video in the stream dashboard is just buffering and not loading when I set it to 1080p?
  • d

    Deleted User

    10/13/2022, 11:13 AM
    I'm trying to play the m3u8 in vlc and that isn't loading either
  • e

    elithrar

    10/13/2022, 12:56 PM
    We set cache headers, and so most browsers will cache the content locally. Browser caches aren’t 100% deterministic though. You could also write JavaScript that uses our Player API to pause the stream when it’s no longer the active tab.
  • k

    Kyle_Cloudflare

    10/13/2022, 4:26 PM
    got it, thank you!
  • j

    joshh

    10/14/2022, 2:07 PM
    Do clips created via the clips API endpoint count as minutes? or does it just go off the existing vod?
  • j

    joshh

    10/14/2022, 2:14 PM
    also, is there documentation for the "videos created by live input" API that dashboard seams to have? That would be super helpful rn.
1...495051...105Latest