How to add a channel as a url link ?
-
- Beginners
- Beiträge: 14
- Registriert: 11 Okt 2020 13:13
- Hat gedankt: 3 Mal
- Hat Dank erhalten: 2 Mal
How to add a channel as a url link ?
Is it possible to add a url link as a channel to the channel list in openatv ?
- s3n0
- Senior member
- Beiträge: 1580
- Registriert: 02 Jan 2017 14:38
- Receiver 1: Vu+ Zero 4K
- Receiver 2: Vu+ Solo SE V2
- Hat gedankt: 108 Mal
- Hat Dank erhalten: 416 Mal
- Kontaktdaten:
Hi.
Of course it is possible. You probably mean some kind of live stream, when it comes as a response from the URL address, like some kind of streaming video.
It is about whether you want to do it manually by editing files or with the help of an application.
Applications for adding a stream as a channel in the form of an IPTV service can add, for example, DreamboxEdit or E-Channelizer to user bouquets. E-Channelizer is better for this purpose, but it is paid (it has very few features in the shareware version).
For manual file editing, the procedure is more complicated. You modify some userbouquet file by adding a stream-video URL in the following form (like adding one IPTV channel):
Of course, this is just an example.
The first number 4097 indicates the type of player - in this case it is the Gstreamer software player. If you would like more options, you have to install the ServiceApp and ExtEplayer3 packages. You can configure this ServiceApp as follows and you can use instead of the number 4097, for example, the number 5002 under which the ExtEplayer3 player will be.
Functional reference codes for satellite reception of EPG data are also used in this example. So when IPTV streams are real TV channels, then it is possible to pair the icon as well as the EPG with the service in Enigma2, which is valid for satellite service reference codes (the same icon and the same EPG are used for IPTV).
However, if you do not have a reference code for channels from satellite reception, replace all values with zero, but not 1-3 values, as for example:
If you want to read more about this issue, you can find a lot on Google. You can also look here and study the discussions:
- https://www.opena.tv/viewtopic.php?t=49061
- https://www.opena.tv/viewtopic.php?p=376271#p376271
Of course it is possible. You probably mean some kind of live stream, when it comes as a response from the URL address, like some kind of streaming video.
It is about whether you want to do it manually by editing files or with the help of an application.
Applications for adding a stream as a channel in the form of an IPTV service can add, for example, DreamboxEdit or E-Channelizer to user bouquets. E-Channelizer is better for this purpose, but it is paid (it has very few features in the shareware version).
For manual file editing, the procedure is more complicated. You modify some userbouquet file by adding a stream-video URL in the following form (like adding one IPTV channel):
Code: Alles auswählen
#NAME IPTV (CZ/SK/PL/DE/HU)
#SERVICE 4097:0:19:13B4:C95:3:EB0000:0:0:0:http%3a//test.server.com/channel041/:Markíza HD
#DESCRIPTION Markíza HD
#SERVICE 4097:0:19:1329:CA2:3:EB0000:0:0:0:http%3a//test.server.com/channel054/:Jednotka HD
#DESCRIPTION Jednotka HD
#SERVICE 4097:0:19:132A:CA2:3:EB0000:0:0:0:http%3a//test.server.com/channel109/ :D vojka HD
#DESCRIPTION Dvojka HD
Of course, this is just an example.
The first number 4097 indicates the type of player - in this case it is the Gstreamer software player. If you would like more options, you have to install the ServiceApp and ExtEplayer3 packages. You can configure this ServiceApp as follows and you can use instead of the number 4097, for example, the number 5002 under which the ExtEplayer3 player will be.
Functional reference codes for satellite reception of EPG data are also used in this example. So when IPTV streams are real TV channels, then it is possible to pair the icon as well as the EPG with the service in Enigma2, which is valid for satellite service reference codes (the same icon and the same EPG are used for IPTV).
However, if you do not have a reference code for channels from satellite reception, replace all values with zero, but not 1-3 values, as for example:
Code: Alles auswählen
#SERVICE 4097:0:1:0:0:0:0:0:0:0:http%3a//test.server.com/channel041/:Markíza HD
#DESCRIPTION Markíza HD
If you want to read more about this issue, you can find a lot on Google. You can also look here and study the discussions:
- https://www.opena.tv/viewtopic.php?t=49061
- https://www.opena.tv/viewtopic.php?p=376271#p376271