Skip to content

Commit

Permalink
🔌 Explicitly Mount /dev/dvb/ and /dev/dri/ instead of mapping raw USB…
Browse files Browse the repository at this point in the history
… Access

Potential fix for: #45 and #32
  • Loading branch information
GauthamVarmaK committed Nov 1, 2021
1 parent a86e6be commit de368ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tvheadend/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ every single time this add-on starts.

## Additional Details

- Raw USB would be mapped `/dev/bus/usb` inside the addon.
- `/dev/dvb/`, `/dev/dri/` would be respectively mapped to `/dev/dvb/`, `/dev/dri/` inside the addon.
- Config files are stored in `/config/tvheadend/`
- Recording files are stored in `/config/tvheadend/recordings/`

Expand Down
5 changes: 4 additions & 1 deletion tvheadend/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
"url": "https://github.com/GauthamVarmaK/addon-tvheadend",
"arch": ["aarch64", "amd64", "armhf", "armv7", "i386"],
"webui": "http://[HOST]:[PORT:9981]/",
"usb": true,
"devices": [
"/dev/dvb/",
"/dev/dri/"
],
"ports": {
"9981/tcp": 9981,
"9982/tcp": 9982
Expand Down

0 comments on commit de368ae

Please sign in to comment.