NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) GB-PVR Support (legacy) v
« Previous 1 … 344 345 346 347 348 … 1231 Next »
v1.2.9: PVR150 recording not changing channel

 
  • 0 Vote(s) - 0 Average
v1.2.9: PVR150 recording not changing channel
dturland
Offline

Junior Member

Posts: 21
Threads: 4
Joined: Oct 2006
#1
2008-03-28, 09:55 PM (This post was last modified: 2008-05-10, 10:16 PM by dturland.)
Symptons:
Channel selection from TV guide works fine with the channel changer (usbuirt) run correctly; pvrx2.exe.log @ 2008-03-28 19:15:21.750 & 2008-03-28 19:15:54.031

However, when recording from the tv guide, or a scheduled recording, although the channel changer is called according to the logs, the usbuirt does not 'flicker' and the 'current' (i.e. more than likely wrong) channel is recorded; GBPVRRecordingService.exe-native.log @ 2008-03-28 19:10:44.343

Could it be that some compute-intensive record start operation is running concurrently with the channel changer call?
There seems to be 'less' happening, err 'less' happening which is logged, immediately after the channel change call in pvrx2.exe.log as opposed to the recording channel change in GBPVRRecordingService.exe-native.log.

Note that I am using a custom channel changer but the usbuirt still fails to flicker using the standard hipsend and 400 mS between characters ( {channel} 400 4 )

There are several verbose errors ( :-) ) in the GBPVRRecordingService.exe-native.log around the time of the recording but these seem to have been discounted in previous posts http://forums.nextpvr.com/showthread.php?t=34231

The other card, a Nova T-500, works fine in all respects but obv this does not require the channel changer.

First upgrade to 1.2.9 was over 1.1.5 . Second attempt was an uninstall and a fresh install to an empty gbvr directory; same difference.

All the above work(s|ed) fine in 1.1.5

Tips, howls of derisive laughter, requests for further info welcome. I can always revert to 1.1.5 but would miss the 1.2.9 shiny goodness.


Oh, great product btw, but I guess we already know that ;-)


David
1.2.13, XP SP3, C2Duo E6550,2GB, 2600XT, 500GB + 750GB raid 1, 2 * MVP (wired)
Nova-T 500 ; PVR150 << Manhattan st550 << 90cm motorised dish
USB-UIRT + HIP + custom 'HipSend' to change channels and coordinate dish
sub
Online

Administrator

NextPVR HQ, New Zealand
Posts: 106,713
Threads: 767
Joined: Nov 2003
#2
2008-03-28, 11:58 PM
An important thing to note about HIPSend is that it passes information to HIP via the clipboard. This probably work work unless you set the recording service to 'allow service to interact with desktop'.
dturland
Offline

Junior Member

Posts: 21
Threads: 4
Joined: Oct 2006
#3
2008-03-29, 01:08 AM (This post was last modified: 2008-03-29, 01:14 AM by dturland.)
Oops; checked my Hip configuration and in
File| Preferences |Alternate Input
I had set Command execution to Send Command to last selected application when it should be (as mentioned in the gbpvr wiki; oh the shame...) 'unique keys'

All better now, quite why it worked _forever_ before we'll never know.

Interesting; _the_ hipsend was never suitable for my application and I based my custom 'ahipsend' on the "HIP ATI Interface C Source" hosted on the Hip website
http://www.byremote.com.au/downloads/def...IP%20EXTRA
(excuse the deep link)

Essentially:

...
hHIP = FindWindow("TFormHipMain", NULL);
for (...){
[INDENT] PostMessage(hHIP,HOOK_IRGETMSG,fooey + HIP_START_OFFSET, 0);
Sleep(...); [/INDENT] }
...

It would be trivial to recreate the functionality of hipsend with this and there would be no need for service interraction with desktop.

Thanks for the sub_liminal :eek: suggestion to check on Hip

David



1.2.13, XP SP3, C2Duo E6550,2GB, 2600XT, 500GB + 750GB raid 1, 2 * MVP (wired)
Nova-T 500 ; PVR150 << Manhattan st550 << 90cm motorised dish
USB-UIRT + HIP + custom 'HipSend' to change channels and coordinate dish
sub
Online

Administrator

NextPVR HQ, New Zealand
Posts: 106,713
Threads: 767
Joined: Nov 2003
#4
2008-03-29, 01:12 AM
dturland Wrote:Essentially:

...hHIP = FindWindow("TFormHipMain", NULL);
for (...){

[INDENT]PostMessage(hHIP,HOOK_IRGETMSG,fooey + HIP_START_OFFSET, 0); Sleep(...); [/INDENT]}
...

It would be trivial to recreate the functionality of hipsend with this and there would be no need for service interraction with desktop.
This wouldnt work without 'allow service to interact with desktop' since the FindWindow() API will fail to find the window unless its in the same desktop session.
dturland
Offline

Junior Member

Posts: 21
Threads: 4
Joined: Oct 2006
#5
2008-03-29, 12:29 PM
Quote:This wouldnt work without 'allow service to interact with desktop' since the FindWindow() API will fail to find the window unless its in the same desktop session.
Thanks for that. It explains why it works for me without allowing the interract with desktop. The machine is dedicated to gbpvr, hence no user switching (I presume that's what you mean by same desktop session?)


David
1.2.13, XP SP3, C2Duo E6550,2GB, 2600XT, 500GB + 750GB raid 1, 2 * MVP (wired)
Nova-T 500 ; PVR150 << Manhattan st550 << 90cm motorised dish
USB-UIRT + HIP + custom 'HipSend' to change channels and coordinate dish
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  USA Cable Discovery Channel problems with Schedules Direct ram4x4nut 0 3,961 2013-02-21, 05:08 AM
Last Post: ram4x4nut
  The end of my PVR500 and PVR150 replaytv 6 6,184 2012-12-13, 01:13 AM
Last Post: ga_mueller
  Audio buzzing second time recording launched. dennit 2 4,534 2012-12-09, 11:28 PM
Last Post: dennit
  Inhibit Computer Shutdown While Recording rwnz 52 30,183 2012-04-03, 11:40 AM
Last Post: pBS
  Channel 4 HD new tuning string Pob 0 2,612 2012-03-29, 08:59 PM
Last Post: Pob
  Composite Channel not being tuned properly seymoria 14 6,859 2012-01-24, 01:56 PM
Last Post: seymoria
  Need help remapping Channel guide and actual channels divinehammer 3 3,770 2012-01-20, 10:43 AM
Last Post: kayleigh
  Composite channel configuration problem. seymoria 6 4,578 2012-01-15, 10:15 PM
Last Post: seymoria
  Start PC for recording, Sleep/Hibernate when done Basher52 6 4,959 2011-12-17, 02:52 PM
Last Post: Sykor
  Live TV Locks Onto Different Channel persim 1 2,310 2011-10-24, 06:33 PM
Last Post: sub

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode