Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: MythTV: Commits

Ticket #6719: Add channel change monitoring into the signal monitor

 

 

First page Previous page 1 2 Next page Last page  View All MythTV commits RSS feed   Index | Next | Previous | View Threaded


mythtv at cvs

Jul 12, 2009, 4:14 PM

Post #1 of 26 (2217 views)
Permalink
Ticket #6719: Add channel change monitoring into the signal monitor

#6719: Add channel change monitoring into the signal monitor
------------------------------+---------------------------------------------
Reporter: jppoet [at] gmail | Owner: ijr
Type: patch | Status: new
Priority: minor | Milestone: unknown
Component: MythTV - General | Version: unknown
Severity: medium | Mlocked: 0
------------------------------+---------------------------------------------
The signal monitor reports the status of tuning events to the
mythfrontend. By adding the channel change process to this list of
events, the user gets immediate feedback during a channel change. If the
channel change fails or takes a long time, the user can see this, and
choose to select a different channel or abort LiveTV.

Mythfrontend has a 15 second timeout before it gives up waiting for the
backend to send it data. Some external channel change scripts can take
over 15 seconds, which means they must be run in the background to prevent
a timeout. However, if a signal monitor is desired, the channel change
could not happen in the background because the monitor needs to know when
the channel change is complete. By moving channel change monitoring into
the "signal monitor", this problem is solved.

Note: With this change, any pre-existing external channel change scripts
which ran in the background, must be modified to run in the foreground.

--
Ticket URL: <http://svn.mythtv.org/trac/ticket/6719>
MythTV <http://www.mythtv.org/>
MythTV
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits


mythtv at cvs

Jul 13, 2009, 10:36 AM

Post #2 of 26 (2138 views)
Permalink
Re: Ticket #6719: Add channel change monitoring into the signal monitor [In reply to]

#6719: Add channel change monitoring into the signal monitor
------------------------------+---------------------------------------------
Reporter: jppoet [at] gmail | Owner: ijr
Type: patch | Status: new
Priority: minor | Milestone: unknown
Component: MythTV - General | Version: unknown
Severity: medium | Resolution:
Mlocked: 0 |
------------------------------+---------------------------------------------

Comment(by eric.bosch [at] comcast):

I attempted to use this patch to test out, as I have the exact issue this
is to fix... I receive compilation error:

