タグ

articleとQUICに関するefclのブックマーク (3)

  • FacebookのQUICを活用したライブ動画用プロトコルRUSHについて - ASnoKaze blog

    Facebookの方々から「RUSH - Reliable (unreliable) streaming protocol」というプロトコル仕様が、IETFに提出されています。 簡単に眺めていきます。 Facebookとライブ動画 このRUSHはRTMP代替として、クライアント(配信者)のアプリからライブ動画を取り込むためのプロトコルのようです。Facebookではすでに使っているようです。 2018年頃のFacebookのエンジニアブログを見ると、Facebook Liveではクライアント(配信者)からの動画の取り込みに RTMPSを使っていることが紹介されています。おそらく、ココの部分を代替するのでしょう。視聴者へはCDNを通してMPEG-DASHで配信されるようです。 また、IETFの投稿をみると、Facebookではアプリ及びインフラでこのプロトコルを使用していると述べています (

    FacebookのQUICを活用したライブ動画用プロトコルRUSHについて - ASnoKaze blog
    efcl
    efcl 2021/07/19
    over QUICなRTMP的なライブ配信のprotocolについて。 VideoとAudioのフレームごとにQUICのストリームを作ってHead of Line Blockingを避けることが目的。ライブなので、届かなかったフレームは捨ててスキップする。 オンデマンド的なの
  • A QUIC Update for Node.js | Nearform

    In March of last year, thanks to support from NearForm and Protocol Labs , I started the process of implementing Node.js support for the new QUIC protocol . This new UDP-based transport protocol is intended to ultimately replace the use of TCP for all HTTP traffic. Anyone familiar with UDP should, at this point, rightfully question why it is being used here. UDP is notoriously unreliable, with pac

    A QUIC Update for Node.js | Nearform
    efcl
    efcl 2020/04/07
    Node.jsでのQUICプロトコルの実装について。 QUICの概要や、Node.js Coreに追加する目的で実装している `quic` モジュールについて
  • RTCQuicTransport Coming to an Origin Trial Near You (Chrome 73)  |  Blog  |  Chrome for Developers

    What? The RTCQuicTransport is a new web platform API that allows exchanging arbitrary data with remote peers using the QUIC protocol. It’s intended for peer to peer use cases, and therefore is used with a standalone RTCIceTransport API to establish a peer-to-peer connection through ICE. The data is transported reliably and in order (see section below for details on unordered & unreliable delivery)

    efcl
    efcl 2019/02/03
    Chrome 73でQUICでの接続してデータのやりとりをするAPIである`RTCQuicTransport`のOrigin Trialが開始された。 WebRTC NV(Next Version)への取り組みとして、UDP上のQUICを使ったLow Level APIの策定が目的。
  • 1