Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

About audio streaming #92

Open
YnievesDotNet opened this issue May 30, 2017 · 1 comment
Open

About audio streaming #92

YnievesDotNet opened this issue May 30, 2017 · 1 comment

Comments

@YnievesDotNet
Copy link

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.

@Hywan
Copy link
Member

Hywan commented May 31, 2017

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

2 participants