quiniouben / vban

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

Emit to multiple IPs in sync #33

Open shinelikethesun opened 5 years ago

shinelikethesun commented 5 years ago

Hi there,

is it possible to use vban_emitter for streaming simultaneously to multiple IPs?

e.g.:

vban_emitter -i 192.168.1.1, 192.168.1.2 -p 6980 -s Stream1

Thank you in advance - great project btw.!!

quiniouben commented 5 years ago

Hi, Thank you for your interest. Unfortunately, you cannot give a list of ip to emit to. Instead, you can use special value 255 to broadcast to a complete subnet. In your case, you would use 192.168.1.255.

l33tllama commented 4 years ago

Hi, Just reporting that I was unable to get the broadcast to subnet working for me. My IP range is 10.10.0.x and 10.10.0.255 did not work. Is there a different command line argument for the receptors? I just have them connect to the address of the transmitter.

As a workaround, I am running multiple vban_emitters on different ports and it seems to work (but perhaps a bit unstable)

Thanks, and thank you for this awesome project.

hakao32 commented 2 years ago

I have tested 255 to broadcast. It ruins the whole network. Is there anyone who can make it work? Please tell us how to do if you do :)

vburel2018 commented 2 years ago

Broadcast address .255 works only with wired network, WIFI AP cannot.

hakao32 commented 2 years ago

My network is cat6 wired Gbit network.