From 0df634cf240ab53d1874cdc064f5a25b5589a66f Mon Sep 17 00:00:00 2001 From: <> Date: Mon, 27 May 2024 06:56:49 +0000 Subject: [PATCH] Deployed 2bc108c0 with MkDocs version: 1.6.0 --- images/docker-minisatip/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/docker-minisatip/index.html b/images/docker-minisatip/index.html index a4e04d1dc0..655fd46755 100644 --- a/images/docker-minisatip/index.html +++ b/images/docker-minisatip/index.html @@ -1,4 +1,4 @@ - minisatip - LinuxServer.io
Skip to content

linuxserver/minisatip

Scarf.io pulls GitHub Stars GitHub Release GitHub Package Repository GitLab Container Registry Quay.io Docker Pulls Docker Stars Jenkins Build LSIO CI

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.

minisatip

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.

---
+ minisatip - LinuxServer.io      

linuxserver/minisatip

Scarf.io pulls GitHub Stars GitHub Release GitHub Package Repository GitLab Container Registry Quay.io Docker Pulls Docker Stars Jenkins Build LSIO CI

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.

minisatip

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.

---
 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

docker run --rm --privileged multiarch/qemu-user-static:register --reset
-

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.
\ No newline at end of file