Revision history for TVHeadend
Additions:
From last unstable version 4.3.240 we can get channels on raspberry directly with .m3u file as debian/ubuntu method described at the end of this wiki.
Deletions:
Additions:
Tested on TVHeadend 4.3 (early versions dont map all services at once on Raspberry).
Edited on june 19th, 2017:
From last unstable version 4.3.240 we can get channels on raspberry directly with .m3u file as debian/ubuntu described method.
Edited on june 19th, 2017:
From last unstable version 4.3.240 we can get channels on raspberry directly with .m3u file as debian/ubuntu described method.
Deletions:
Additions:
==RASPBERRY PI==
==UBUNTU/DEBIAN==
==UBUNTU/DEBIAN==
Deletions:
==UBUNTU/DEBIAN way==
Additions:
**file:///home/hts/.hts/tvheadend/services.m3u** f.i.
And then we click on create, and if input doesn't start to scan muxes, click on force scan.
And then we click on create, and if input doesn't start to scan muxes, click on force scan.
Deletions:
And then we click on create, and if input doesnt start to scan, click on force scan.
Additions:
Tested on TVHeadend 4.3 (early versions dont map all services at once on Raspberry)
Deletions:
Additions:
Tested on TVHeadend 4.3 (early versions dont map all service at once on Raspberry)
Additions:
==RASPBERRY PI way==
**file:///home/hts/.hts/tvheadend** f.i. ; yes, file: followed by 3 bar
**file:///home/hts/.hts/tvheadend** f.i. ; yes, file: followed by 3 bar
Deletions:
**file:///home/hts/.hts/tvheadend** f.i. ; yes, file:///
Additions:
**file:///home/hts/.hts/tvheadend** f.i. ; yes, file:///
Deletions:
Additions:
==Raspberry Pi way==
**service tvheadend stop**
**/home/hts/.hts/tvheadend/./iptv2hts.py -r -n 0 -i eth0 -c utf-8 services.m3u**
The .py file takes almost all parameters so we can do simply:
**/home/hts/.hts/tvheadend/./iptv2hts.py services.m3u**
==UBUNTU/DEBIAN way==
It's easier with these linux OS. We have to:
- Create an 'Automatic IPTV' input.
- Place 1 on max # input stream.
- Put in the first URL field the file path of .m3u this way:
**file:///home/hts/.hts/tvheadend** f.i. (yes, file:/// )
And then we click on create, and if input doesnt start to scan, click on force scan.
At the end of the scan all muxes, we make DVB input>services>map all services
And that's all. I hope you enjoy it.
**service tvheadend stop**
**/home/hts/.hts/tvheadend/./iptv2hts.py -r -n 0 -i eth0 -c utf-8 services.m3u**
The .py file takes almost all parameters so we can do simply:
**/home/hts/.hts/tvheadend/./iptv2hts.py services.m3u**
==UBUNTU/DEBIAN way==
It's easier with these linux OS. We have to:
- Create an 'Automatic IPTV' input.
- Place 1 on max # input stream.
- Put in the first URL field the file path of .m3u this way:
**file:///home/hts/.hts/tvheadend** f.i. (yes, file:/// )
And then we click on create, and if input doesnt start to scan, click on force scan.
At the end of the scan all muxes, we make DVB input>services>map all services
And that's all. I hope you enjoy it.
Deletions:
service tvheadend stop**
**/etc/tvheadend/./iptv2hts.py -r -n 0 -i eth0 -c utf-8 services.m3u**
Additions:
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.
Deletions:
Additions:
We are deleting the channel number before channel name (-r) necessary 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.
Deletions:
Additions:
We are deleting the number of the channel (-r) necessary to generate channel number starting with 0 (-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.
Deletions:
Additions:
If we import a single channel, it doesn't care.
Deletions:
Additions:
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.
Deletions:
Additions:
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.
Deletions:
Additions:
If we import a single channel it doesn't care.
Deletions:
Additions:
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.