Hey all!
I've got problems with the setup of tvheadend on a Raspberry Pi 4 with "Raspberry Pi OS" (Debian Bookworm).
I've added the cloudsmith repository via the command from the "Downloads" page.
Then I've updated apt:
mcfly@rpi:~ $ sudo apt update
Hit:1 http://archive.raspberrypi.com/debian bookworm InRelease
Hit:2 http://deb.debian.org/debian bookworm InRelease
Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
Hit:4 http://deb.debian.org/debian bookworm-updates InRelease
Get:5 https://dl.cloudsmith.io/public/tvheadend/tvheadend/deb/debian bookworm InRelease [4,397 B]
Fetched 4,397 B in 1s (3,578 B/s)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
Now, when I search for the tvheadend package it shows me the one from the debian repo and not the one from the tvheadend/cloudsmith repo:
mcfly@rpi:~ $ apt show tvheadend
Package: tvheadend
Version: 4.3-2155~gfe4df311d~bookworm
Priority: extra
Section: video
Maintainer: Adam Sutton <aps@tvheadend.org>
Installed-Size: 24.4 MB
Depends: libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libavcodec59 (>= 7:5.0), libavfilter8 (>= 7:5.0), libavformat59 (>= 7:5.0), libavutil57 (>= 7:5.0), libc6 (>= 2.34), libdbus-1-3 (>= 1.9.14), libdvbcsa1 (>= 1.1.0), libhdhomerun4 (>= 20220303), libpcre3, libssl3 (>= 3.0.0), liburiparser1 (>= 0.6.0), zlib1g (>= 1:1.1.4), bzip2
Recommends: xmltv-util, python, python-requests
Replaces: hts-tvheadend
Enhances: showtime
Homepage: https://tvheadend.org
Download-Size: 9,629 kB
APT-Sources: http://archive.raspberrypi.com/debian bookworm/main arm64 Packages
Description: Tvheadend
Tvheadend is a TV streaming server and digital video recorder.
- supports a variety of inputs (DVB-S(2)/T(2)/C, ISDB-S/T/C, ATSC-T/C, IPTV, SAT>IP, HDHR)
- supports a variety of clients (Movian, Smart TV, Kodi, VLC)
I've noticed that there are two packages for armhf, one named "tvheadend" and one namend "tvheadend-armv6l" but only one for arm64 ("tvheadend").
Is there something missing? Do I have to do an adittional step to tell apt to use the package from cloudsmith? Or is apt not able to find a suitable package from the cloudsmith repo for another reason?