- 追加された行はこの色です。
- 削除された行はこの色です。
- WebRTC へ行く。
TITLE:WebRTC (Web Real-Time Communications)
- http://www.webrtc.org/
-- http://docs.webplatform.org/wiki/apis/webrtc
- GETTING STARTED WITH WEBRTC
-- http://www.html5rocks.com/en/tutorials/webrtc/basics/#toc-datachannel
- [[OpenWebRTC]]
* 紹介 [#wdb7f319]
- WebRTC コトハジメ
-- https://gist.github.com/voluntas/67e5a26915751226fdcf
* 歴史 [#history]
- 歴史で振り返るWebRTC
-- http://qiita.com/stwhabout/items/33ed2fe44aa2f7beb12e
* 関連プロトコル [#w804e107]
- [[SRTP]]
- [[DTLS]]
- [[SCTP]]
- [[ICE]]
-- [[STUN]] - [[TURN]]
** [[SIP]] [#sip]
- https://medium.com/@voluntas/[https://medium.com/@voluntas/sip-%E3%81%8B%E3%82%89%E9%80%83%E3%81%92%E3%82%8B%E7%90%86%E7%94%B1-d45fc80b244d SIP から逃げる理由]
* audio [#audio]
- http://tools.ietf.org/html/draft-ietf-rtcweb-audio-01
* MediaServer [#j333abb0]
- WebRTC MediaServer(SFU/MCU)の情報まとめ
-- http://iwashi.co/2016/09/03/webrtc-sfu-mcu-summary
- WebRTC SFU コトハジメ
-- https://gist.github.com/voluntas/4d2bd3e878965bdd747a
* 記事 [#article]
- HTML5で情報最適化/視覚化&WebRTCで変わる未来~QCon Tokyo 2013レポート
-- http://www.atmarkit.co.jp/ait/articles/1305/30/news024.html
- WebRTCで注目された海外企業のサービス19本一挙公開
-- http://html5experts.jp/yusuke-naka/1130/
* 発表スライド [#slide]
- WebブラウザでP2Pを実現する、WebRTCのAPIと周辺技術
-- http://www.slideshare.net/yoshiakisugimoto9/webrtc-slide
- WebSocket / WebRTCの技術紹介
-- http://www.slideshare.net/mawarimichi/websocketwebrtc
- WebRTCを支えるマイナーなプロトコルSRTP/DTLS/SCTPを分かった気になる
-- http://www.slideshare.net/iwashi86/20140801-web-rtcmeetup3r3
* ブログ [#blog]
- 最新のWeb RTC仕様について調べてみた
-- http://d.hatena.ne.jp/Syunpei/20111212/1323679295
- 壁を越えろ!WebRTCでNAT/Firewallを越えて通信しよう
-- http://html5experts.jp/mganeko/5554/
- [http://www.moongift.jp/2014/03/%E9%9B%BB%E8%A9%B1%E3%83%86%E3%82%AD%E3%82%B9%E3%83%88%E5%8C%96%E3%82%B5%E3%83%BC%E3%83%93%E3%82%B9-webrtc%E3%81%A7%E9%9B%BB%E8%A9%B1%E3%82%92%E5%AE%9F%E7%8F%BE%E3%81%97%E3%81%A4%E3%81%A4%E9%9F%B3/ 電話テキスト化サービス – WebRTCで電話を実現しつつ音声をテキスト化]@moongift.jp
- WebRTC multistream
-- http://www.slideshare.net/mganeko/webrtc-multistream
- http://www.slideshare.net/mganeko/webrtc-multistream
- WebRTC audio/video call and conferencing server.
-- https://github.com/strukturag/spreed-webrtc
- https://github.com/rawrtc
- Edge と WebRTC について
-- https://gist.github.com/voluntas/f174b402f91e63eb84368f929c2289bf
- WebRTC 1.0 に向けたロードマップ
-- https://blog.jxck.io/entries/2017-05-22/webrtc-loadmap.html
- [https://medium.com/shiguredo/webrtc-%E3%83%8E%E3%83%8F%E3%83%8A%E3%82%B7-32e24288e6ad https://medium.com/shiguredo/WebRTC ノハナシ]
- WebRTCの基本とP2P通信が成立するまでを学ぶ
-- https://qiita.com/daitasu/items/ae21b16361eb9f65ed43
- webrtcH4cKS: ~ FaceTime finally faces WebRTC – implementation deep dive
-- https://webrtchacks.com/facetime-finally-faces-webrtc-implementation-deep-dive/
- WebRTC を理解するためにカメラ映像を送るだけの最小実装を探る
-- https://blog.ojisan.io/webrtc-video-minimal-impl/
* 関連 [#rel]
- [[ORTC]]
- [[SIP]]
- [[WebSocket]]
- [[HTML5]]
- [[PeerJS]]
- [[WebAudio]]