NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Hardware v
« Previous 1 … 93 94 95 96 97 … 263 Next »
WDM Recorder using Software Compression

 
  • 0 Vote(s) - 0 Average
WDM Recorder using Software Compression
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#1,151
2007-03-11, 03:57 PM
normanr Wrote:Yes, sub needs to fix the plugin loading code, and then you should see another capture source without the bracketed comment. This doesn't reduce any functionaly, it's just a warning that it's in a sort of "compatibility" mode to deal with the plugin loading code.
Hi norman, good to see back. I'm not aware of aware of a plugin loading issue (or at least cant remember it). What do you mean exactly?
arnim
Offline

Junior Member

Posts: 25
Threads: 5
Joined: Mar 2007
#1,152
2007-03-11, 06:05 PM
normanr Wrote:Don't forget to choose which quality profile you're changing before clicking the 'Edit' button to open the Quality Profile Window. You probably want to edit the LiveTVPreview setting.

Worked like a charm... quality looks much better now.

I'm onto my next set of hurdles now:
1.Timeshift and recording were both getting that error "Object reference not set to an instance of object". It went away after I tweaked some audio input settings and encoders, ec... hopefully I won't break it again.

2.Live TV has some sort of interlacing/deinterlacing problem that I haven't figured out yet. Any thoughts on that anyone?

I'm very excited to see you back in action here, Norman. I was starting to think I'd have to return my card and buy a Hauppage... which wouldn't make sense for me since my machine is pretty fast and the processor is fully capable of rendering the video to mpeg2.

Once I get my card working I'll offer up my time to compile a FAQ for the plugin to hopefully free you up for bigger things. I read pretty much all of the 100 pages of posts and a lot of people are running into the same things.

I'm so impressed with gbpvr and this softwareRecorder plugin is amazing. Great work Sub and Norman, let me know if there is anything I can contribute to this project.
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#1,153
2007-03-11, 08:34 PM
sub Wrote:Hi norman, good to see back. I'm not aware of aware of a plugin loading issue (or at least cant remember it). What do you mean exactly?
Err, the old one with IRecordingSource and IRecordingSourceConfiguration have to be defined on the same class at the same time, otherwise the plugin loading code won't pick up the class correctly. If you pick up a copy of the WDM Recorder plugin and install it, you'll see that gb-pvr config only lists one copy of the plugin (the compatability shim). If you look using RecorderTest, you'll find there are two (the real one, and the shim).

I think you tried to fix this one before, but it broke the recorder plugin loading entirely, so you backed the change out. The WDM plugin should work for any card with WDM drivers, so most of the card you're testing with should work (if the drivers are WDM happy).

arnim Wrote:1.Timeshift and recording were both getting that error "Object reference not set to an instance of object". It went away after I tweaked some audio input settings and encoders, ec... hopefully I won't break it again.
mmm, clearly not configured correctly, glad you got it working.
arnim Wrote:2.Live TV has some sort of interlacing/deinterlacing problem that I haven't figured out yet. Any thoughts on that anyone?
I think I have the same issue, maybe DScaler would help?
arnim Wrote:I'm very excited to see you back in action here, Norman.
well, not really back-in-action. I need to upgrade my GB-PVR (still on 0.97.9) before I can do any bug fixes. Basically I was spening more time on support, than coding - which was taking it's toll.
arnim Wrote:Once I get my card working I'll offer up my time to compile a FAQ for the plugin to hopefully free you up for bigger things. I read pretty much all of the 100 pages of posts and a lot of people are running into the same things.
cool, the Wiki page was meant to be a FAQ, but it hasn't been maintained properly. Feel free to contribute your FAQ on the Wiki, or you can host it wherever you like and link to it from the Wiki.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#1,154
2007-03-11, 09:38 PM
normanr Wrote:Err, the old one with IRecordingSource and IRecordingSourceConfiguration have to be defined on the same class at the same time, otherwise the plugin loading code won't pick up the class correctly. If you pick up a copy of the WDM Recorder plugin and install it, you'll see that gb-pvr config only lists one copy of the plugin (the compatability shim). If you look using RecorderTest, you'll find there are two (the real one, and the shim).

I think you tried to fix this one before, but it broke the recorder plugin loading entirely, so you backed the change out. The WDM plugin should work for any card with WDM drivers, so most of the card you're testing with should work (if the drivers are WDM happy).
You'll have to remind me why you needed this change. I cant remember the reason why you wanted this.

Cant you just implement IRecordingSource and IRecordingSourceConfiguration on the same class to fit in with all the existing recording plugins? Its been this way for historic reason for about three years now.
David
Offline

Senior Member

Posts: 435
Threads: 18
Joined: Oct 2005
#1,155
2007-03-12, 01:21 AM
sub Wrote:You'll have to remind me why you needed this change. I cant remember the reason why you wanted this.

Cant you just implement IRecordingSource and IRecordingSourceConfiguration on the same class to fit in with all the existing recording plugins? Its been this way for historic reason for about three years now.

As I recall Sub, you actually added the requested fix and it broke the plug-in entirely, so you had to back it out to make everyone happy again.
David

PVR PC: Win2K3, Athlon x2 64 4600+, 1280MB Ram, 40+400 GB HD's, Gigabyte Network
PVR-250, ATSC-110 digital x2, GBPVR v1.3.7 w/SQLite DB
Extras: Addepisode 41, Comskip 79.46, EWA 76, Zaptools

