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.
如何播放 jetty websocket 服务器显示为字节的音频:
@Override public void onWebSocketBinary(byte[] arg0, int arg1, int arg2) { }
音频是从使用 RecordRTC 库捕获和编码音频并通过 html5 websocket 发送的 websocket 客户端接收的。 音频将在服务器端播放。