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 … 1029 1030 1031 1032 1033 … 1231 Next »
Unable to record or timeshift with PVR500MCE

 
  • 0 Vote(s) - 0 Average
Unable to record or timeshift with PVR500MCE
kieron
Offline

Junior Member

Posts: 3
Threads: 1
Joined: Jun 2005
#1
2005-06-07, 06:17 AM
Hi,

I'm running a Hauppauge WinTV PVR500MCE with GBPVR. After fighting with MythTV on Linux for a while, the swap to GBPVR was relatively painless Smile

Except that I'm unable to timeshift or record TV; LiveTV works fine, but when clicking on the pause button on the Live TV screen, I get the 'Switching to timeshift mode, Please wait' message and then I'm bounced back to the main menu. I'm assuming this isn't the intended behaviour! Likewise, when I try to record a show, either using quickrecord, or scheduled recording, I get no errors, the app believes its recording, but no files are created in the recordings directory.

I've dug around the log files a bit, this is the contents of the gbpvrrecordingservice.exe-native.log file:

18:01:19.921 INFO Log started
18:01:19.921 VERBOSE ConexantRecorder::StartRecording(2, 64, 7, 1)
18:01:19.921 VERBOSE Capture Device is based on BlackBird architecture
18:01:19.921 VERBOSE Capture Device is using Conexant (derived) drivers
18:01:19.921 VERBOSE Loading filter names
18:01:19.921 VERBOSE Found names:
18:01:19.921 VERBOSE Hauppauge WinTV PVR PCI II Crossbar
18:01:19.921 VERBOSE Hauppauge WinTV PVR PCI II Capture
18:01:19.921 VERBOSE Hauppauge WinTV PVR PCI II TvTuner
18:01:19.921 VERBOSE Hauppauge WinTV PVR PCI II TvAudio
18:01:19.953 VERBOSE ConnectPins: 'Analog Audio' to 'TVAudio In'
18:01:20.046 VERBOSE ConnectPins: 'Audio Decoder Out' to 'Analog Audio In'
18:01:20.046 VERBOSE Looking for encoder filter
18:01:20.046 VERBOSE - Hauppauge WinTV PVR PCI II Encoder
18:01:20.062 VERBOSE ConnectPins: '656' to '656'
18:01:21.125 VERBOSE ConnectPins failed!
18:01:21.156 VERBOSE put_Mode(AMTUNER_MODE_TV)
18:01:21.156 VERBOSE put_CountryCode(64)
18:01:21.156 VERBOSE put_TuningSpace(64)
18:01:21.156 VERBOSE put_InputType(0, 1)
18:01:21.156 VERBOSE put_ConnectInput(0)
18:01:21.156 VERBOSE put_Channel(7, AMTUNER_SUBCHAN_DEFAULT, AMTUNER_SUBCHAN_DEFAULT)
18:01:21.328 VERBOSE get_VideoFrequency() returns 196250000
18:01:21.328 VERBOSE get_CountryCode() returns 64
18:01:21.328 VERBOSE About to query available formats
18:01:21.328 VERBOSE ConexantRecorder::SetConfigurationECP()
18:01:21.328 INFO Firmware Version 2.5.32

Audio Firmware Version <<can't read now>>

Model 23559 Rev D591
Serial No: 7787580
Tuner[1]: Model 91 (Philips FQ1216AME_MK4)
Decoder: 30
AudioIC: 37

Input Map: C= 0x000f, S= 0x0003

18:01:21.359 VERBOSE FindFilterByName failed to locate filter: GB-PVR WST SRT Analog
18:01:21.359 ERROR failed to start Conexant Graph
18:01:21.406 VERBOSE ERROR_DEVICE_NOT_CONNECTED
18:01:21.406 VERBOSE getSetting(ListGraphFilters)
18:01:21.421 VERBOSE Graph contains the following filters:
18:01:21.421 VERBOSE - GB-PVR Writer
18:01:21.421 VERBOSE - Capture
18:01:21.421 VERBOSE - Encoder
18:01:21.421 VERBOSE - Hauppauge WinTV PVR PCI II Crossbar
18:01:21.421 VERBOSE - TV Audio
18:01:21.421 VERBOSE - TV Tuner
18:01:21.421 VERBOSE getSetting(SaveGraphFiles)
18:01:21.421 VERBOSE ConexantRecorder::StartRecording() done
18:01:21.984 VERBOSE ConexantRecorder::StopRecording()

Comparing with the gbpvr.exe-native.log file, the following lines that appear when recording that don't appear when watching live are:

