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.
ビデオをストリーミングするための単純なサーバー クライアント モデルを実装しようとしています。サーバーで再生されているビデオは、クライアントでも再生する必要があります。ネットで検索したところ、Java の DatagramChannel がこれに適していることがわかりました。DatagramChannel でビデオを送信するにはどうすればよいですか? または、他の解決策はありますか?ありがとうございました。