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

    Unsmart | Tech debt

    10/05/2022, 5:29 PM
    yeah
  • i

    Isaac McFadyen | YYZ01

    10/05/2022, 5:29 PM
    Yeah ๐Ÿ™‚
  • i

    Isaac McFadyen | YYZ01

    10/05/2022, 5:29 PM
    Annoying
  • i

    Isaac McFadyen | YYZ01

    10/05/2022, 5:30 PM
    Hopefully they'll fix soon-ish
  • i

    Isaac McFadyen | YYZ01

    10/05/2022, 5:30 PM
    Edge, not Stream I mean
  • u

    Unsmart | Tech debt

    10/05/2022, 5:30 PM
    on another note though stream really needs to show errors better it only displayed the error that it couldnt play in the console lol
  • u

    Unsmart | Tech debt

    10/05/2022, 5:31 PM
    unless they arent using the stream player
  • e

    Erisa | Support Engineer

    10/05/2022, 5:31 PM
    when i try in Edge without the codec i get this in console
  • e

    Erisa | Support Engineer

    10/05/2022, 5:31 PM
    that demo doesnt use the stream player though, yeah
  • u

    Unsmart | Tech debt

    10/05/2022, 5:31 PM
    yeah thats what it did for me too
  • i

    Isaac McFadyen | YYZ01

    10/05/2022, 5:31 PM
    Stream player doesn't support the AV1 beta yet
  • i

    Isaac McFadyen | YYZ01

    10/05/2022, 5:31 PM
    > To playback video using AV1, you must use your own video player. Read the docs on using your own player, or see our examples of using Stream with the most commonly used video players.
  • e

    Erisa | Support Engineer

    10/05/2022, 5:31 PM
    yeah, makes sense
  • e

    Erisa | Support Engineer

    10/05/2022, 5:32 PM
    one funny thing is
  • e

    Erisa | Support Engineer

    10/05/2022, 5:32 PM
    they have in their demo page
    Copy code
    html
            <script>
                const obj = document.createElement('video')
                const canPlay = obj.canPlayType('video/mp4; codecs="av01.0.05M.08"')
                const content = '<div class="center"><p>Your browser does not support AV1</p></div>'
                 if (canPlay === ""){
                    document.getElementsByTagName('body')[0].innerHTML = content; 
                    console.log('dddd');
                }
            </script>
  • i

    Isaac McFadyen | YYZ01

    10/05/2022, 5:32 PM
    dddd
  • e

    Erisa | Support Engineer

    10/05/2022, 5:32 PM
    but edge doesnt trigger it
  • i

    Isaac McFadyen | YYZ01

    10/05/2022, 5:32 PM
  • i

    Isaac McFadyen | YYZ01

    10/05/2022, 5:32 PM
    Huh
  • i

    Isaac McFadyen | YYZ01

    10/05/2022, 5:32 PM
    Weird
  • e

    Erisa | Support Engineer

    10/05/2022, 5:33 PM
    lol.
  • u

    Unsmart | Tech debt

    10/05/2022, 5:37 PM
  • u

    Unsmart | Tech debt

    10/05/2022, 5:37 PM
    "probably" dev was too lazy to actually find out
  • b

    Brendan Irvine-Broque

    10/05/2022, 5:50 PM
    We're working on supporting this use case, and making it possible to stream without recording. Expect an update on this before the year ends.
  • b

    Brendan Irvine-Broque

    10/05/2022, 5:51 PM
    Only live streams and recordings of live streams today while in beta, but we're working on adding support for videos uploaded to Stream as well. More soon!
  • m

    Maxou44

    10/05/2022, 5:52 PM
    Is it plan to support VP9 or HEVC ? - VP9 is great on android devices that not support AV1 - HEVC is the only way to stream properly on Safari
    b
    • 2
    • 6
  • r

    rudyjellis

    10/05/2022, 9:42 PM
    thanks for the update. this will be helpful, for the PTZ cam use cases
  • z

    zenyr

    10/06/2022, 6:18 AM
    I'm on the same boat btw ๐Ÿ˜‰ Hope that feature lands very soon!
  • z

    zenyr

    10/06/2022, 7:26 AM
    Testing out AV1 via HLS. Can someone verify how it's working? https://hls-js.netlify.app/demo?src=https%3A%2F%2Fcustomer-g4cqjmumd7qeeopb.cloudflarestream.com%2Fa458d58997f542ea07c9d87e4d5e07e4%2Fmanifest%2Fvideo.m3u8%3FbetaCodecSuggestion%3Dav1&demoConfig=eyJlbmFibGVTdHJlYW1pbmciOnRydWUsImF1dG9SZWNvdmVyRXJyb3IiOnRydWUsInN0b3BPblN0YWxsIjpmYWxzZSwiZHVtcGZNUDQiOmZhbHNlLCJsZXZlbENhcHBpbmciOi0xLCJsaW1pdE1ldHJpY3MiOi0xfQ==
    k
    • 2
    • 10
  • z

    zenyr

    10/06/2022, 8:04 AM
    By the way, I'm deeply interested in providing multilingual live captions. Can anybody shed some light about the 'status quo' of the Live WebVTT tech stack? Even Youtube does not provide users a realistic way to inject a multilingual live WebVTT translation/transcription other than extremely limited and difficult protocols like CEA-708. Hmm..
    b
    • 2
    • 6
1...474849...105Latest