Project

General

Profile

IP Muxes detect too many services

Added by Eric Francois almost 7 years ago

Hi all,

I use TVHeadend on a Synology NAS running an ubuntu virtual machine with TVH version 4.2.3
It serves SPMC (Android TV) and KODI (Raspberry) with no problem.

I now try to stream IPTV from a Vuplus solo SE 2 with a DVB-C tuner connected to my local TV provider.
From the webif info I have created a m3u8 file which currently contains 5 channels.
It works well on VLC, but I face an issue when I try to import the channels on TVH.

I followed the how-to for IPTV and force the Service ID to prevent scan, but whatever I do, when it scans TVH discovers 5 services per Muxes.

Thanks in advance for your assistance

Here is below my m3u8 file :

#EXTM3U
#EXTVLCOPT--http-reconnect=true
#EXTINF:1 tvg-id="La Une" tvg-name="La Une" tvg-log="" group-title="Belgium",La Une HD
http://192.168.1.242:8001/1:0:19:4E85:C9:1:FFFF0199:0:0:0:
#EXTINF:2 tvg-id="La Deux" tvg-name="La Deux" tvg-log="" group-title="Belgium",La Deux HD
http://192.168.1.242:8001/1:0:19:4E86:C9:1:FFFF0199:0:0:0:
#EXTINF:3 tvg-id="La Trois" tvg-name="La Trois" tvg-log="" group-title="Belgium",La Trois HD
http://192.168.1.242:8001/1:0:19:4E87:C9:1:FFFF0199:0:0:0:
#EXTINF:4 tvg-id="Arte Belgique" tvg-name="Arte Belgique" tvg-log="" group-title="Belgium",Arte Belgique HD
http://192.168.1.242:8001/1:0:19:4EEC:CA:1:FFFF01A1:0:0:0:
#EXTINF:5 tvg-id="Be 1 HD" tvg-name="Be 1 HD" tvg-log="" group-title="Belgium",Be 1 HD
http://192.168.1.242:8001/1:0:19:385:9:1:FFFF0191:0:0:0:

!!