[mythtv-commits] Ticket #12450: IPTV channel search not working - missing channel number in playlist
MythTV
noreply at mythtv.org
Tue Jun 2 10:24:00 UTC 2015
#12450: IPTV channel search not working - missing channel number in playlist
-------------------------------------------------+-------------------------
Reporter: glenn@… | Owner:
Type: Bug Report - General | Status:
| infoneeded_new
Priority: minor | Milestone: unknown
Component: MythTV - Recording | Version:
| Unspecified
Severity: medium | Resolution:
Keywords: backend setup, channels, iptv, m3u, | Ticket locked: 0
channels not showing up |
-------------------------------------------------+-------------------------
Comment (by dekarl):
Can you post the backend logfile with "--verbose record" when starting a
recording/livetv?
My guess is that AVM doesn't rewrite the PAT to filter out other programs
and MythTV ends up wondering which of the programs you want to record.
Other player do further testing to be able to do an educated guess. (e.g.
search for PMTs and A/V Streams then guess you want to record the program
that is actually present in the stream)
We added a work around with #11487. '''But it is only in master, not in
fixes/0.27.'''
You can try to manually specify the correct service_id/program_number like
this (extending the sample from the forum): #EXTVLCOPT:program=11100 (I'm
guessing you are receiving DVB-C in an upgraded area from Unitymedia. The
frequency does match.)
{{{
#EXTM3U
#EXTINF:0,1 - Das Erste
#EXTMYTHTV:xmltvid=ard.de
#EXTVLCOPT:network-caching=1000
#EXTVLCOPT:program=11100
rtsp://192.168.178.31:554/?freq=418&bw=8&msys=dvbc&mtype=256qam&sr=6900&specinv=1&pids=0,16,17,18,20,6000,6010,2171,2172,6020,6021,6022,6030,6031,6070
}}}
--
Ticket URL: <https://code.mythtv.org/trac/ticket/12450#comment:3>
MythTV <http://www.mythtv.org>
MythTV Media Center
More information about the mythtv-commits
mailing list