If you have Enigma 2 based receiver and access to IPTV channels,
than you probably have hard time converting channels from .m3u files to E2 compatible channel list(s).
I decided that Enigma 2 community needs a web application that will help with easy and speedy converting.
Converter has four input boxes: IP/DNS, Service ID, Port and IPTV Data
IP input box accepts DNS addresses (example: satnigmo.no-ip.org)
and IP addresses (example: 127.0.0.1)
Service ID accepts these values: x:x:x:x:x:x:x:x:x:x (do not use : at the end, it will be added automatically by the script)
Port input box accepts all numbers that are usually used for port. Example: 1234
IPTV Data input box accepts two .m3u formats:
and
If .m3u also contains this line: #EXTTV:***, script will automatically disregard it. Script also takes into account spaces between lines. Example:
If you have .m3u file with format that doesnt work with this converter,
please leave a comment,
so I can fix the problem.
At the end of the script there is also an option to select between Output as TV File or Output as Webpage.
I suggest you use Output as TV File which will generate userbouquet.iptv.tv file.
Content of this file looks like this:
1:0:0:0:0:0:0:0:0:0: is suggested service ID if you use OpenPLi image.
I am not sure if it also works with DM and Vu+ original images.
If there are any other issues please report.
than you probably have hard time converting channels from .m3u files to E2 compatible channel list(s).
I decided that Enigma 2 community needs a web application that will help with easy and speedy converting.
Converter has four input boxes: IP/DNS, Service ID, Port and IPTV Data
IP input box accepts DNS addresses (example: satnigmo.no-ip.org)
and IP addresses (example: 127.0.0.1)
Service ID accepts these values: x:x:x:x:x:x:x:x:x:x (do not use : at the end, it will be added automatically by the script)
Port input box accepts all numbers that are usually used for port. Example: 1234
IPTV Data input box accepts two .m3u formats:
Code:
#EXTINF:2,ORF1 udp://@232.4.1.2:5002 #EXTINF:3,ORF2 udp://@232.4.1.101:5002
Code:
#EXTM3U #EXTINF:0,1 - ORF1 udp://@239.1.1.115:5000 #EXTINF:0,2 - ORF2 udp://@239.1.1.116:5000
Code:
#EXTM3U #EXTINF:0,1 - ORF1 udp://@239.1.1.115:5000 #EXTINF:0,2 - ORF2 udp://@239.1.1.116:5000
please leave a comment,
so I can fix the problem.
At the end of the script there is also an option to select between Output as TV File or Output as Webpage.
I suggest you use Output as TV File which will generate userbouquet.iptv.tv file.
Content of this file looks like this:
Code:
#NAME IPTV #SERVICE 1:0:0:0:0:0:0:0:0:0:http%3a//cs-allocccam.com%3a1234/udp/239.1.1.115%3a5000/:ORF1 #DESCRIPTION ORF1 #SERVICE 1:0:0:0:0:0:0:0:0:0:http%3a//cs-allocccam.com%3a1234/udp/239.1.1.116%3a5000/:ORF2 #DESCRIPTION ORF2
1:0:0:0:0:0:0:0:0:0: is suggested service ID if you use OpenPLi image.
I am not sure if it also works with DM and Vu+ original images.
If there are any other issues please report.