channelscan/channelscan_sm.cpp: In member function â:
channelscan/channelscan_sm.cpp:1333: error: no matching function for call
to â
./signalmonitor.h:45: note: candidates are: virtual void
SignalMonitor::Start(bool)
make[2]: *** [channelscan_sm.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/media-
tv/mythtv-0.22_alpha20878/work/mythtv-0.22/libs/libmythtv'
make[1]: *** [sub-libmythtv-make_default] Error 2
make[1]: Leaving directory `/var/tmp/portage/media-
tv/mythtv-0.22_alpha20878/work/mythtv-0.22/libs'

--
Ticket URL: <http://svn.mythtv.org/trac/ticket/6719#comment:1>
MythTV <http://www.mythtv.org/>
MythTV
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits


mythtv at cvs

Jul 13, 2009, 1:02 PM

Post #3 of 26 (2133 views)
Permalink
Re: Ticket #6719: Add channel change monitoring into the signal monitor [In reply to]

#6719: Add channel change monitoring into the signal monitor
------------------------------+---------------------------------------------
Reporter: jppoet [at] gmail | Owner: ijr
Type: patch | Status: new
Priority: minor | Milestone: unknown
Component: MythTV - General | Version: unknown
Severity: medium | Resolution:
Mlocked: 0 |
------------------------------+---------------------------------------------

Comment(by jppoet [at] gmail):

First version of the patch was incomplete. Sorry.

New patch uploaded.

--
Ticket URL: <http://svn.mythtv.org/trac/ticket/6719#comment:2>
MythTV <http://www.mythtv.org/>
MythTV
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits


mythtv at cvs

Jul 13, 2009, 10:09 PM

Post #4 of 26 (2128 views)
Permalink
Re: Ticket #6719: Add channel change monitoring into the signal monitor [In reply to]

#6719: Add channel change monitoring into the signal monitor
------------------------------+---------------------------------------------
Reporter: jppoet [at] gmail | Owner: ijr
Type: patch | Status: new
Priority: minor | Milestone: unknown
Component: MythTV - General | Version: unknown
Severity: medium | Resolution:
Mlocked: 0 |
------------------------------+---------------------------------------------

Comment(by eric.bosch [at] comcast):

Thanks, working now. Seems to help a lot. Will watch for any issues.

--
Ticket URL: <http://svn.mythtv.org/trac/ticket/6719#comment:3>
MythTV <http://www.mythtv.org/>
MythTV
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits


mythtv at cvs

Jul 16, 2009, 5:22 PM

Post #5 of 26 (2106 views)
Permalink
Re: Ticket #6719: Add channel change monitoring into the signal monitor [In reply to]

#6719: Add channel change monitoring into the signal monitor
------------------------------+---------------------------------------------
Reporter: jppoet [at] gmail | Owner: ijr
Type: patch | Status: new
Priority: minor | Milestone: unknown
Component: MythTV - General | Version: unknown
Severity: medium | Resolution:
Mlocked: 0 |
------------------------------+---------------------------------------------

Comment(by eric.bosch [at] comcast):

I've been running this test for several days now, and I think this may
have eliminated some issues I had when running a script to prime firewire
and tune, as my firewire itself can be problematic. The constant segfault
no longer occurs, and it seems to return to a state to try a new channel
after restarting playback, so Thank You, this seems to work flawlessly for
me.

--
Ticket URL: <http://svn.mythtv.org/trac/ticket/6719#comment:4>
MythTV <http://www.mythtv.org/>
MythTV
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits


mythtv at cvs

Jul 17, 2009, 4:46 PM

Post #6 of 26 (2094 views)
Permalink
Re: Ticket #6719: Add channel change monitoring into the signal monitor [In reply to]

#6719: Add channel change monitoring into the signal monitor
------------------------------+---------------------------------------------
Reporter: jppoet [at] gmail | Owner: ijr
Type: patch | Status: new
Priority: minor | Milestone: unknown
Component: MythTV - General | Version: unknown
Severity: medium | Resolution:
Mlocked: 0 |
------------------------------+---------------------------------------------

Comment(by jppoet [at] gmail):

New version of patch (channel-thread-v1.2.patch) compatible with changeset
20938

--
Ticket URL: <http://svn.mythtv.org/trac/ticket/6719#comment:5>
MythTV <http://www.mythtv.org/>
MythTV
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits


mythtv at cvs

Aug 30, 2009, 11:16 AM

Post #7 of 26 (2001 views)
Permalink
Re: Ticket #6719: Add channel change monitoring into the signal monitor [In reply to]

#6719: Add channel change monitoring into the signal monitor
------------------------------+---------------------------------------------
Reporter: jppoet [at] gmail | Owner: ijr
Type: patch | Status: new
Priority: minor | Milestone: unknown
Component: MythTV - General | Version: unknown
Severity: medium | Resolution:
Mlocked: 0 |
------------------------------+---------------------------------------------

Comment(by jppoet [at] gmail):

New patch (channel-thread-v1.2a.patch) updated to apply to current trunk.

--
Ticket URL: <http://svn.mythtv.org/trac/ticket/6719#comment:6>
MythTV <http://www.mythtv.org/>
MythTV
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits


mythtv at cvs

Aug 31, 2009, 11:40 PM

Post #8 of 26 (1981 views)
Permalink
Re: Ticket #6719: Add channel change monitoring into the signal monitor [In reply to]

#6719: Add channel change monitoring into the signal monitor
------------------------------+---------------------------------------------
Reporter: jppoet [at] gmail | Owner: ijr
Type: patch | Status: new
Priority: minor | Milestone: unknown
Component: MythTV - General | Version: unknown
Severity: medium | Resolution:
Mlocked: 0 |
------------------------------+---------------------------------------------

Comment(by myth [at] jstenback):

FWIW, the above patch together with the patch in ticket 6611 makes channel
changes work fine with an HD-PVR here.

--
Ticket URL: <http://svn.mythtv.org/trac/ticket/6719#comment:7>
MythTV <http://www.mythtv.org/>
MythTV
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits


mythtv at cvs

Sep 1, 2009, 9:54 AM

Post #9 of 26 (1976 views)
Permalink
Re: Ticket #6719: Add channel change monitoring into the signal monitor [In reply to]

#6719: Add channel change monitoring into the signal monitor
------------------------------+---------------------------------------------
Reporter: jppoet [at] gmail | Owner: ijr
Type: patch | Status: new
Priority: minor | Milestone: unknown
Component: MythTV - General | Version: unknown
Severity: medium | Resolution:
Mlocked: 0 |
------------------------------+---------------------------------------------

Comment(by eric.bosch [at] comcast):

I will test this again. It was working well before, but I dropped using
it at one point due to a different problem. Now, after an upgrade to
current CVS today (21623) my firewire capture has ceased to function,
failing to lock on signal, even though firewire tester shows it as fine

--
Ticket URL: <http://svn.mythtv.org/trac/ticket/6719#comment:8>
MythTV <http://www.mythtv.org/>
MythTV
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits


mythtv at cvs

Sep 22, 2009, 9:42 PM

Post #10 of 26 (1815 views)
Permalink
Re: Ticket #6719: Add channel change monitoring into the signal monitor [In reply to]

#6719: Add channel change monitoring into the signal monitor
------------------------------+---------------------------------------------
Reporter: jppoet [at] gmail | Owner: ijr
Type: patch | Status: new
Priority: minor | Milestone: unknown
Component: MythTV - General | Version: unknown
Severity: medium | Resolution:
Mlocked: 0 |
------------------------------+---------------------------------------------

Comment(by jst-myth [at] jstenback):

For anyone using the patch in this bug, or an HD-PVR in general, you
probably also want the deadlock fix in ticket #7132.

--
Ticket URL: <http://svn.mythtv.org/trac/ticket/6719#comment:9>
MythTV <http://www.mythtv.org/>
MythTV
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits


mythtv at cvs

Sep 25, 2009, 7:01 AM

Post #11 of 26 (1799 views)
Permalink
Re: Ticket #6719: Add channel change monitoring into the signal monitor [In reply to]

#6719: Add channel change monitoring into the signal monitor
------------------------------+---------------------------------------------
Reporter: jppoet [at] gmail | Owner: ijr
Type: patch | Status: new
Priority: minor | Milestone: unknown
Component: MythTV - General | Version: unknown
Severity: medium | Resolution:
Mlocked: 0 |
------------------------------+---------------------------------------------

Comment(by r.d.vaughan [at] rogers):

At least as of r22034 this patch has a failed hunk with
channelscanner_gui.cpp at line 150. Also is there a specific order that
the #7132 should be applied versus the other HDPVR patches?

--
Ticket URL: <http://svn.mythtv.org/trac/ticket/6719#comment:10>
MythTV <http://www.mythtv.org/>
MythTV
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits


mythtv at cvs

Sep 25, 2009, 9:47 AM

Post #12 of 26 (1793 views)
Permalink
Re: Ticket #6719: Add channel change monitoring into the signal monitor [In reply to]

#6719: Add channel change monitoring into the signal monitor
------------------------------+---------------------------------------------
Reporter: jppoet [at] gmail | Owner: ijr
Type: patch | Status: new
Priority: minor | Milestone: unknown
Component: MythTV - General | Version: unknown
Severity: medium | Resolution:
Mlocked: 0 |
------------------------------+---------------------------------------------

Comment(by jppoet [at] gmail):

Updated patch against r22038

--
Ticket URL: <http://svn.mythtv.org/trac/ticket/6719#comment:11>
MythTV <http://www.mythtv.org/>
MythTV
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits


mythtv at cvs

Oct 3, 2009, 1:09 PM

Post #13 of 26 (1764 views)
Permalink
Re: Ticket #6719: Add channel change monitoring into the signal monitor [In reply to]

#6719: Add channel change monitoring into the signal monitor
------------------------------+---------------------------------------------
Reporter: jppoet [at] gmail | Owner: ijr
Type: patch | Status: new
Priority: minor | Milestone: unknown
Component: MythTV - General | Version: unknown
Severity: medium | Resolution:
Mlocked: 0 |
------------------------------+---------------------------------------------

Comment(by jppoet [at] gmail):

Updated for r22198

--
Ticket URL: <http://svn.mythtv.org/trac/ticket/6719#comment:12>
MythTV <http://www.mythtv.org/>
MythTV
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits


mythtv at cvs

Nov 7, 2009, 8:43 AM

Post #14 of 26 (1680 views)
Permalink
Re: Ticket #6719: Add channel change monitoring into the signal monitor [In reply to]

#6719: Add channel change monitoring into the signal monitor
------------------------------+---------------------------------------------
Reporter: jppoet@… | Owner: danielk
Type: patch | Status: assigned
Priority: minor | Milestone: unknown
Component: MythTV - General | Version: unknown
Severity: medium | Mlocked: 0
------------------------------+---------------------------------------------
Changes (by danielk):

* owner: ijr => danielk
* status: new => assigned


--
Ticket URL: <http://svn.mythtv.org/trac/ticket/6719#comment:13>
MythTV <http://www.mythtv.org/>
MythTV
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits


mythtv at cvs

Nov 10, 2009, 9:59 AM

Post #15 of 26 (1648 views)
Permalink
Re: Ticket #6719: Add channel change monitoring into the signal monitor [In reply to]

#6719: Add channel change monitoring into the signal monitor
------------------------------+---------------------------------------------
Reporter: jppoet@… | Owner: danielk
Type: patch | Status: assigned
Priority: minor | Milestone: unknown
Component: MythTV - General | Version: unknown
Severity: medium | Mlocked: 0
------------------------------+---------------------------------------------

Comment(by Johnny Stenback <mythtv@…>):

For the record, the patch I just attached fixes a reproducible deadlock in
channel-thread-v1.4a.patch. The deadlock comes from a thread deadlocking
on attempting to re-lock pendingRecLock, which is non-recursive. This is
the stack for the deadlock:

#3 0x0683e982 in QMutex::lock() () from /usr/lib/libQtCore.so.4
#4 0x08075ffc in QMutexLocker::relock (this=0xad9f3828)
at /usr/include/QtCore/qmutex.h:120
#5 0x08075f7d in QMutexLocker::QMutexLocker (this=0xad9f3828,
m=0x8358904)
at /usr/include/QtCore/qmutex.h:102
#6 0x00fe0352 in TVRec::RecordPending (this=0x8358870, rcinfo=0xa85bd590,
secsleft=-1, hasLater=false) at tv_rec.cpp:383
#7 0x00fe1fa1 in TVRec::CancelNextRecording (this=0x8358870, cancel=true)
at tv_rec.cpp:480
#8 0x0807de73 in EncoderLink::CancelNextRecording (this=0x8387150,
cancel=true) at encoderlink.cpp:587
#9 0x080cb925 in MainServer::HandleRecorderQuery (this=0x8389180,
slist=@0xad9f40a0, commands=@0xad9f4098, pbs=0x8384428)
at mainserver.cpp:3468
...

--
Ticket URL: <http://svn.mythtv.org/trac/ticket/6719#comment:14>
MythTV <http://www.mythtv.org/>
MythTV
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits


mythtv at cvs

Nov 18, 2009, 1:35 PM

Post #16 of 26 (1591 views)
Permalink
Re: Ticket #6719: Add channel change monitoring into the signal monitor [In reply to]

#6719: Add channel change monitoring into the signal monitor
------------------------------+---------------------------------------------
Reporter: jppoet@… | Owner: danielk
Type: patch | Status: assigned
Priority: minor | Milestone: unknown
Component: MythTV - General | Version: unknown
Severity: medium | Mlocked: 0
------------------------------+---------------------------------------------

Comment(by hansonorders@…):

channel-thread-v1.4a.patch does not compile on 0.22-fixes r22859. A
reference in signalmonitor.cpp to channelchangemonitor.h seems to be the
problem. Log to follow.

--
Ticket URL: <http://svn.mythtv.org/trac/ticket/6719#comment:15>
MythTV <http://www.mythtv.org/>
MythTV
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits


mythtv at cvs

Nov 24, 2009, 2:14 PM

Post #17 of 26 (1544 views)
Permalink
Re: Ticket #6719: Add channel change monitoring into the signal monitor [In reply to]

#6719: Add channel change monitoring into the signal monitor
------------------------------+---------------------------------------------
Reporter: jppoet@… | Owner: danielk
Type: patch | Status: assigned
Priority: minor | Milestone: unknown
Component: MythTV - General | Version: unknown
Severity: medium | Mlocked: 0
------------------------------+---------------------------------------------

Comment(by hansonorders@…):

I re-worked the channel-thread-v1.4a.patch for 22890 (attached as v1.5)
and was able to build my package and install. Things were looking good
until I had back-to-back recordings on the same channel/mulltiplex using
the multirecord feature. Using a HD-3000 ATSC card, the second recording
of the back-to-back fails. (file size is "B" in mythweb and when searched
for, does not exist.)

{{{
[mythtv [at] mythbox-mb ~]$ mythbackend --version
Please include all output in bug reports.
MythTV Version : 22890M
MythTV Branch : branches/release-0-22-fixes
Network Protocol : 50
Library API : 0.22.20091023-1
QT Version : 4.5.2
Options compiled in:
linux debug using_oss using_alsa using_backend using_directfb using_dvb
using_firewire using_frontend using_hdhomerun using_hdpvr using_iptv
using_ivtv using_joystick_menu using_lirc using_mheg using_opengl_video
using_opengl_vsync using_qtwebkit using_v4l using_x11 using_xrandr
using_xv using_xvmc using_xvmc_vld using_xvmcw using_bindings_perl
using_bindings_python using_opengl using_ffmpeg_threads using_libavc_5_3
using_live using_mheg

config.log:
Tue Nov 24 13:19:57 PST 2009
./configure --prefix=/usr --arch=i686 --disable-vdpau --enable-xvmc
--enable-xvmc-pro --enable-opengl-vsync --enable-libfaad --enable-dvb
--enable-firewire --compile-type=debug --with-bindings=perl,python
--enable-audio-alsa --disable-audio-jack --disable-audio-arts
}}}

--
Ticket URL: <http://svn.mythtv.org/trac/ticket/6719#comment:16>
MythTV <http://www.mythtv.org/>
MythTV
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits


mythtv at cvs

Dec 16, 2009, 1:25 PM

Post #18 of 26 (1398 views)
Permalink
Re: Ticket #6719: Add channel change monitoring into the signal monitor [In reply to]

#6719: Add channel change monitoring into the signal monitor
------------------------------+---------------------------------------------
Reporter: jppoet@… | Owner: danielk
Type: patch | Status: assigned
Priority: minor | Milestone: unknown
Component: MythTV - General | Version: unknown
Severity: medium | Mlocked: 0
------------------------------+---------------------------------------------

Comment(by John Patrick Poet <jppoet@…>):

Updated patch.

hansonorders, this patch is slightly different than the one you uploaded.
I have no way of testing your situation, so I do not know if it will help
you.

--
Ticket URL: <http://svn.mythtv.org/trac/ticket/6719#comment:17>
MythTV <http://www.mythtv.org/>
MythTV
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits


mythtv at cvs

Mar 7, 2010, 7:14 PM

Post #19 of 26 (1039 views)
Permalink
Re: Ticket #6719: Add channel change monitoring into the signal monitor [In reply to]

#6719: Add channel change monitoring into the signal monitor
------------------------------+---------------------------------------------
Reporter: jppoet@… | Owner: danielk
Type: patch | Status: assigned
Priority: minor | Milestone: unknown
Component: MythTV - General | Version: unknown
Severity: medium | Mlocked: 0
------------------------------+---------------------------------------------

Comment(by jpoet):

Updated patch for r23670

--
Ticket URL: <http://svn.mythtv.org/trac/ticket/6719#comment:18>
MythTV <http://www.mythtv.org/>
MythTV
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits


mythtv at cvs

Apr 10, 2010, 1:23 PM

Post #20 of 26 (931 views)
Permalink
Re: Ticket #6719: Add channel change monitoring into the signal monitor [In reply to]

#6719: Add channel change monitoring into the signal monitor
------------------------------+---------------------------------------------
Reporter: jppoet@… | Owner: danielk
Type: patch | Status: assigned
Priority: minor | Milestone: unknown
Component: MythTV - General | Version: unknown
Severity: medium | Mlocked: 0
------------------------------+---------------------------------------------

Comment(by jpoet):

Updated patch for trunk r24052

--
Ticket URL: <http://svn.mythtv.org/trac/ticket/6719#comment:19>
MythTV <http://www.mythtv.org/>
MythTV
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits


mythtv at cvs

Apr 15, 2010, 10:41 AM

Post #21 of 26 (912 views)
Permalink
Re: Ticket #6719: Add channel change monitoring into the signal monitor [In reply to]

#6719: Add channel change monitoring into the signal monitor
--------------------------------+-------------------------------------------
Reporter: jppoet@… | Owner: danielk
Type: patch | Status: assigned
Priority: minor | Milestone: unknown
Component: MythTV - Recording | Version: unknown
Severity: medium | Mlocked: 0
--------------------------------+-------------------------------------------
Changes (by robertm):

* component: MythTV - General => MythTV - Recording


--
Ticket URL: <http://svn.mythtv.org/trac/ticket/6719#comment:20>
MythTV <http://www.mythtv.org/>
MythTV
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits


mythtv at cvs

Jun 27, 2010, 5:35 PM

Post #22 of 26 (730 views)
Permalink
Re: Ticket #6719: Add channel change monitoring into the signal monitor [In reply to]

#6719: Add channel change monitoring into the signal monitor
--------------------------------+-------------------------------------------
Reporter: jppoet@… | Owner: danielk
Type: patch | Status: assigned
Priority: minor | Milestone: unknown
Component: MythTV - Recording | Version: unknown
Severity: medium | Mlocked: 0
--------------------------------+-------------------------------------------

Comment(by bhuffman@…):

Have some failed hunks in rev 25179:
<snip>
Hunk #8 FAILED at 322.
1 out of 10 hunks FAILED -- saving rejects to file
libs/libmythtv/signalmonitor.cpp.rej
<snip>
patching file libs/libmythtv/tv_rec.cpp
<snip>
Hunk #2 FAILED at 404.
<snip>
Hunk #5 FAILED at 576.
<snip>
Hunk #14 FAILED at 2520.
<snip>
3 out of 19 hunks FAILED -- saving rejects to file
libs/libmythtv/tv_rec.cpp.rej

--
Ticket URL: <http://svn.mythtv.org/trac/ticket/6719#comment:21>
MythTV <http://www.mythtv.org/>
MythTV
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits


mythtv at cvs

Jul 25, 2010, 6:09 PM

Post #23 of 26 (683 views)
Permalink
Re: Ticket #6719: Add channel change monitoring into the signal monitor [In reply to]

#6719: Add channel change monitoring into the signal monitor
--------------------------------+-------------------------------------------
Reporter: jppoet@… | Owner: danielk
Type: patch | Status: assigned
Priority: minor | Milestone: unknown
Component: MythTV - Recording | Version: unknown
Severity: medium | Mlocked: 0
--------------------------------+-------------------------------------------

Comment(by jpoet):

Updated patch which fixes problem with multirec and dvb.

I big thank you to Mark Goldberg for his help in tracking down the problem
and figuring out how to reproduce it.

--
Ticket URL: <http://svn.mythtv.org/trac/ticket/6719#comment:22>
MythTV <http://www.mythtv.org/>
MythTV
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits


mythtv at cvs

Aug 2, 2010, 4:23 PM

Post #24 of 26 (653 views)
Permalink
Re: Ticket #6719: Add channel change monitoring into the signal monitor [In reply to]

#6719: Add channel change monitoring into the signal monitor
--------------------------------+-------------------------------------------
Reporter: jppoet@… | Owner: danielk
Type: patch | Status: assigned
Priority: minor | Milestone: unknown
Component: MythTV - Recording | Version: unknown
Severity: medium | Mlocked: 0
--------------------------------+-------------------------------------------

Comment(by jpoet):

(In [25543]) Make the actual process of changing the channel part of the
signal
monitor. Refs #6719

For LiveTV this allows feedback to be given to the user, instead of
leaving
them in limbo until the channel change is complete. Also allows for
situations where channel changes can take a very long time (e.g. using IR
blaster).

This does require the channel change process to be moved into it's own
thread, and is therefore a somewhat major change.

--
Ticket URL: <http://svn.mythtv.org/trac/ticket/6719#comment:23>
MythTV <http://www.mythtv.org/>
MythTV
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits


mythtv at cvs

Aug 12, 2010, 7:36 AM

Post #25 of 26 (623 views)
Permalink
Re: Ticket #6719: Add channel change monitoring into the signal monitor [In reply to]

#6719: Add channel change monitoring into the signal monitor
-------------------------------------------+--------------------------------
Reporter: jppoet@… | Owner: jpoet
Type: patch | Status: assigned
Priority: minor | Milestone: unknown
Component: MythTV - Recording | Version: unknown
Severity: medium | Resolution:
Keywords: channel change signal monitor | Ticket locked: 0
-------------------------------------------+--------------------------------
Changes (by danielk):

* owner: danielk => jpoet


--
Ticket URL: <http://svn.mythtv.org/trac/ticket/6719#comment:24>
MythTV <http://www.mythtv.org/>
MythTV
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits

First page Previous page 1 2 Next page Last page  View All MythTV commits RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.