Automatic IPTV Network » History » Version 16
Mark Clarkstone, 2018-12-31 21:37
1 | 16 | Mark Clarkstone | {{>toc}} |
---|---|---|---|
2 | |||
3 | 1 | Jaroslav Kysela | h1. Automatic IPTV Network |
4 | |||
5 | 9 | Mark Clarkstone | The IPTV Automatic Network parses a playlist (in m3u format) and creates all muxes from this list. |
6 | 1 | Jaroslav Kysela | |
7 | 2 | Mark Clarkstone | h2. Identifier |
8 | |||
9 | 14 | Mark Clarkstone | The URL (including query string) is used as the identifier. Changes to a URL (on a reload of the playlist) would mean Tvheadend sees the entry as a new "mux", existing muxes/URLs that are no longer present in the playlist will be removed. |
10 | 2 | Mark Clarkstone | |
11 | h2. Scanning |
||
12 | |||
13 | 14 | Mark Clarkstone | Tvheadend will (by default) probe each entry in the playlist for service details, depending on the size of the playlist, this can take a very long time. Some service providers don't allow this kind of probing/mass scanning and may deny (or rate limit) access to the streams, leading to scan failures. In such cases you must disable the probing, or set the maximum number of input streams. |
14 | 2 | Mark Clarkstone | |
15 | h2. Disable Service Probing/Speed up Scanning/Create Services Without Scanning |
||
16 | 1 | Jaroslav Kysela | |
17 | To create services without scanning/service probing you must set a _Service ID_ (usually this value is 1) and turn off _Scan after creation_ during the creation of an _IPTV Automatic Network_, existing networks can be edited and then _forced scanned_ to achieve the same outcome. The prerequisite is that the imported IPTV MPEG-TS stream(s) only have one service with identical service identification (Service ID - SID). |
||
18 | 14 | Mark Clarkstone | |
19 | h2. Maximum Input Streams |
||
20 | |||
21 | 15 | Mark Clarkstone | If your provider only allows you to view a limited number of concurrent streams you'll need to enter this value into the _Maximum # input streams_ field for your network, not doing so may lead to scanning and/or tuning failures. |
22 | 2 | Mark Clarkstone | |
23 | h2. Determining Service ID (SID) |
||
24 | |||
25 | To determine the correct SID for your playlist follow these steps: |
||
26 | |||
27 | # Open the m3u playlist in your favourite text editor and copy a URL, any url as long as it points to a MPEGTS stream. *If you've already imported your playlist, done a scan & have successfully scanned service(s) you can skip this and the next two steps*. |
||
28 | # Create a new (temporary) IPTV network (not a _IPTV Automatic Network_) and add the copied URL as a new mux. |
||
29 | # Tvheadend should now probe the URL for service details. |
||
30 | # Now, In the _Services_ tab, you should see a service in the grid, along with lots of other details, take note of the value under the _Service ID_ column. See notes 1/2 below if you can't see the column or value. |
||
31 | # Now that you have the correct SID, you can enter it into the _Service ID_ field when creating (or editing) your automatic IPTV network. See note 1 below. |
||
32 | |||
33 | h2. Notes |
||
34 | |||
35 | # In order to see both _Service ID_ and _Scan after creation_, or the _Service ID_ column, the user interface _View level_ must be set to _Expert_. |
||
36 | 5 | Mark Clarkstone | # If you have no value under the _Service ID_ column, Tvheadend has yet to probe the service or has failed to do so, check the log (click the bar at the bottom of the webui) for details. You can also force a scan/probe of a service by copying the play link (play icon, from the _Services_ tab) into your favourite media player. |
37 | 11 | Mark Clarkstone | |
38 | --- |
||
39 | |||
40 | The information on this page applies to Tvheadend version 4.2.1+. |