mirror of
https://github.com/tiyn/wiki.git
synced 2025-04-10 02:27:45 +02:00
Compare commits
4 Commits
6f356ea96e
...
91ada52958
Author | SHA1 | Date | |
---|---|---|---|
91ada52958 | |||
ca9992d25f | |||
24b1a53e9e | |||
874f1052dd |
@ -9,26 +9,36 @@ It includes a web-interface and is mainly used for
|
|||||||
The software can be setup via docker with the
|
The software can be setup via docker with the
|
||||||
[linuxserver image](./docker-images/linuxserver_-_jellyfin.md).
|
[linuxserver image](./docker-images/linuxserver_-_jellyfin.md).
|
||||||
|
|
||||||
## Add IP-TV
|
## Live TV and DVR
|
||||||
|
|
||||||
|
Jellyfin can connect to live TV with different tuners to display and record TV
|
||||||
|
channels - so called DVR - directly via jellyfin.
|
||||||
|
|
||||||
|
### Live TV with M3U Tuner
|
||||||
|
|
||||||
You can add IP-TV under `Live TV` in the administration panel.
|
You can add IP-TV under `Live TV` in the administration panel.
|
||||||
To include a m3u IP-TV stream just put the file on the server or copy its URL
|
To include a M3U IP-TV stream just put the file on the server or copy its URL
|
||||||
and add it under `Live TV`.
|
and add it under `Live TV`.
|
||||||
After that make sure to setup `DVR` to your liking to record.
|
After that make sure to setup `DVR` to your liking to record.
|
||||||
|
|
||||||
## Connect TVHeadend
|
### Live TV and DVR with TVHeadend
|
||||||
|
|
||||||
This section explains the steps neccessary to make [TVHeadend](./tvheadend.md)
|
This section explains the steps neccessary to make [TVHeadend](./tvheadend.md)
|
||||||
work with a jellyfin server according to the
|
work with a jellyfin server according to the
|
||||||
[official documentation](https://jellyfin.org/docs/general/server/plugins/tvheadend/).
|
[official documentation](https://jellyfin.org/docs/general/server/plugins/tvheadend/).
|
||||||
|
It is assumed a working TVHeadend instance is up and running.
|
||||||
|
In the [TVHeadend entry](./tvheadend.md) a guide to run an instance is given.
|
||||||
In the admin dashboard install the
|
In the admin dashboard install the
|
||||||
[TVHeadend plugin](https://jellyfin.org/docs/general/server/plugins/tvheadend/)
|
[TVHeadend plugin](https://jellyfin.org/docs/general/server/plugins/tvheadend/)
|
||||||
and restart the server.
|
and restart the server.
|
||||||
Afterwards create a user with a username in TVHeadend under
|
Afterwards create a user with a username in TVHeadend under
|
||||||
`Go to Configuration > Users > Access Entries > Add`.
|
`Go to Configuration > Users > Access Entries > Add`.
|
||||||
Check the parameters
|
Check the `Change Parameters`
|
||||||
`Rights`, `Channel number range`, `Channel tags`, `DVR configurations`,
|
`Rights`, `Channel number range`, `Channel tags`, `DVR configurations`,
|
||||||
`Streaming profiles` and `Connection limits`.
|
`Streaming profiles` and `Connection limits`.
|
||||||
|
Check the `Streaming Profiles` `htsp`, `matroska`, `pass`,
|
||||||
|
`webtv-h264-aac-matroska`, `webtv-h264-aac-mpegts`, `webtv-h264-vorbis-mp4` and
|
||||||
|
`webtv-vp8-vorbis-webm`.
|
||||||
Check `Enabled` and `Web Interface`.
|
Check `Enabled` and `Web Interface`.
|
||||||
Select `Basic`, `Advanced` and `HTSP` under `Streaming` and `Basic`, `HTSP` and
|
Select `Basic`, `Advanced` and `HTSP` under `Streaming` and `Basic`, `HTSP` and
|
||||||
`View all` under `Video recorder`.
|
`View all` under `Video recorder`.
|
||||||
@ -40,3 +50,8 @@ Afterwards save.
|
|||||||
Now in Jellyfin under `Go to Dashboard > Plugins > TVHeadend > Settings` set
|
Now in Jellyfin under `Go to Dashboard > Plugins > TVHeadend > Settings` set
|
||||||
the `TVHeadend Hostname or IP Address`, the `HTTP Port` and `HTSP Port`, the
|
the `TVHeadend Hostname or IP Address`, the `HTTP Port` and `HTSP Port`, the
|
||||||
`Username` and the `Password` set in the previous step.
|
`Username` and the `Password` set in the previous step.
|
||||||
|
|
||||||
|
Finally run `Refresh Guide Data` under `Dashboard > Live TV > Live TV` to load
|
||||||
|
the guide data for the next 7 days aswell as to refresh the TV channels.
|
||||||
|
Afterwards the channels [mapped in TVHeadend](./tvheadend.md#adding-channels)
|
||||||
|
should appear in the `Live TV` Library.
|
||||||
|
@ -50,3 +50,16 @@ After these steps a list of Muxes should appear in
|
|||||||
Following this a list of TV and radio channels should appear in
|
Following this a list of TV and radio channels should appear in
|
||||||
`Configuration > DBV Inputs > Services`.
|
`Configuration > DBV Inputs > Services`.
|
||||||
After this the setup is completed.
|
After this the setup is completed.
|
||||||
|
|
||||||
|
## Adding channels
|
||||||
|
|
||||||
|
Following the Setup you have a list of possible channels available at
|
||||||
|
`Configuration > DVB Inputs > Service`.
|
||||||
|
Select the channels that are to be streamed and/or recorded and press
|
||||||
|
`Map selected services`.
|
||||||
|
After that the channels are mapped navigate to
|
||||||
|
`Configuration > Channel/EPG > Channels` where a list of your selected channels
|
||||||
|
is displayed.
|
||||||
|
There you can select `Numbers` by invoking `Edit` on the Channels.
|
||||||
|
Under `Electronic Program Guide` a list of current and future programs is
|
||||||
|
shown.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user