From 485d5efeab5753fde32510344db882dd0530cdec Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Thu, 15 Aug 2019 09:04:46 -0400 Subject: [PATCH] Bot Updating Templated Files --- images/docker-tvheadend.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/images/docker-tvheadend.md b/images/docker-tvheadend.md index 3ec8fa6ca..36e248ef4 100644 --- a/images/docker-tvheadend.md +++ b/images/docker-tvheadend.md @@ -63,7 +63,8 @@ docker create \ #### 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. ### docker-compose