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.
<audio>または<video>タグを使用してオーディオ ストリームを取得する HTML5 のソリューションがあります。ステップを逆にすることはできますか?getUserMedia()websocketを使用してサーバーにストリーミングするとどうなりますか?
<audio>
<video>
getUserMedia()
バイトストリームを直接取得できないので簡単ではないようです。本当に可能ですか?可能であれば、websocket でオーディオ ストリームをサーバーに送信する方法を教えてws.send()ください。
ws.send()
ありがとう。