I was wondering if it is possible to stream multicast to two physical ethernet cards or two vlan's? Because in my network all subnets are separated by vlan's
My idea:
Code: Select all
---vlan101> 239.255.255.1 > subnet 1
[S.S.*] 239.255.255.1 >eth0 [router]eth1 ---vlan102> 239.255.255.1 > subnet 2
---vlan103> 239.255.255.1 > subnet 3
*S.S. - streaming server
Code: Select all
mrouted.conf
phyint eth0
phyint eth1.101
phyint eth1.102
pgyint eth1.103
Thanks alot.