Skip to content

Commit

Permalink
Try to map the dvb devices directly in the config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dfigus committed Feb 14, 2024
1 parent ea458c1 commit 2cc0d5d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tvheadend/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: TVHeadend
version: dev
slug: tvheadend
description: TV streaming server and recorder.
description: TV streaming server and recorder
url: "https://github.com/dfigus/addon-tvheadend"
ingress: true
ingress_port: 0
Expand All @@ -17,7 +17,10 @@ arch:
- i386
host_network: true
devices:
- /dev/dvb
- /dev/dvb/adapter0/demux0
- /dev/dvb/adapter0/dvr0
- /dev/dvb/adapter0/frontend0
- /dev/dvb/adapter0/net0
- /dev/dri
- /dev/vcsm-cma
- /dev/vchiq
Expand Down

0 comments on commit 2cc0d5d

Please sign in to comment.