Hdbit-t: Difference between revisions

From Rev0 Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


Configure this route replacing the vlan interface name  
Configure this route replacing the vlan interface name  


<code>
<code>
route add -net 224.0.0.0/4 dev vlan477
route add -net 224.0.0.0/4 dev vlan477
</code>
</code>
Also in VLC you can configure under "show more options"
Also in VLC you can configure under "show more options"
<code>
<blockquote>
  :network-iface=vlan477
  :network-iface=vlan477
</code>
</blockquote>

Revision as of 10:37, 20 October 2023

Connecting VLC to an HD-BIT-T system requires tagging the vLAN and configuring a route.

Configure this route replacing the vlan interface name


route add -net 224.0.0.0/4 dev vlan477


Also in VLC you can configure under "show more options"

:network-iface=vlan477