18:01:20.046 VERBOSE Looking for encoder filter
18:01:20.046 VERBOSE - Hauppauge WinTV PVR PCI II Encoder
18:01:20.062 VERBOSE ConnectPins: '656' to '656'
18:01:21.125 VERBOSE ConnectPins failed!

Which I'm guessing is the point when the mpeg encoder is connected into the DirectShow filter graph...and further on:

18:01:21.359 VERBOSE FindFilterByName failed to locate filter: GB-PVR WST SRT Analog
18:01:21.359 ERROR failed to start Conexant Graph
18:01:21.406 VERBOSE ERROR_DEVICE_NOT_CONNECTED

All suggestions, help, assistance etc kindly appreciated.

Cheers,
Kieron.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,823
Threads: 769
Joined: Nov 2003
#2
2005-06-07, 07:07 AM
Quote:Comparing with the gbpvr.exe-native.log file, the following lines that appear when recording that don't appear when watching live are:

18:01:20.046 VERBOSE Looking for encoder filter
18:01:20.046 VERBOSE - Hauppauge WinTV PVR PCI II Encoder
18:01:20.062 VERBOSE ConnectPins: '656' to '656'
18:01:21.125 VERBOSE ConnectPins failed!

Which I'm guessing is the point when the mpeg encoder is connected into the DirectShow filter graph...and further on:

18:01:21.359 VERBOSE FindFilterByName failed to locate filter: GB-PVR WST SRT Analog
Neither of those are a problem, and are expected with the PVR500

Quote:18:01:21.359 ERROR failed to start Conexant Graph
18:01:21.406 VERBOSE ERROR_DEVICE_NOT_CONNECTED
Yep, thats your problem, but I'm not sure why you'd be getting it though. Device isnt already in use? Not running on Windows MCE?

You should have set up two capture sources for the PVR500. One using device #1, one using device #2.
kieron
Offline

Junior Member

Posts: 3
Threads: 1
Joined: Jun 2005
#3
2005-06-07, 09:11 AM
sub Wrote:Yep, thats your problem, but I'm not sure why you'd be getting it though. Device isnt already in use? Not running on Windows MCE?

Nope, definitely not in use, and running XP Pro SP 2, all patches etc installed.

sub Wrote:You should have set up two capture sources for the PVR500. One using device #1, one using device #2.

Yep done that...I'm beginning to think its either a driver problem or hardware fault - just tried using the (primitive) software that came with the card and couldn't get it to do mpeg encoding either.
Jacob
Offline

Junior Member

Posts: 3
Threads: 0
Joined: Jun 2005
#4
2005-06-07, 01:48 PM
I have the exact same problem you describe in detail. I'm unable to record and when I pause Live TV it bounces me back to the main menu after the message you described is displayed. I also have a Hauppauge PVR500MCE TV card with Windows Media Center 2005 running GB-PVR. There does not appear to be any conflicts with Media Center.
I can pause Live TV in Media Portal and Windows Media Center 2005. GB-PVR creates a directory for the scheduled recording but when the recording is supposed to be done the directory is empty.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Not able to record to network mapped drive qiuqiu 14 18,193 2016-01-25, 05:47 AM
Last Post: trevisthomas
  Unable to get Sony MPeg2 card to work... AssarGabrielson 43 18,452 2011-03-17, 11:09 PM
Last Post: Snooze
  How to record a program while sleeping broadband412 2 2,235 2011-01-10, 11:13 PM
Last Post: broadband412
  First Recording of the night Fails to record sound and picture kirschey 0 1,522 2010-11-05, 12:45 AM
Last Post: kirschey
  Can I record two channels with a Hauppauge HVR-3000 DVB-T (FreeView UK)? philcooling 1 1,842 2010-11-02, 06:15 PM
Last Post: sub
  GB-PVR Won't Record ! jwelters 3 2,988 2010-10-28, 08:12 PM
Last Post: jwelters
  Analog HD Recording Plugin To Record 16:9 Widescreen BTJustice 18 6,635 2010-09-12, 05:14 AM
Last Post: johnsonx42
  Unable to process .ts files for recording on DVD Trevor_de_S 1 1,604 2010-08-18, 10:50 PM
Last Post: sub
  Unable to Get Any Signal jabronidan 1 1,583 2010-08-16, 01:22 AM
Last Post: jabronidan
  How to watch and record at the same time on a Compro E900F? Croftie 3 2,187 2010-07-23, 03:31 PM
Last Post: Croftie

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

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

Linear Mode
Threaded Mode