DSM-520 (D-Link Media Lounge) FW 1.04 using TVersity Media Server 0.9.11.4
DSM-320 (D-Link Media Lounge) FW 1.09
MediaMVP

More specs
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#1,156
2007-03-12, 01:27 AM
David Wrote:As I recall Sub, you actually added the requested fix and it broke the plug-in entirely, so you had to back it out to make everyone happy again.
Yeah, I vaguely remember that occurring, but not the reason for it. From memory, norman was going to update his plugin to use this change, but it unexpectedly broke other recording plugins (DBox recorder, SS Recorder etc), which was the reason it was put back as it was.

This plugin had worked in prior to that requested change, so I'm sure it could continue to function after the change was not made. I'm fairly sure this requested change was just one of norman's "nice to have" requests, allowing him to structure his code in a way he was happier with, but not essential to be able to function.

All the other recordings plugins, including my built-in ones, live within this limitation, so I'm sure this plugin can aswell. I'm not keen to risk breaking support for these other plugins again.
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#1,157
2007-03-12, 07:48 AM
sub Wrote:You'll have to remind me why you needed this change. I cant remember the reason why you wanted this.

Cant you just implement IRecordingSource and IRecordingSourceConfiguration on the same class to fit in with all the existing recording plugins? Its been this way for historic reason for about three years now.
I could implement both interfaces on the one class (that's exactly what the shim does), but it lowers the coupling to have the config and the code in two seperate classes. Also if I remember correctly it's only the plugin detection that the code needs to change to detect the IRecordingSourceConfiguration interface instead of the (badly named) IRecordingSource class (it should be RecordingSourceBase or something).

Detecting the interface instead of the class doesn't require changes to existing code, it'll just remove the requirement that the class needs to implement both.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#1,158
2007-03-12, 03:53 PM
normanr Wrote:I could implement both interfaces on the one class (that's exactly what the shim does), but it lowers the coupling to have the config and the code in two seperate classes. Also if I remember correctly it's only the plugin detection that the code needs to change to detect the IRecordingSourceConfiguration interface instead of the (badly named) IRecordingSource class (it should be RecordingSourceBase or something).

Detecting the interface instead of the class doesn't require changes to existing code, it'll just remove the requirement that the class needs to implement both.
I'll take a look again for the next release.
haarvik
Offline

Junior Member

Posts: 33
Threads: 6
Joined: Mar 2006
#1,159
2007-03-12, 07:43 PM
Ok, I got my V-Stream card to work...woot! Only problem I have now is no live TV on my MediaMVP. It says no tuner available on the screen. What's the trick to getting this to work? Has anyone else had this issue?
Dev - Dual 2.6Ghz Xeon, 1GB 266Mhz ram, nVidia Quadro FX1000, 1/2 TB HD
Prod. - KT400 Dragon Ultra, Promis RAID Controller, AMD 2800+, nVidia FX5200 256mb, 1GB 333Mhz ram, 160Gb HD, V-Stream PVR-Plus BT878
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#1,160
2007-03-14, 08:48 PM
normanr Wrote:I could implement both interfaces on the one class (that's exactly what the shim does), but it lowers the coupling to have the config and the code in two seperate classes. Also if I remember correctly it's only the plugin detection that the code needs to change to detect the IRecordingSourceConfiguration interface instead of the (badly named) IRecordingSource class (it should be RecordingSourceBase or something).

Detecting the interface instead of the class doesn't require changes to existing code, it'll just remove the requirement that the class needs to implement both.
When you get a chance, you can try the attached patch for v0.99.12?
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (121): « Previous 1 … 114 115 116 117 118 … 121 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Anyone got suggestions on TV tuner software? bakelmion 1 1,734 2021-10-19, 01:54 PM
Last Post: mvallevand
  HDHR Dual software settings? bisonfan 5 4,089 2015-09-18, 04:59 PM
Last Post: bisonfan
  looking 4 USB-capture software josee 4 5,002 2012-10-18, 04:43 PM
Last Post: johnsonx42
  MCE Remote WITHOUT ANY SOFTWARE! pBS 61 61,811 2012-09-13, 03:38 AM
Last Post: Wakalaka
  AMD Applies Final Coat of Polish to Catalyst 12.2 Software Suite OTAjunkie 5 3,028 2012-03-15, 07:27 AM
Last Post: b00sfuk
  Hauppauge WinTV HVR-1600 Hybrid Capture Card Software meccano 1 2,815 2011-08-14, 07:33 AM
Last Post: Reddwarf
  MCE remote and Hauppauge software Snooze 5 3,132 2011-04-06, 08:59 AM
Last Post: Sykor
  DVB-S card Software vs Hardware decoders #66 2 3,187 2010-12-20, 08:23 AM
Last Post: #66
  kwolrd 7135, or Phillips 7135 too old to be show on this software? pacoalcido 2 1,667 2010-06-09, 11:40 AM
Last Post: Reddwarf
  USB dual tuner w/hardware compression-39$US - Fry's pBS 6 2,877 2010-04-02, 06:25 PM
Last Post: ATHiker

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

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

Linear Mode
Threaded Mode