Bug #5629
EIT: DVB Grabber Starting the IPTV Stream
0%
Description
im using the 4.3-1774
i have dvb-c unitymedia and iptv m3u file, my epg settings see you on the pic.
when OTA Start the epg scan around 2:10am, automatically starts an IPTV stream.
and will not stop until I restart tvheadend..
Files
History
Updated by Mischa Mischock over 5 years ago
From which subsystem you need a log? Trace or only debug log, or both?
Updated by Luka Karinja over 5 years ago
Mischa Mischock wrote:
im using the 4.3-1774
i have dvb-c unitymedia and iptv m3u file, my epg settings see you on the pic.
when OTA Start the epg scan around 2:10am, automatically starts an IPTV stream.
and will not stop until I restart tvheadend..
This is not a bug. Disable EPG grab for those iptv muxes!!
Updated by Mischa Mischock over 5 years ago
Yehh its working, thanks luka
It would not be better to automatically set all Iptv muxes to disabled, after add Auto iptv Network
Updated by saen acro over 5 years ago
Its not disabled by default because some providers include it on stream, and TVH can extract it.
Updated by Luka Karinja over 5 years ago
Mischa Mischock wrote:
Yehh its working, thanks luka
It would not be better to automatically set all Iptv muxes to disabled, after add Auto iptv Network
you can disable it in m3u like this:
#EXTINF:-1 tvh-epg="disable" ...
Updated by Mischa Mischock over 5 years ago
thanks it works..
----
https://tvheadend.org/issues/4494
tvh-chnum : the channel number
m3u-name : the channel name (can be left blank and everything after the first comma (,) is used
tvg-logo : the URL (relative or absolute) for the channel's icon (takes precedence ahead of logo if both are provided)
logo : another icon - used if tvg-logo is not specified, but ignored if it is
tvg-id : the EPG channel ID
tvh-epg : the EPG fetch mode. The following values are supported:
0 / none / disable / off : disable EPG fetching
1 / all / enable / on : enable EPG fetching
force : force EPG fetching
eit : only EIT
uk_freesat : only UK Freesat
uk_freeview : only UK Freeview
viasat_baltic : only Viasat Baltic
opentv_sky_uk : only OpenTV Sky UK
opentv_sky_italia : only OpenTV Sky Italia
opentv_sky_ausat : only OpenTV Sky Ausat
bulsatcom_39e : only Bulsatcom 39E
psip : only PSIP (ATSC)
tvh-tags : any channel tags to be applied (separated by |)
group-title : any channel tags to use if tvh-tags is not specified (same syntax, ignored if it is)
----
Updated by Antony B almost 5 years ago
Hi,
i setted in m3u for each channel the tag tvh-epg="disable", but when i subscript to an IPTV channel (call it CHANNELNAME) i got in log:
epggrab: live_list.m3u - CHANNELNAME in IPTV - registering mux for OTA EPG
And it obviously got timeout for ATSC and EIT.
In MUX i have all channel correctly set to "EPG Scan: Disable", due to tvh-epg="disable" in m3u.
Is it a bug?
I use 4.3-1857 version.
Updated by Antony B almost 5 years ago
- File gitdiff_otamux.txt gitdiff_otamux.txt added
Ok, it seems to be a bug.
When starting mux with epg scan disabled, no OTA should be registered.
Here bugfix.
Updated by Oleg Gawriloff over 1 year ago
Any news on that? It seems that in latest tvh (https://github.com/tvheadend/tvheadend/blob/master/src/epggrab/otamux.c) this one still not implemented.
фев 11 12:28:13 nas tvheadend1305970: epggrab: <Channel Name> in <IPTV Network name> - registering mux for OTA EPG
фев 11 12:43:14 nas tvheadend1305970: epggrab: EIT: DVB Grabber - data completion timeout for <Channel Name> in <IPTV Network name>
Updated by Flole Systems over 1 year ago
Patches must be submitted as pull requests on GitHub to be considered for inclusion. That was never done for this patch, so it never had a chance to make it in.