-
Notifications
You must be signed in to change notification settings - Fork 2
/
params.json
1 lines (1 loc) · 1.5 KB
/
params.json
1
{"name":"WebRTC with Chromecast","tagline":"","body":"# ChromecastとWebRTCで接続しようとして失敗したという話\r\n\r\nChromecastにパソコンのChromeのタブをキャストする時にWebRTCを使っているというので、\r\nChromecastをリモート端末と見なしてWebRTCで映像を送信できないかと試したけど\r\n上手くいかなかったという話。\r\n\r\nChromecastにはカメラ(とマイク)がないので、\r\nMacからChromecastへ一方向のStreamを想定していた。\r\nWebRTCのライブラリは[SkyWay](http://nttcom.github.io/skyway/)を使った。\r\n\r\n[Google Cast](https://chrome.google.com/webstore/detail/google-cast/boadgeojelhgndaghljhdicfkmllpafd)というextention(機能拡張)をインストールしたChromeで、\r\n[sender](https://youkinjoh.github.io/WebRTC-with-Chromecast/src/sender.html)を開き、\r\n`connect cast`ボタンをクリックすると、\r\nChromecastが[receiver](https://youkinjoh.github.io/WebRTC-with-Chromecast/src/receiver.html)を開く。\r\nその後に`call`をクリックするとストリームが始まるはずだったんだけど、\r\n`Failed to set remote offer sdp: Session error code: ERROR_CONTENT. Session error description: Failed to set data send codecs.`というエラーが発生。\r\n\r\ncodecが対応していないように見えるけど、他に何か原因があるんですかね...。\r\n","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}