quiniouben / vban

VBAN protocol open-source implementation
GNU General Public License v3.0
450 stars 63 forks source link

idea for websocket/webrtc streaming #27

Open 1ucay opened 5 years ago

1ucay commented 5 years ago

Hello, it would be possible on web page listen audio, which is sync on multiple devices?

quiniouben commented 5 years ago

Hi, do I understand correctly that you would like a GUI (possibly a web-page based on websocket) to select and listen to different streams ?

1ucay commented 5 years ago

Yes exactly. What I want is listen audio without "VBAN Receptor" APP. Only JS solution with websocket or webrtc.

quiniouben commented 5 years ago

Ok, then unfortunately it has few chance to happen in this project soon, except if someone contributes. Two main reasons:

1ucay commented 5 years ago

Thank you. Websocket using TCP, so no possible. But WebRTC has datachannel https://www.html5rocks.com/en/tutorials/webrtc/datachannels/ OR maybe via node.js https://nodejs.org/api/dgram.html#dgram_udp_datagram_sockets

What do you think? Can this work?

quiniouben commented 5 years ago

Using Node.js, implies having a server, not only a webpage in a browser, isn't it ?