The way to stream html5 audio to the server by websocket -
there solutions html5 audio stream using <audio>
or <video>
tag. can have step reverse? if stream server using getusermedia()
, websocket?
it seems not simple cannot byte stream directly. possible indeed? if possible, how put audio stream server websocket ws.send()
?
thanks.
websockets not protocol streaming. can achieve task using webrtc. easier doing webrtc p2p client server can done. can stream both audio , video server html5 (webrtc).
look @ webrtc specifications , implement ice, turn on server negotiation running. able recieve streams several browsers server.
not easy... can done :)
Comments
Post a Comment