Hdbit-t: Difference between revisions

From Rev0 Wiki
Jump to navigation Jump to search
(Created page with "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 ```")
 
No edit summary
Line 3: Line 3:
Configure this route replacing the vlan interface name  
Configure this route replacing the vlan interface name  


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

Revision as of 10:34, 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