forked from Ivasoft/docker-tvheadend
Compare commits
4 Commits
23754f9a-l
...
23754f9a-l
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8b3aa0d0fb | ||
|
|
868e115a6c | ||
|
|
aa93ad951b | ||
|
|
fe3852826d |
@@ -181,7 +181,7 @@ docker run -d \
|
||||
#### 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 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.
|
||||
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 macvlan.
|
||||
|
||||
## Parameters
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ alpine-baselayout-3.2.0-r7
|
||||
alpine-keys-2.2-r0
|
||||
alsa-lib-1.2.2-r0
|
||||
aom-libs-1.0.0-r1
|
||||
apk-tools-2.10.6-r0
|
||||
apk-tools-2.10.7-r0
|
||||
bash-5.0.17-r0
|
||||
brotli-libs-1.0.9-r1
|
||||
bsd-compat-headers-0.7.2-r3
|
||||
|
||||
@@ -61,7 +61,7 @@ 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 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.
|
||||
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 macvlan.
|
||||
|
||||
# application setup block
|
||||
app_setup_block_enabled: true
|
||||
|
||||
Reference in New Issue
Block a user