Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Chrome Cast のように動作する Java アプリケーションを開発して、ワイヤレス接続を使用して Android 画面をそのアプリケーションにストリーミングできるようにしたいと考えています。
Google の Chromecast は CASTV2 プロトコルを使用します。次のプロジェクトは、nodejs のクライアントとサーバーを実装しており、プロトコルに関する追加情報があります。
thibauts/node-castv2