Websocket icon indicating copy to clipboard operation
Websocket copied to clipboard

About audio streaming

Open YnievesDotNet opened this issue 7 years ago • 1 comments

Best Regards HOA Project.

Some time ago I read, dont remenber where, about use of Hoa Websocket for audio and video streaming?

I have some devices connected to an websocket, running with laravel as backend. I need send audio, from a mic to this devices, any idea about this??

Thanks.

Yoinier.

YnievesDotNet avatar May 30 '17 15:05 YnievesDotNet

Hello,

I am not aware of such a use case, but I would go with binary text message. However, WebSocket relies on TCP, which is not suitable for audio streaming. UDP is better in this area. I would suggest you to take a look at WebRTC if you would like to stay in the Web stack.

Hywan avatar May 31 '17 06:05 Hywan