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

    Rachel

    01/31/2023, 6:37 PM
    that is the PATCH url you need to use
  • n

    naive17

    01/31/2023, 6:37 PM
    Oh ok, perfect!
  • n

    naive17

    01/31/2023, 6:37 PM
    I'll check on it and report the results, thanks ❤️
  • r

    Rachel

    01/31/2023, 6:39 PM
    you can send DELETE request to the Resource URL to stop the stream instantly
  • r

    Rachel

    01/31/2023, 6:39 PM
    it is the Location header from the POST request with SDP
  • r

    Rachel

    01/31/2023, 6:40 PM
    In the RFC spec, the url you send sdp to is the*Endpoint*, not the *Resource URL"
  • r

    Rachel

    01/31/2023, 6:41 PM
    the reason behind it: it is conceivable that one endpoint may be used to start multiple streams, how does the server know which stream you want to stop?
  • n

    naive17

    01/31/2023, 6:41 PM
    Ok, i think the WHIP example should be updated
  • n

    naive17

    01/31/2023, 6:41 PM
    Then
  • n

    naive17

    01/31/2023, 6:41 PM
    Because it's using the wrong url
  • r

    Rachel

    01/31/2023, 6:42 PM
    Hmm which example
  • n

    naive17

    01/31/2023, 6:42 PM
    The only WHIP example you provide in the documentation, hosted on stackblitz
  • r

    Rachel

    01/31/2023, 6:42 PM
    let me checm
  • n

    naive17

    01/31/2023, 6:42 PM
    It provide the function to stop the stream but that function when called fails with the error i previously reported
  • r

    Rachel

    01/31/2023, 6:43 PM
    I blame my past self from 2 months ago
  • n

    naive17

    01/31/2023, 6:43 PM
    Hahahaha relatable
  • n

    naive17

    01/31/2023, 6:43 PM
    No problem, glad it was that simple to fix
  • r

    Rachel

    01/31/2023, 6:45 PM
    yep that is wrong
  • r

    Rachel

    01/31/2023, 6:45 PM
    I will fix
  • r

    Rachel

    01/31/2023, 8:05 PM
    The example on github should be fixed now
  • r

    Rachel

    01/31/2023, 11:38 PM
    Interestingly the whip spec does not mention the charset part. I think we will make it acceptable to have charset at the end
  • r

    Rachel

    01/31/2023, 11:40 PM
    since we are in the land of UDP, we have to rely on timeout to notice that your peerconnection is gone. whip/whep spec has the DELETE to resource url to expedite the process
  • r

    Rachel

    01/31/2023, 11:41 PM
    It's a known issue that some times a stream will die randomly but the viewer side won't get updated error. We will fix it soon
  • m

    mclovin

    02/01/2023, 12:08 AM
    Thanks! We were also passing the publish url to the deletion. Will test with the resource url.
  • c

    canastro

    02/01/2023, 8:45 AM
    Anyone knows if TUS deferred length is supported or is in Cloudflare's roadmap?
  • o

    Onyx

    02/01/2023, 10:02 AM
    Thanks! I'll try to do some more logging on the broadcaster side as well to see if I do get something there but I'm just missing it, did find I have at least one reconnect bug on my end just today so there might be something there too :)
  • l

    Logicpoints

    02/01/2023, 3:55 PM
    Hey all, is it possible to use Cloudflare stream for audio only streams?
  • k

    Kyle_Cloudflare

    02/01/2023, 10:37 PM
    @Logicpoints We do not currently support just-audio content. One workaround other customers use is providing an unchanging video as the video portion of the broadcast.
  • d

    DemosJarco

    02/02/2023, 3:31 AM
    hmm is nvidia's rtx super resolution part of chromium source code or chrome exclusive (since edge gets it too)
  • d

    DemosJarco

    02/02/2023, 3:34 AM
    https://chromium.googlesource.com/chromium/src/+/a9b4263e45e135d15f428245eecec29f71d0e83d oh it is
1...727374...105Latest