mirror of
https://github.com/tiyn/wiki.git
synced 2025-04-19 14:07:46 +02:00
Compare commits
No commits in common. "91ada529586a6dc12847c309baab59519ff3e6f7" and "6f356ea96ea08d9f519fa6818ec29361ba91e535" have entirely different histories.
91ada52958
...
6f356ea96e
@ -9,36 +9,26 @@ 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).
|
||||||
|
|
||||||
## Live TV and DVR
|
## Add IP-TV
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
### Live TV and DVR with TVHeadend
|
## Connect 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 `Change Parameters`
|
Check the 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`.
|
||||||
@ -50,8 +40,3 @@ 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,16 +50,3 @@ 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