From 18489b187b8490e874c2139472875244470609e4 Mon Sep 17 00:00:00 2001 From: anoma Date: Thu, 15 Aug 2019 06:18:05 +0000 Subject: [PATCH] Clarify Multicast requirement Closes #100 --- readme-vars.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme-vars.yml b/readme-vars.yml index df67d18..63aae11 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -60,7 +60,8 @@ optional_block_1_items: - | #### Host vs. Bridge - If you use IPTV, SAT>IP or HDHomeRun, you need to create the container with --net=host and remove the -p flags. This is because of a limitation in docker and multicast. + If you use IPTV, SAT>IP or HDHomeRun, you need to create the container with --net=host and remove the -p flags. This is because to work with these services Tvheadend requires a multicast address of `239.255.255.250` and a UDP port of `1900` which at this time is not possible with docker bridge mode. + If you have other host services which also use multicast such as SSDP/DLNA/Emby you may experience stabilty problems. These can be solved by giving tvheadend its own IP using macavlan. # application setup block app_setup_block_enabled: true