[mythtv-commits] Ticket #7719: Can't share video source between differen recorders

MythTV mythtv at cvs.mythtv.org
Mon Dec 7 17:50:45 UTC 2009


#7719: Can't share video source between differen recorders
-------------------------------------+--------------------------------------
 Reporter:  stefan.becker@…          |       Owner:  ijr 
     Type:  enhancement              |      Status:  new 
 Priority:  minor                    |   Milestone:      
Component:  MythTV - General         |     Version:  0.22
 Severity:  low                      |     Mlocked:  0   
-------------------------------------+--------------------------------------
 My DVB-C provider has started to offer the same channels also via IPTV
 (UDP multicast). I'm trying to enable that in mythtvsetup:

 - existing setup:
   capture card: DVB-C (/dev/dvb/adapter0/frontend0)
   video source: SSP (via xmltv grabber tv_grab_fi & www.telkku.com)
   input connection: DVB -> SSP
   channels: 501 - ...

 - added setup:
   capture card: Network Recorder (FREEBOX)
                 M3U URL: http://localhost/test.m3u
 contents:
 {{{
 #EXTM3U
 #EXTINF:0,601 - YLE TV1
 #EXTMYTHTV:xmltvid=0.telkku.com
 udp://224.10.1.1:1111
 }}}
   input connection: FREEBOX -> SSP
     -> scan channels
   channels: 601 (YLE TV1)

 Now I start mythbackend with the new settings and see in the log:

 {{{
 2009-12-07 19:25:49.778 IPTVChan(7): Loaded 1 channels from
 http://localhost/test.m3u
 2009-12-07 19:25:49.780 IPTVChan(7), Error: GetChanInfo(501) failed
 2009-12-07 19:25:49.780 IPTVChan(7), Error: SetChannelByString(501)
 Invalid channel
 }}}

 from mythvconverg.channel:
 {{{
 mysql> select chanid,channum,callsign,name,sourceid,xmltvid,freqid from
 channel where name = 'YLE1';
 +--------+---------+----------+------+----------+--------------+-----------+
 | chanid | channum | callsign | name | sourceid | xmltvid      | freqid
 |
 +--------+---------+----------+------+----------+--------------+-----------+
 |   1000 | 501     | YLE TV1  | YLE1 |        1 | 0.telkku.com | 170000000
 |
 |   1601 | 601     | YLE TV1  | YLE1 |        1 | 0.telkku.com | NULL
 |
 +--------+---------+----------+------+----------+--------------+-----------+
 }}}
 If I add another input source (even a dummy one) everything works fine. It
 would be nice not to have run the xmltv grabber twice for the same data.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/7719>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list