clip'n          bookmarklet      for iPhone
[Fileters] Your's Shared    Tag: Keyword:
[Searched Clips]
OpenAI 2025/04/22 21:19:05 by guest; [edit]
https://webrtchacks.com/openai-webrtc-qa-with-sean-dubois/
[ai webrtc llm ] OpenAI is utilizing WebRTC for its Realtime API! Even better, webrtcHacks friend and Pion founder Sean DuBois helped to develop it and agreed to a Q
Capture and Replay WebRTC video streams for debugging – video_re 2025/01/22 22:32:18 by guest; [edit]
https://webrtchacks.com/capture-and-replay-streams-with-video-replay/
[webrtc ] Get a log using the RtpDump Flag Chrome has been supporting dumping the RTP packets before and after encryption into the log files since December 2020 Chrome (four years already, time flies!). This c
OpenAI Realtime APIのWebRTCでロボットを操作する | 豆蔵デベロッパーサイト 2025/01/01 12:17:20 by guest; [edit]
https://developer.mamezou-tech.com/robotics/ai/voice-operation/
[openai webrtc ] セッション確立後、音声はメディアストリーム、イベント(JSONデータ)はデータチャネルを介してクライアントとサーバー間でやりとりされます。 以下は、ユーザーが「清掃を開始して、右旋回で」と発話してから、清掃開始に失敗したことが音声出力されるまでの一連の流れです
これが実装されたらWebARがアツい!2025年絶対来てほしいSafari Feature Flags! - WebAR Lab 2024/12/24 22:44:44 by guest; [edit]
https://webar-lab.palanar.com/developer/webar-2025-safari-feature-flags/
[webar webrtc ] 次はImage Capture APIです。これは、デバイスのカメラと直接やり取りをして、写真や映像のキャプチャ、ピント調整、露出制御、ホワイトバランス設定などの高度なカメラ制御をブラウザ上で行えるAPIとなります。
WebRTCとMedia over QUIC Transportの性能比較 2024/11/29 22:13:57 by guest; [edit]
https://ascii.jp/elem/000/004/237/4237896/
[webrtc ] WebRTCについては2mbpsの時点である程度画質が落ちており、さらにスループットを絞っていくにつれてどんどん画質が低下します。ただ、映像が大きく遅れることはなく、カクつく場面も少ないです。一方、MOQTについては基本画質は変化しませんが、スループットを絞るにつれて遅延がどんどん大きくなっていきます。
Captured Surface Control APIを使ってWebRTC経由で画面共有の遠隔操作をする - await wa 2024/09/17 11:53:02 by guest; [edit]
https://sublimer.hatenablog.com/entry/2024/09/17/075350
[webrtc javascript ] Captured Surface Control APIを利用すると、共有中の画面に対するスクロールやズームの操作をJavaScriptで行うことができます。 この機能の何が嬉しいのかと言うと、オンラインでプレゼンをしているときに発表者以外の参加者がスライド送りを担当したり、miroを使ったミーティング中に参加者全員が共有中の画面をズームをしたりできるようになります。
TensorFlow.jsを使ったリアルタイムポーズ認識 - ICS MEDIA 2024/09/11 18:57:47 by guest; [edit]
https://ics.media/entry/240910/
[webrtc video ai ] hand-pose-detectionモデルは、画像や動画から、人間の「手」を検出できます。公式のデモページをご覧ください。
ブラウザ上で可愛いフィルターを実現!TensorFlow.jsを使ったリアルタイム顔認識 - ICS MEDIA 2024/09/11 18:57:27 by guest; [edit]
https://ics.media/entry/240709/
[webrtc video ai ] face-detectionモデルを使用してデモを作成してみました。ウェブカメラを使用してリアルタイムで顔認識を行い、好きなスタンプ画像を選んで顔に貼り付けられます。スタンプは顔の動きに合わせて配置されます
Power-up getStats for Client Monitoring - webrtcHacks 2024/09/03 20:57:42 by guest; [edit]
https://webrtchacks.com/power-up-getstats-for-client-monitoring/
[webrtc ] This blog post explores how to effectively use WebRTC stats to identify, detect, and expose common issues such as video freezes, and network congestion. We will look at the getStats API and show where
Media over QUIC Transport 2024/08/27 14:25:58 by guest; [edit]
https://www.ietf.org/archive/id/draft-ietf-moq-transport-05.html
[stream network webrtc ] This document defines the core behavior for Media over QUIC Transport (MOQT), a media transport protocol designed to operate over QUIC and WebTransport, which have similar functionality. MOQT allows a
SkyWayが遭遇したWebRTC の可観測性に関する問題と開発者向け可視化サービス提供までの道のり - Speaker Dec 2024/08/04 16:28:12 by guest; [edit]
https://speakerdeck.com/yuki_uchida/skywaygazao-yu-sitawebrtc-noke-guan-ce-xing-niguan-suruwen-ti-tokai-fa-zhe-xiang-keke-shi-hua-sabisuti-gong-madenodao-nori
[webrtc ] SkyWayが遭遇したWebRTC の可観測性に関する問題と開発者向け可視化サービス提供までの道のり
第0回Media_over_QUICとか勉強会.pptx - Google スライド 2024/07/13 21:44:32 by guest; [edit]
https://docs.google.com/presentation/d/1d-FjiNJs0XzJ5V0Pzy1zDbM1kNqnwa_i/edit#slide=id.p1
[webrtc stream moq network ] 2024.7.11(thu)第0回 Media over QUICとか勉強会
ブラウザ上でリアルタイムに音声を処理するためのノウハウ 2024/07/10 13:57:50 by guest; [edit]
https://zenn.dev/tetter/articles/web-realtime-audio-processing
[webrtc webaudio ] AudioWorkletNodeを定義して先ほど作成したsourceを接続することで、メインスレッドとは別スレッド上にて音声サンプルデータを取得できるようになります。
WebRTC Plumbing with GStreamer - webrtcHacks 2024/06/13 12:59:42 by guest; [edit]
https://webrtchacks.com/webrtc-plumbing-with-gstreamer/
[webrtc stream ] Today, GStreamer has expanded options for helping developers plumb their WebRTC stack by pipelining various elements together. In addition, GStreamer now has many new options for end-to-end WebRTC cal
WebRTC のカスタマイズ性を大きく向上させる RTPTransport について 2024/06/06 16:29:49 by guest; [edit]
https://zenn.dev/tetter/articles/rtptransport-first
[webrtc network ] Web アプリケーション側でメディアをエンコードし、それらを RTP としてパケット化して RTPTransport に渡すことで、WebRTC のストリームとして Peer へと送信する事ができます。つまり、これまで WebRTC が行っていたメディアの用意や制御のプロセスが開放され、Web アプリケーション側で実装可能になるというものです
WebRTC RtpTransport API 雑感 2024/06/05 23:16:39 by guest; [edit]
https://zenn.dev/voluntas/scraps/efb04e659b6471
[webrtc ] WebRTC で音声や映像を扱う RTP というプロトコルを WebRTC API つまり、ブラウザ上で利用可能にする WebRTC RtpTransport API だ
GoのwasmでWebRTC P2Pによるチャットを作ってみた 2024/06/03 09:49:39 by guest; [edit]
https://zenn.dev/ponyo877/articles/3e347e2b65eba1
[wasm webrtc go ] GoのWebAssemblyでもWebRTC DataChannel P2Pを扱える、ブラウザ上でP2P通信できるということが検証によってわかりました。 Ayameを提供してくださっている時雨堂さんとgo-ayameを作ってくださったhakoberaさんに感謝いたします。
RTC@Scale2024の要約 2024/05/13 19:07:19 by guest; [edit]
https://zenn.dev/yuki_uchida/articles/d4f32375cde297
[webrtc event ] RTC@Scale は、Meta が主催するリアルタイムコミュニケーションに関する技術イベントです。 このタイムテーブルの各セッションの中に、セッション内容をまとめたものがあるので、時間がない方はこちらを読むことをお勧めします。
Raspberry Pi Connect - Raspberry Pi Documentation 2024/05/08 19:01:01 by guest; [edit]
https://www.raspberrypi.com/documentation/services/connect.html
[webrtc raspberry ] Now that you’ve installed Connect on your Raspberry Pi, you must associate your Raspberry Pi with your Raspberry Pi ID to use Connect.
DevTools の新機能(Chrome 124)  |  Blog  |  Chrome for Developers 2024/04/19 21:58:06 by guest; [edit]
https://developer.chrome.com/blog/new-in-devtools-124?hl=ja
[webrtc network ] カスタム ネットワーク スロットリング プロファイルにパケット関連のパラメータが新たに追加され、DevTools で WebRTC アプリケーションを直接スロットリングできるようになりました。これは、サードパーティ ソフトウェアを使わずにリアルタイムの通信の実装をテストするのに便利です。
GitHub - AlexxIT/go2rtc: Ultimate camera streaming application w 2024/04/08 23:14:03 by guest; [edit]
https://github.com/AlexxIT/go2rtc
[webrtc stream ] Ultimate camera streaming application with support RTSP, WebRTC, HomeKit, FFmpeg, RTMP, etc.
ローカルネットワーク内のPeer同士がサーバーなしでP2P通信を行うLocal Peer-to-Peer APIがIntelから 2024/02/14 12:47:12 by guest; [edit]
https://zenn.dev/yuki_uchida/articles/3cb386598161b9
[webrtc network javascript ] インターネットを介さず、ローカルネットワーク上の Peer 同士で P2P 通信を実現する Local Peer-to-Peer API が Intel から提案された これによりデバイス間のデータ転送を効率よく行ったり、災害時のコラボレーションツールの利用などができる 合わせて Local HTTPS という技術も議論中
Media over QuicTransport(MOQT)動向まとめ 2024/02/06 09:57:13 by guest; [edit]
https://zenn.dev/yuki_uchida/scraps/32256e09e3a4a5
[webrtc stream ] IETFのサイトにMedia over QUICに関連するInternet-Draftやinterim Meetingの予定が纏まっている。
WebRTC開発あれこれ -JavaScript - Qiita 2023/11/15 21:26:24 by guest; [edit]
https://qiita.com/v-cube/items/5eb8f12b3a2d968655d4
[webrtc iphone ] iPhoneではconsole.logや要素の確認ができないのでPCにつないで確認しています。 メニュー>開発>該当のデバイス でアクセスできます。
Sora C SDK を公開しました. 時雨堂では自社製品 WebRTC SFU Sora 専用の SDK… | by V | 2023/11/09 17:56:05 by guest; [edit]
https://medium.com/shiguredo/sora-c-sdk-%E3%82%92%E5%85%AC%E9%96%8B%E3%81%97%E3%81%BE%E3%81%97%E3%81%9F-50e6f5417b2c
[webrtc ] そんな中、 OBS から WebRTC が配信できる WHIP に libdatachannel が採用されたのを知り、libdatachannel をベースとした軽量な SDK が開発できないかと考えるようになりました。 libdatachannel を調べていくと WebRTC 通信部分だけでなく WebSocket もライブラリとして提供していました。そのため、Sora のシグナリング
Replacing WebRTC - Media over QUIC 2023/10/31 13:55:01 by guest; [edit]
https://quic.video/blog/replacing-webrtc/
[webrtc ] The long path to use something else for real-time media.
WebRTC のカスタマイズ性を大きく向上させる RTPTransport について 2023/10/24 10:27:44 by guest; [edit]
https://zenn.dev/tetter/articles/rtptransport-first
[webrtc ] この記事の本題の RTPTransport とは、W3C の WebRTC WG によって提案され、その構想について議論が進められている最中の、WebRTC の新たな API です。2023/04 の Meeting の議題の一つとして登場し、2023/10 に webrtc-rtptransport リポジトリが公開されています。
動画配信技術に入門する - Qiita 2023/10/04 18:36:53 by guest; [edit]
https://qiita.com/khayama/items/fe10e2068b53584cfbd6
[webrtc whip whep ] 基本的なネゴシエーションはWHIPと同様ですが、視聴に特化した機能があります。 まず、Server Sent Events REST APIです。これは、WHEPで接続した際に、サーバから送られてくるAPIですが、配信のステータス(active/inactive)や、視聴者数(viewercount)や、配信画面の詳細な情報(layer)をクライアントに送ることが出来ます。これにより入室した際に
WebRTC cracks the WHIP on OBS - webrtcHacks 2023/08/22 22:20:26 by guest; [edit]
https://webrtchacks.com/webrtc-cracks-the-whip-on-obs/
[webrtc whip ] Today it is mostly open-source projects and communications platform providers that support WHIP. Here are some projects and products I could find that had public documentation showing WHIP support:
世界で最も相互接続性の高いネットワークで、リアルタイムのオーディオビデオアプリを構築する 2023/08/13 23:13:11 by guest; [edit]
https://blog.cloudflare.com/ja-jp/announcing-cloudflare-calls-ja-jp/
[webrtc cdn ] Cloudflare Callsは、パフォーマンスと信頼性のトレードオフなしに、標準のRTC APIを活用することができます。コールはエッジでPeerConnection APIを実装し、エンドユーザー同士が直接接続する際の予測不可能性を低減します。Callsは、Cloudflareのすべてのロケーションと、Cloudflareのすべてのサーバーで実行されます。Cloudflareネットワークは、
世界で最も相互接続性の高いネットワークで、リアルタイムのオーディオビデオアプリを構築する 2023/08/08 21:42:48 by guest; [edit]
https://blog.cloudflare.com/ja-jp/announcing-cloudflare-calls-ja-jp/
[webrtc ] 「もしCloudflareがWebRTCピアとして機能するとしたら?」というシンプルな前提でCallsを構築しました。Callsは「スーパーピア」または「全世界にまたがる巨大サーバー」であり、最小公倍数のピアや集中処理型SFUの制限を超えてアプリケーションを構築することができます。開発者は、P2Pトポロジーの中で最も弱いピアの弱点を補おうとするのではなく、自分たちのアプリの強みに集中することができ
ep127 Monthly Platform 202307 | mozaic.fm 2023/08/06 11:55:16 by guest; [edit]
https://mozaic.fm/episodes/127/monthly-platform-202307.html
[webrtc firefox ] Ship RTCRtpScriptTransform https://groups.google.com/a/mozilla.org/g/dev-platform/c/Gowr5Fx5jng 元 Insertable Streams
Time to video (TTV) 2023/07/29 23:23:40 by guest; [edit]
https://zenn.dev/shiguredo/articles/webrtc-time-to-video
[webrtc ] さらに Offer/Answer で利用する SDP という文字列形式のプロトコルは情報が多いので、クライアント側で必要最低限の情報に削ったりすることもあります。 いろいろなサービスの仕組みについては以下の記事が詳しいです。 Review of Signaling in different WebRTC applications
WebRTC と React を組み合わせるなら Flux 設計が有効 | blog.ojisan.io 2023/06/13 22:32:33 by guest; [edit]
https://blog.ojisan.io/streaming-react-ui/
[webrtc react ] 々やり方はあるが、ピアリングには WebSocket を使うのが良いと思っている。そして自分は生の WebSocket ではなく socket.io を使うようにしている。いくら WebSocket が Web 標準になってポーリングをしなくてよくなったとはいえ、socket.io にしかない利点というのはまだまだあり例えば クライアント・サーバーの実装がセットである room 機能 callb
Livestream this Friday: WebCodecs, WebTransport, and the Future 2023/06/06 22:46:54 by guest; [edit]
https://webrtchacks.com/livestream-this-friday-webcodecs-webtransport-and-the-future-of-webrtc/
[webrtc ] There have been several recent experiments by Bernard Aboba – WebRTC
WebRTC 入門 · GitHub 2023/05/25 22:16:25 by guest; [edit]
https://gist.github.com/voluntas/c4048b75e091bc5fae5b45f32a8f598d
[webrtc study ] WebRTC の歴史といっても、WebRTC ができた経緯とかではなく、 WebRTC 自体がどのように進化してきたかを話をしていきます。 ここで話すことは、基本的に役に立ちません。 ただ、歴史を知ることで、WebRTC がどのように進化してきたかを知ることができます。
WebRTC を理解するためにカメラ映像を送るだけの最小実装を探る | blog.ojisan.io 2023/05/07 15:38:13 by guest; [edit]
https://blog.ojisan.io/webrtc-video-minimal-impl/
[webrtc ] ここでいう簡潔に書けるアイデアとは window.prompt を使って SDP, ICE を交換することで、手動ピアリングを実現するための余計な UI やフォーム実装を消すことでより WebRTC の部分だけに注目できるように書くことです
Video Frame Processing on the Web - WebAssembly, WebGPU, WebGL, 2023/03/28 21:58:30 by guest; [edit]
https://webrtchacks.com/video-frame-processing-on-the-web-webassembly-webgpu-webgl-webcodecs-webnn-and-webtransport/
[webrtc webcodecs ] They review their experiments with every web-based option available today – JavaScript, WebAssembly (wasm), WebGPU, WebGL, WebCodecs, Web Neural Networks (WebNN), and WebTransport. A few of these tech
[Kinesis Video Streams] WebRTC 準拠のブラウザからの取り込みと保存が出来るようになりました(プレビ 2023/01/21 21:46:59 by guest; [edit]
https://dev.classmethod.jp/articles/kinesis-video-streams-webrtc-ingest/
[aws webrtc stream ] しかし、今回、同じく Amazon Kinesis Video Streams で提供されている WebRTC で作成したチェンネルのストリーミングを、そのまま、取り込めるようになりました。
Kranky Geek WebRTC event summary 2022 • BlogGeek.me 2022/12/14 21:36:27 by guest; [edit]
https://bloggeek.me/kranky-geek-webrtc-summary-2022/
[webrtc event ] Kranky Geek 2022 follows our tradition of great curated content on WebRTC that is both timely and timeless. Here’s what we had this year.
Lyra on WebRTC 2022/11/04 17:15:34 by guest; [edit]
https://meeting.dev/lab/lyra-webrtc/loopback.html
[webrtc wasm ai voice ] This sample shows Lyra on WebRTC MediaChannel. Chrome can use L16 (16-bit PCM BigEndian) by changing SDP. In this sample, L16 is set in PeerConnection, and L16 is extracted in TransformStream of En
複数回線を冗長併用する通信技術のWebRTC映像伝送への適用と評価 2022/08/08 18:47:29 by guest; [edit]
https://www.ipsj.or.jp/dp/contents/publication/51/TR0303-03.html
[newtwork webrtc ] 本研究は,複数回線を冗長し可用性と品質を向上するためにマルチパス技術を用いる.MUPクライアントは,アプリケーションから受信したUDPパケットをそれぞれの通信手段へ複製して送出し,MUPサーバへ転送する.本研究ではこの動作を回線の冗長利用と呼称する.
WHIP 2022/07/11 17:09:44 by guest; [edit]
https://eyevinntechnology.medium.com/whip-whpp-for-webrtc-based-broadcast-streaming-2cf469e95299
[webrtc ] For consumption and playback we developed and proposed a standard similar to WHIP but for playback that we named WebRTC HTTP Playback Protocol, or WHPP for short, and presented at the Streaming Tech S
HTTP/3のCONNECT-UDPを利用したWebRTC通信 - ASnoKaze blog 2022/07/08 17:07:27 by guest; [edit]
https://asnokaze.hatenablog.com/entry/2022/07/08/011445
[webrtc http3 network ] 通常のCONNECT-UDPではProxyを中継して通信する相手は1つでしたが、WebRTCはSTUNと通信した上で、通信相手のブラウザからもパケットを受け付ける必要があります。そこで、既存のCONNECT-UDPの拡張機能として「Proxying Listener UDP in HTTP」が登場しました。
New look at WebRTC usage in Google Meet 2022/07/05 19:07:03 by guest; [edit]
http://www.rtcbits.com/2022/06/webrtc-google-meet.html
[webrtc google ] I hadn't looked at Google Meet webrtc internals for a while so while I was having a meeting last week I decided that it was a good time to check what were the latest changes that had been added.
Better tab sharing with Region Capture - Chrome Developers 2022/07/05 19:03:53 by guest; [edit]
https://developer.chrome.com/docs/web-platform/region-capture/
[webrtc ] Let's use Region Capture then. There is an Element on your page, maybe a <div>, which contains the main content. Let's call it mainContentArea. You want the video conferencing web app to capture and s
WebRTC と認証付き HTTP Proxy. WebRTC 利用時にで認証 HTTP Proxy… | by V | Jun 2022/06/22 16:51:32 by guest; [edit]
https://voluntas.medium.com/webrtc-%E3%81%A8%E8%AA%8D%E8%A8%BC%E4%BB%98%E3%81%8D-http-proxy-bb91e48cd764
[webrtc security ] HTTP を Proxy 処理する際に、その Proxy を利用するために認証情報を要求する Proxy の事です。認証情報には基本的にはベーシック認証が使われます。
Meet vs. Duo - 2 faces of Google's WebRTC - webrtcHacks 2022/06/15 15:27:10 by guest; [edit]
https://webrtchacks.com/meet-vs-duo-2-faces-of-googles-webrtc/
[webrtc ] Google recently announced their intent to merge Google Duo and Google Meet into one application. That, together with Gustavo Garcia’s recent blog post on how Google Meet uses WebRTC, made us wonder wh
Fix Bad Lighting with JavaScript Webcam Exposure Controls (Sebas 2022/06/02 17:13:45 by guest; [edit]
https://webrtchacks.com/bad-lighting-fix-with-javascript-webcam-exposure/
[webrtc ] Then, you might want to call track.getCapabilities() to see what values are actually accepted by the current device. This includes min and max values for exposureTime.
スマホなどの端末性能に依存せずに高精細なバーチャル空間を体験可能にする「リアルタイムクラウドレンダリング」を実運用化|株式会社s 2022/04/15 06:47:07 by guest; [edit]
https://prtimes.jp/main/html/rd/p/000000004.000047133.html
[3d webrtc mobile ] コンテンツのローディング時間無く、バーチャル空間への高速なアクセスを行うことが可能になりました。また、それぞれのユーザーの画面は、SFUを介して1対多配信することが可能であり、コンテンツにログインするまでの待ち時間などで他のユーザーのプレイ画面を視聴したり、特定ユーザーの画面を外部配信することも可能です
WebRTC SVC拡張とAV1コーデック 2022/04/02 00:06:57 by guest; [edit]
https://zenn.dev/yohhoy/articles/webrtc-svcext-av1
[webrtc stream encode ] この記事はW3Cにて策定中 Scalable Video Coding (SVC) Extension for WebRTC 仕様(2022年3月現在)に登場する "Scalability Mode Dependency Diagrams" の意味を理解したい人向けの内容となっています。
Twitchの QUICを用いたライブストリーミングプロトコル Warp - ASnoKaze blog 2022/02/15 16:18:21 by guest; [edit]
https://asnokaze.hatenablog.com/entry/2022/02/12/005150
[webrtc video stream quic network ] パケロス時の再送はすべてQUICレイヤに任せる (DATAGRAMフレーム使わない) 各セグメントを異なるストリームを用いて、パケロス時のヘッドオブラインブロッキングを回避する
Warp - Segmented Live Video Transport 2022/02/10 18:12:26 by guest; [edit]
https://www.ietf.org/archive/id/draft-lcurley-warp-00.html#section-abstract-1
[webrtc video stream quic ] This document defines the core behavior for Warp, a segmented live video transport protocol. Warp maps live media to QUIC streams based on the underlying media encoding. Media is prioritized to minimi
AWSからオンプレミスに移行したWebRTC配信サーバのその後 - DMM inside 2021/12/21 13:05:50 by guest; [edit]
https://inside.dmm.com/entry/2021/12/21/migrate-webrtc-system
[webrtc network money ] AWSコストとオンプレミスコストを合計したグラフはこちらです。合計してもコストが大きく下がっていることがわかります。ネットワークコストも想定通り95%下がっています。下記グラフの最上部にある申し訳程度の線がネットワークコストです
Signal >> Blog >> How to build large-scale end-to-end encrypted 2021/12/17 09:43:22 by guest; [edit]
https://signal.org/blog/how-to-build-encrypted-group-calls/
[webrtc ] If we focus on the flow of media from a single sending participant through an SFU to multiple receiving participants, it looks like this:
Redundant Audio Data(RED)のカスタムエンコーダを作って WebRTC の音声品質の低下を防ぐ 2021/12/15 17:33:44 by guest; [edit]
https://zenn.dev/shinyoshiaki/articles/opus-red-chrome
[webrtc ] 本記事では、WebRTC におけるパケットロスによる音声品質の低下を防ぐための技術である RED について書いていきます。
LiveVideoStack » An interview with Justin Uberti: RTC past, pres 2021/12/10 14:45:15 by guest; [edit]
https://www.livevideostack.cn/news/justin-uberti/
[webrtc quic ] That said, the devil is in the details. How do the different congestion control algorithms in WebRTC and QUIC work together? Should we tunnel RTP in QUIC or map it to QUIC-native concepts? Is QUIC mainly for c2s, or should we consider it for p2p? There's a lot to figure out here.
WebRTCのAV1なRTPパケットをwebmファイルに録画する方法 2021/11/01 20:25:06 by guest; [edit]
https://zenn.dev/shinyoshiaki/articles/av1-rtp-webm
[webrtc ] WebRTC 経由で AV1 な RTP パケットを受け取って webm ファイルに録画するプログラムを TypeScript Node.js で実際に実装しました。
DMMはAWS“から”オンプレミス“に”切り替える サーバーとネットワークのコストから見直す適切な環境選び - ログミーTech 2021/10/29 23:23:14 by guest; [edit]
https://logmi.jp/tech/articles/325309
[webrtc cloud network ] 実際に見てみると、通信費用が75パーセントも占めていたことがわかりました。転送料の単価は段階的に安くなって、150TB以上では最も安くなりますが、月間の転送量はそれをはるかに超える量あったことが原因でした。
MediaStreamTrack Insertable Media Processing using Streams 2021/10/20 21:15:56 by guest; [edit]
https://alvestrand.github.io/mediacapture-transform/
[webrtc ] A MediaStreamTrackProcessor allows the creation of a ReadableStream that can expose the media flowing through a given MediaStreamTrack. If the MediaStreamTrack is a video track, the chunks exposed by
WebRTC Encoded Transform 2021/10/20 21:14:49 by guest; [edit]
https://w3c.github.io/webrtc-encoded-transform/
[webrtc ] This API defines an API surface for manipulating the bits on MediaStreamTracks being sent via an
Streamlit to the rescue! | Tijana Nikolic | Sogeti Data | Nether 2021/08/29 16:41:52 by guest; [edit]
https://medium.com/sogetiblogsnl/streamlit-to-the-rescue-7d5f2f663465
[webrtc ] The components’ mission can be twofold, to either communicate to the browser (static components) or send data back from browser (bidirectional components). For example, the html and iframe components are static, since they only serve the content, while WebRTC is a bidirectional one, sending data from browser to internal state and back to the browser.
WebRTC配信システムをAWSからオンプレミスに切り替えている話 - Speaker Deck 2021/07/27 23:13:44 by guest; [edit]
https://speakerdeck.com/bateleurx/webrtcpei-xin-sisutemuwoawskaraonpuremisuniqie-riti-eteiruhua?slide=16
[webrtc network ] WebRTC配信システムをAWSからオンプレミスに切り替えている話
Ayame互換の WebRTC Signaling Server "ayu" を作った - castaneaiのブログ 2021/07/19 20:57:48 by guest; [edit]
https://castaneai.hatenablog.com/entry/webrtc-signaling-server-ayu
[network webrtc ] といった順序で処理を行うが複数のサーバーから並列に実行される可能性を考えると上記の処理をAtomicに行う必要が出てくる。 よってRoomの人数を保持するデータはロックをかけて処理する。RedisのSETNXでこれを実現した。
g3doc/sitemap.md 2021/07/07 19:17:29 by guest; [edit]
https://webrtc.googlesource.com/src/+/refs/heads/main/g3doc/sitemap.md
[webrtc ]
FaceTime finally faces WebRTC - implementation deep dive - webrt 2021/06/14 20:38:42 by guest; [edit]
https://webrtchacks.com/facetime-finally-faces-webrtc-implementation-deep-dive/
[webrtc ] The usage of the hash part of the URL hash is somewhat expected, having used the same technique for end-to-end encryption in Jitsi Meet last year. The important property the hash has is that it does n
How to Leverage the AWS WebSocket API for Serverless WebRTC sign 2021/05/26 11:37:34 by guest; [edit]
https://webrtchacks.com/leverage-aws-websocket-api-for-webrtc-signaling/
[webrtc websocket ] In the real world, feature rich applications have a complex flow that will involve synchronizing metadata and accessing services, often in real time. Many promising WebRTC projects fail due to the com
はじめに | 好奇心旺盛な人のためのWebRTC 2021/04/13 15:01:07 by guest; [edit]
https://webrtcforthecurious.com/ja/
[webrtc study ] この本は、WebRTCの実装者が苦労して得た知識を世界に向けて発信するために作成されました。 好奇心旺盛な人のためのWebRTC は、常により多くのことを求めている人のために書かれたオープンソースの書籍です。 この本は抽象化されたものではありません。
RFC 8831 - WebRTC Data Channels 日本語訳 2021/03/31 16:36:21 by guest; [edit]
https://tex2e.github.io/rfc-translater/html/rfc8831.html
[webrtc datachannel ] WebRTCフレームワークは、2つのピアのWebブラウザー間でオーディオ、ビデオ、およびデータを使用した、直接、インタラクティブ、リッチな通信のプロトコルサポートを指定します。このドキュメントでは、WebRTCフレームワークのメディア以外のデータ転送の側面について説明します
2021/03/09 12:45:43 by guest; [edit]
https://datatracker.ietf.org/meeting/110/materials/slides-110-sframe-e2ee-big-picture-00
[webrtc security ]
web-platform-tests dashboard 2021/03/08 11:26:25 by guest; [edit]
https://wpt.fyi/results/webrtc?label=experimental&label=master&aligned
[webrtc ] Showing 177 tests (2330 subtests) in webrtc from the latest master test runs for chrome[experimental], edge[experimental], firefox[experimental], safari[experimental]
「Clubhouse」音声版TwitterのようなSNSサービスが界隈で話題!Inviteがメルカリで1万円で買われている|ネタ 2021/01/27 09:04:51 by guest; [edit]
https://netafull.net/news/064638.html
[social voice webrtc ] ひと言でいうと「Clubhouse」は、音声版TwitterのようなSNSサービスです。ステージ上でやり取りしている人たち(複数人)の音声チャットを、周りでリスナーが聞いているというイメージです。 Twitterでリプライを送り合っている人たちを、周囲で観測しているようなものですね。なので、音声版Twitterと説明するのが、とりあえずは分かりやすいかもしれません。
CRDTを用いた共同編集機能をHooksで簡単に使えるRoom Service(Beta版)の紹介 2021/01/23 10:39:34 by guest; [edit]
https://zenn.dev/rakutek/articles/roomservice-intro
[network webrtc ] CRDT の JS 実装で有名なものに yjs があります(Star 2.8k) yjs には CodeMirror や Monaco など主要なエディターライブラリとのバインディングに対応していて、クライアント間での通信に必要な設定も WebRTC や、WebSocket などから選択することができます
Google Meet仮想背景をAmazon Chime SDKで使ってみる 2021/01/19 16:44:39 by guest; [edit]
https://zenn.dev/wok/articles/0010_google-meet-virtual-background-demo
[ai image webrtc ] tfliteフォーマットのモデルは、そのままではTensorflowjsでは使用できないのですが、中の重みを取り出して処理(Operation)をTFLiteのものからTensorflow標準のものに置き換えることで Tensorflowjsで使えるように変換することができます。この手順はPINTO氏のブログで詳しく解説されていますのでご参照ください。
WebRTC Today 2020/12/23 15:19:42 by guest; [edit]
https://webrtchacks.com/webrtc-today-tomorrow-bernard-aboba-qa/
[webrtc ] One consequence of battles within the standards was a reluctance to specify formal version names since everyone had different opinions on what constitutes a major release (i.e. 1.0, 2.0) vs. a minor o
MediaRecorder API | WebKit 2020/11/24 11:17:07 by guest; [edit]
https://webkit.org/blog/11353/mediarecorder-api/
[iphone safar webrtc camera ] Speaking of Safari in latest iOS 14.3 beta and local capture, navigator.mediaDevices.getUserMedia can now be exposed to WKWebView applications. navigator.mediaDevices.getUserMedia is automatically exp
webrtc-pc interop 2020/10/24 00:09:16 by guest; [edit]
https://w3c.github.io/webrtc-interop-reports/webrtc-pc-report.html
[webrtc ] In general, some tests are https-only, but not clear if this is always justified test for bufferedAmount depends on blob sending (but not implemented in Chromium yet)
Implementing REDundant audio on an SFU - webrtcHacks 2020/10/14 10:48:17 by guest; [edit]
https://webrtchacks.com/implementing-redundant-audio-on-an-sfu/
[webrtc sound audio ] Chrome recently added the option of adding redundancy to audio streams using the RED format as defined in RFC 2198, and Fippo wrote about the process and implementation in a previous article. You shou
Cloudinaryのライブストリーミング(ベータ版)を試してみる | Developers.IO 2020/10/09 21:13:29 by guest; [edit]
https://dev.classmethod.jp/articles/try-cloudinary-livestream/
[stream webrtc ] ビデオはユーザーのデバイスカメラからストリーミングされます。 ビデオはCloudinaryを介してアップストリームされ(事前構成された変換とエフェクトを含む)、ストリーミングユーザーにCloudinaryパブリックIDとリソースURLを提供します。 ストリームはそのURLを通じて公開され、ストリーミングがサポートされているビデオプレーヤーにフィードできます。
Building Speakeasy – WebRTC in the Real-World - Speaker Deck 2020/10/09 14:37:18 by guest; [edit]
https://speakerdeck.com/feross/building-speakeasy-webrtc-in-the-real-world
[webrtc iphone ] The story of how I built a WebRTC app to help people connect for 1-on-1 video chats during the pandemic. A tale of product learnings, technical decisions, and lots of conversations!
WebCodecs WebRTC Insertable Streams で Scalable live w/ P2P を実現 2020/09/14 19:06:22 by guest; [edit]
https://qiita.com/komasshu/items/177401804c69bd6cfd64
[webrtc ] 一番の違いは、ソースの映像を WebCodecs を使って、コントローラブルにエンコード可能としたこと。なので、WebRTCにはすべてダミー映像 (videoの track.enabled = false に設定したストリームオブジェクト) をくわせています。
How NAT traversal works · Tailscale Blog 2020/09/07 09:30:48 by guest; [edit]
https://tailscale.com/blog/how-nat-traversal-works/
[webrtc network ] We’ll be discussing these techniques generically, using Tailscale and others for examples where appropriate. Let’s say you’re making your own protocol and that you want NAT traversal. You need two things.
WebCodecs と WebTransport でビデオチャット | blog.jxck.io 2020/09/01 12:31:14 by guest; [edit]
https://blog.jxck.io/entries/2020-09-01/webcodecs-webtransport-chat.html
[webrtc stream ] VideoTrack をエンコードするには VideoEncoder を用いる。 初期化時に output コールバックを指定し、初期化後に configure() でエンコードの仕様を設定する。
WebRTC Insertable Streams: P2P でのスケーラブルWeb会議に try してみた - Qiita 2020/08/31 17:59:53 by guest; [edit]
https://qiita.com/komasshu/items/13b0225ed839ac20548d
[webrtc ] そのアイディアを模式的に描いたものが上図。まともにエンコードするのは、最初の参加者の分だけ、それ以外はブランク映像をエンコードします。そんで、エンコード後のデータに Insertable Streams 使って、1人目用にエンコードしたデータに差し替えちゃう。そしたら、エンコード負荷を下げることができるんで、スケーラブルな多人数Web会議を P2P でもできるんじゃないの?
What, Why and How | WebRTC for the Curious 2020/08/28 21:51:12 by guest; [edit]
https://webrtcforthecurious.com/docs/01-what-why-and-how/
[webrtc network ] These are the things that WebRTC will give you. This list is not exhaustive but is some of the things you may appreciate during your journey. Don’t worry if you don’t know some of these terms yet, thi
【オンライン】 リアルタイムストリーミングの世界を手元の端末で実体験! 超低遅延配信の最新技術動向 4K・8K・5G・WebRT 2020/08/26 23:55:57 by guest; [edit]
https://www.sbbit.jp/eventinfo/58253
[webrtc event ] 今回は動画配信における4K・8K・5G・WebRTCなどの最新技術動向をご紹介すると共に、実際にお手元の端末で”超低遅延”配信を体験していただくデモを実施いたします。
Cleanfeed 2020/07/30 12:42:28 by guest; [edit]
https://cleanfeed.net/
[sound webrtc ] Live audio in high definition with anyone in the wo
Using getDisplayMedia for local recording with audio on Jitsi - 2020/07/01 07:01:31 by guest; [edit]
https://webrtchacks.com/jitsi-recording-getdisplaymedia-audio/
[webrtc ] After trying to do my tests in codepen, I discovered there are restrictions on iFrames. Firefox and Safari won’t work in an iFrame without a special allow permission and these permissions are different
Zoom が DataChannel を利用している理由について考えてみた - V - Medium 2020/06/20 18:40:48 by guest; [edit]
https://medium.com/@voluntas/zoom-%E3%81%8C-datachannel-%E3%82%92%E5%88%A9%E7%94%A8%E3%81%97%E3%81%A6%E3%81%84%E3%82%8B%E7%90%86%E7%94%B1%E3%81%AB%E3%81%A4%E3%81%84%E3%81%A6%E8%80%83%E3%81%88%E3%81%A6%E3%81%BF%E3%81%9F-35fc9d28686
[webrtc datachannel security ] Zoom のブラウザのクライアントは音声や映像を AES-GCM (まだ ECB かもしれませんが) をブラウザで WASM かWebCrypto を暗号化した状態で DataChannel を利用して Zoom のメディアルーターに送っているのだと思います。エンコード/デコードが WASM を利用した独自なのも MediaChannel が利用したくても利用できないからです
ライブ配信ウェブアプリケーション「ImageFlux Live App」提供開始のお知らせ | さくらインターネット 2020/06/17 14:29:04 by guest; [edit]
https://www.sakura.ad.jp/information/announcements/2020/06/17/1968204092/
[webrtc stream ] 「ImageFlux Live App」は、月額30,000円から始められます。「定額階段制」を採用しており、ご利用ボリュームに応じて無駄のないご利用が可能です。「配信転送量」か「配信時間」のいずれか一方が料金設定分を超過した場合に次の段階へ移行し、4,500GiBもしくは100時間を超えてご利用された場合の超過分のみ「従量課金制」に切り替わります。
Sora Unity SDK を Android 対応した話 - DEV 2020/06/12 10:16:51 by guest; [edit]
https://dev.to/melpon/sora-unity-sdk-android-1638
[webrtc android unity ] この状態で普通に libSoraUnitySdk.so を作って実機で動かしてみたのですが、すぐにクラッシュしました。 ログを追いかけてみると、Java 側から Java_org_webrtc_Histogram_nativeAddSample みたいな C の関数を呼ぼうとして、その関数が見つからなくてクラッシュしているようでした。
Anatomy of a WebRTC video conference - Level Up Coding 2020/06/09 08:37:34 by guest; [edit]
https://levelup.gitconnected.com/anatomy-of-a-webrtc-video-conference-f924ba0ba930
[webrtc ] In this final part I want to show how simple a WebRTC application can be. We will be using rtc-lib to do some of the heavy lifting of signaling and stream handling.
List of Chromium Command Line Switches « Peter Beverloo 2020/06/04 23:13:35 by guest; [edit]
https://peter.sh/experiments/chromium-command-line-switches/
[chrome develop webrtc ] List of Chromium Command Line Switches
pion/webrtc のexampleのタイムアウトを伸ばす - Qiita 2020/06/02 21:39:26 by guest; [edit]
https://qiita.com/tetsu_koba/items/e672a6ba98afb503a181
[webrtc go ] やってみると、これがなかなかうまくいきません。(3)のボタンを押す直前でタイムアウトしてしまいます。 コピペする文字列は百行近くある巨大なものなので、スクロールしている間に時間がたってしまいます。 何度やっても間に合わなくてイライラが爆発しそうになったので、exampleを修正してタイムアウトを伸ばすことにしました。
Having fun with Insertable Streams and E2EE (and SFrame!) | Meet 2020/05/29 11:51:39 by guest; [edit]
https://www.meetecho.com/blog/janus-e2ee-sframe/
[webrtc security ] A very interesting approach to this was introduced recently, when Chrome started implementing support for the so-called Insertable Streams. Quoting from the documentation, Insertable Streams basically
「WebRTC Native Client Momo」のNVIDIA GPU(NVENC)によるハードウェアエンコードの性能検証 2020/05/20 10:00:20 by guest; [edit]
https://tech-blog.optim.co.jp/entry/2020/05/20/080000
[webrtc ] 特定のEdgeで検証した結果、 ソフトウェアエンコードからNVIDIA GPUによるハードウェアエンコードに切り替えたことで安定して同時配信できる映像が5〜8本から10〜13本程度に増加しました。
JAXA | 2020年、国際宇宙ステーションにスタジオ開設へ 世界初の双方向ライブ番組を配信! ~JAXA・バスキュール・スカ 2020/05/12 18:30:01 by guest; [edit]
https://www.jaxa.jp/press/2019/11/20191106a_j.html
[webrtc space ] タジオを開設し、『宇宙メディア事業』の創出に向けた活動を始動いたします。  本活動は、新たな発想の宇宙関連事業の創出を目指す、JAXAの共創型研究開発プログラム·宇宙イノベーションパートナーシップ(J-SPARC)における活動として行います。
スマホでNintendo Switchのゲームをする - 犬アイコンのみっきー 2020/05/11 10:00:07 by guest; [edit]
https://mzyy94.com/blog/2020/05/11/play-nintendo-switch-on-smartphone/
[webrtc game ] UAC Gadgetでオーディオデバイスをシミュレートし、ALSA経由で取り込んでWebRTCでブラウザで見られるようにしました。 この時は、GstreamerのWebRTCを用いていましたが、WebRTCのSDPのネゴシエーションに不備があるなど、これも問題を抱えていました。
任意のバーチャル背景を使えるページを作った - Qiita 2020/05/09 23:31:41 by guest; [edit]
https://qiita.com/knok/items/b3eb87769151ac04efeb
[webrtc tfjs ] ここであらためてオリジナルのBodyPix.toMaskがどういう処理を行っているかを追いかけてみました。結局のところ、単純にImageオブジェクトの全ピクセルへアクセスしているだけだということを突き止めました。 これで十分パフォーマンスが出ているので、自分も単純にforループでセグメンテーション結果と突き合わせながら、前景・背景ピクセルをピックアップするだけで実現できるはずです
Testing WebRTC applications 2020/05/09 15:34:34 by guest; [edit]
https://webrtc.org/getting-started/testing
[webrtc test ] When writing automated tests for your WebRTC applications, there are useful configurations that can be enabled for browsers that make development and testing easier.

Powered by Google App Engine