linuxserver/minisatip¶
Minisatip is a multi-threaded satip server version 1.2 that runs under Linux and it was tested with DVB-S, DVB-S2, DVB-T, DVB-T2, DVB-C, DVB-C2, ATSC and ISDB-T cards.
Supported Architectures¶
We utilise the docker manifest for multi-platform awareness. More information is available from docker here and our announcement here.
Simply pulling lscr.io/linuxserver/minisatip:latest
should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
The architectures supported by this image are:
Architecture | Available | Tag |
---|---|---|
x86-64 | ✅ | amd64-<version tag> |
arm64 | ✅ | arm64v8-<version tag> |
armhf | ❌ |
Application Setup¶
Best used in conjunction with tvheadend
There is no setup per se, other than adding your cards for passthrough.
You can then use your cards as DVB inputs in apps such as tvheadend.
Usage¶
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
docker-compose (recommended, click here for more info)¶
---
+ minisatip - LinuxServer.io
LinuxServer.io minisatip
linuxserver/minisatip¶
Minisatip is a multi-threaded satip server version 1.2 that runs under Linux and it was tested with DVB-S, DVB-S2, DVB-T, DVB-T2, DVB-C, DVB-C2, ATSC and ISDB-T cards.
Supported Architectures¶
We utilise the docker manifest for multi-platform awareness. More information is available from docker here and our announcement here.
Simply pulling lscr.io/linuxserver/minisatip:latest
should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
The architectures supported by this image are:
Architecture Available Tag x86-64 ✅ amd64-<version tag> arm64 ✅ arm64v8-<version tag> armhf ❌
Application Setup¶
Best used in conjunction with tvheadend
There is no setup per se, other than adding your cards for passthrough.
You can then use your cards as DVB inputs in apps such as tvheadend.
Usage¶
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
docker-compose (recommended, click here for more info)¶
---
services:
minisatip:
image: lscr.io/linuxserver/minisatip:latest
@@ -53,4 +53,4 @@
--pull \
-t lscr.io/linuxserver/minisatip:latest .
The ARM variants can be built on x86_64 hardware using multiarch/qemu-user-static
Once registered you can define the dockerfile to use with -f Dockerfile.aarch64
.
Versions¶
- 08.12.23: - Rebase to Alpine 3.19, switch to building from releases rather than commits.
- 26.07.23: - Build with DDCI=1 for Digital Devices CI support.
- 03.07.23: - Deprecate armhf. As announced here
- 12.11.22: - Rebasing to alpine 3.137, upgrading to s6v3.
- 23.01.21: - Rebasing to alpine 3.13.
- 01.06.20: - Rebasing to alpine 3.12.
- 19.12.19: - Rebasing to alpine 3.11.
- 28.06.19: - Rebasing to alpine 3.10.
- 23.03.19: - Switching to new Base images, shift to arm32v7 tag.
- 22.02.19: - Rebasing to alpine 3.9.
- 20.02.19: - Fix run options.
- 11.02.19: - Add pipeline logic and multi arch.
- 28.08.18: - Rebase to Alpine 3.8.
- 13.12.17: - Rebase to Alpine 3.7.
- 28.05.17: - Rebase to Alpine 3.6.
- 08.02.17: - Rebase to Alpine 3.5 and only compile libs in dvb-apps.
- 14.10.16: - Add version layer information.
- 18.09.16: - Add support for Common Interface.
- 11.09.16: - Add layer badges to README.
- 28.08.16: - Add badges to README.
- 15.08.16: - Initial Release.
\ No newline at end of file
+
Once registered you can define the dockerfile to use with -f Dockerfile.aarch64
.
Versions¶
- 08.12.23: - Rebase to Alpine 3.19, switch to building from releases rather than commits.
- 26.07.23: - Build with DDCI=1 for Digital Devices CI support.
- 03.07.23: - Deprecate armhf. As announced here
- 12.11.22: - Rebasing to alpine 3.137, upgrading to s6v3.
- 23.01.21: - Rebasing to alpine 3.13.
- 01.06.20: - Rebasing to alpine 3.12.
- 19.12.19: - Rebasing to alpine 3.11.
- 28.06.19: - Rebasing to alpine 3.10.
- 23.03.19: - Switching to new Base images, shift to arm32v7 tag.
- 22.02.19: - Rebasing to alpine 3.9.
- 20.02.19: - Fix run options.
- 11.02.19: - Add pipeline logic and multi arch.
- 28.08.18: - Rebase to Alpine 3.8.
- 13.12.17: - Rebase to Alpine 3.7.
- 28.05.17: - Rebase to Alpine 3.6.
- 08.02.17: - Rebase to Alpine 3.5 and only compile libs in dvb-apps.
- 14.10.16: - Add version layer information.
- 18.09.16: - Add support for Common Interface.
- 11.09.16: - Add layer badges to README.
- 28.08.16: - Add badges to README.
- 15.08.16: - Initial Release.