TV-headend

From OpenPLi Wiki
Jump to: navigation, search
IMPORT ENIGMA2 CHANNELS, THROUGH OPENWEBIF, TO TVHEADEND

First of all, give thanks to Luis Pascual, Luispa, for the .py file that let us to convert the .m3u we get from openwebif to hts format, tvheadend. This project, let you to manage EPG and picons too.

What you need to have is a linux environment and a enigma2 receiver.

We get it in three simple steps:

Copy iptv2hts.py and movistartv-canales.m3u of services or stream we get from openwebif to the tvheadend instalation folder, it would be /etc/tvheadend in ubuntu distro, I think so.

Now, we have to stop tvheadend:

#service tvheadend stop

Then, we have to run this line on console, inside the folder /etc/tvheadend and logged in as hts user (sudo chmod 777 iptv2hts.py):

#/etc/tvheadend/./iptv2hts.py -r -n 0 -i eth0 -c utf-8 services.m3u

We are deleting the channel number before channel name (-r) to generate correlative channel number (-n 0) the interface we are working with (-i eth0, for example) we indicate the m3u code (-c utf-8), and finally the *.m3u file we want to convert.

This will create the channels on tvheadend, the input name comes inside the .py file, you can change it before run the .py, by default the input network name will be IPTV Movistar.

Now, lets to start tvheadend

#service tvheadend start

Now, when we go to configuration>dvb inputs>networks we will find the network we define inside the .py file or the default network name IPTV Movistar.

It's the moment to force scan of the network, taking in consideration one thing:

If we import a complete service with several channels, we have to edit the input network and we place 1 on maximun # input stream field.

If we import a single channel, it doesn't care.

Now select the network and click to force scan. You will see how the total muxes goes to scan queue, and decrease up to 0. When all muxes are scaned with their services, we can go to services, and map all services.

Finally we will have all channels created on tvheadend.