NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Hardware v
« Previous 1 … 12 13 14 15 16 … 263 Next »
Analog recordings not working when PC has more than 4gb RAM(ATI Theater Pro 650 PCIe)

 
  • 0 Vote(s) - 0 Average
Analog recordings not working when PC has more than 4gb RAM(ATI Theater Pro 650 PCIe)
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#21
2015-09-07, 07:48 AM
-stattik- Wrote:<Device filter="ATI AVStream Analog Capture">
<Name>ATI 550 Pro</Name>
<Type>HARD_ENCODE</Type>
<FilterEncoder>ATI AVStream Analog Capture</FilterEncoder>
</Device>

The name is ATI 550 Pro while I've got a 650 Pro, but that shouldn't make a different, right? The "ATI AVStream Analog Capture" is the correct device filter name.
The <Name> field is not used by the program at all; I think sub said he originally planned to use it for something, but never did. Now it's just used for whatever descriptive name the user creating the entry cares to put there.
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#22
2015-09-07, 07:52 AM
That analogdevices.xml entry doesn't read right to me though, and that's why the hardware encoder won't hook up. It should be:
Code:
    <Device filter="ATI AVStream Analog Capture">
        <Name>ATI 550 Pro</Name>
        <Type>HARD_ENCODE</Type>
        <FilterEncoder>ATI AVStream MPEG2 Multiplexer</FilterEncoder>
    </Device>
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
-stattik-
Offline

Posting Freak

Posts: 924
Threads: 26
Joined: Mar 2005
#23
2015-09-07, 10:33 PM
johnsonx42 Wrote:That analogdevices.xml entry doesn't read right to me though, and that's why the hardware encoder won't hook up. It should be:
Code:
    <Device filter="ATI AVStream Analog Capture">
        <Name>ATI 550 Pro</Name>
        <Type>HARD_ENCODE</Type>
        <FilterEncoder>ATI AVStream MPEG2 Multiplexer</FilterEncoder>
    </Device>


I updated analogdevices.xml and restarted. Do I need to rediscover and configure my hardware in NPVR?
-stattik-
Offline

Posting Freak

Posts: 924
Threads: 26
Joined: Mar 2005
#24
2015-09-07, 10:35 PM
sub Wrote:I just looked at the logs you posted earlier, and saw about it being unable to find the pin medium for this device, so couldn't find the hardware encoder.

I could probably hard code some logic to force it to find the hardware encoder for this device, but I suspect it's this device is going to be non functional with that extra ram, so it might be worth you trying to confirm the device is functional before I go to that effort. ie, you might need to download Microsoft AmCap, or try the device in GraphEdit. If it functions in either of those, then I'm happy to spend the adding a work around for the detection of the encoder on this device.

Is there an example graph I could use for reference? I'm not sure how start creating it in Graphedit.
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#25
2015-09-07, 10:51 PM
-stattik- Wrote:I updated analogdevices.xml and restarted. Do I need to rediscover and configure my hardware in NPVR?
afaik it should start using the hardware encoder without any further reconfiguration. it probably won't address the 4GB issue though.
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#26
2015-09-07, 10:53 PM
-stattik- Wrote:Is there an example graph I could use for reference? I'm not sure how start creating it in Graphedit.
no point in that until you check whether the new analogdevices.xml entry helps
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
mikeh49
Offline

Posting Freak

Posts: 1,129
Threads: 81
Joined: Apr 2005
#27
2015-09-07, 10:56 PM (This post was last modified: 2015-09-07, 11:00 PM by mikeh49.)
Here's a graph I found from some past experiment.

Also, this card worked for analog back in the gbpvr days. Attached is the direct.ini that contains the settings for it, if that is of any use.

@johnson - the revised analogdevices.xml entry does not help. Nrecord log says it can't find an encoder. And, the encoder section of filtercheck.log is empty. The multiplexer is in the multiplexer section with the name you suggested. This same name is in the wiki example too. I stopped and started the recording service after editing the file. Did not reboot, however.
HTPC: Optiplex 7010, HDHR Prime/Avermedia Duet A188, NPVR 4.2.5, Win10 Pro
Test:
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#28
2015-09-07, 11:40 PM
mikeh49 Wrote:Here's a graph I found from some past experiment.

Also, this card worked for analog back in the gbpvr days. Attached is the direct.ini that contains the settings for it, if that is of any use.

@johnson - the revised analogdevices.xml entry does not help. Nrecord log says it can't find an encoder. And, the encoder section of filtercheck.log is empty. The multiplexer is in the multiplexer section with the name you suggested. This same name is in the wiki example too. I stopped and started the recording service after editing the file. Did not reboot, however.
the analogdevices.xml entry I provided matches the gb-pvr direct.ini entry (NPVR just does most of that using the pin medium instead of having it all spelled out manually). I vaguely remember something from the early days of NPVR about some change to the code required for devices that listed their encoder only as a MULTIPLEXER filter and not as an ENCODER; this also lead to a change in Filtercheck.exe to list the MULTIPLEXER filters as well, as it previously did not.

In any case I'm pretty sure the entry I provided is correct (despite the fact that it still doesn't work); I don't see how the original one could have ever worked, it would have always failed back to the soft encoder.
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#29
2015-09-12, 07:27 AM (This post was last modified: 2015-09-12, 08:06 AM by pBS.)
i get the same behavior, it always falls back to soft encode...i also have that file updated to proper entries..
yes, i'm thinking that the multiplexer category isn't being looked in for encoder, or something of that nature..

about to try the graph to test the 64bit compatibility..

well, graph didn't load much filters for me, so i just cranked up an old gbpvr and made one..Smile
attached is a graph for graphedit, a pic of it opened, and a list of clsid's from a graphstudio dump to xml...

Sub, if you need any other info just let me know...i have it working on old pvrx2 so no problems with 64bit-ness..
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
-stattik-
Offline

Posting Freak

Posts: 924
Threads: 26
Joined: Mar 2005
#30
2015-09-14, 09:39 PM
Attached are are the graphs I built using pBS's graph for reference. I get as far as the demuxer but it doesn't have any output pins. I'm not sure how to test it. Clicking play doesn't really do anything.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (4): « Previous 1 2 3 4 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Digital Devices Cine C2T2 not working Traxx83 61 20,173 2020-12-27, 03:50 PM
Last Post: sub
  Hauppauge WinTV-quadHD PCIe shspvr 109 65,640 2019-08-25, 10:12 PM
Last Post: p37307
  Colossus IR Blaster with Pace PX022ANM Xfinity X1 is working! curleymon 1 4,258 2019-05-23, 05:54 PM
Last Post: KAZUNA
  Analog Tuner Win 10 x64 - Any to sell? and question :) missithang 6 3,878 2017-06-23, 01:00 PM
Last Post: missithang
  Hauppauge HVR-1200 (DVB-T) - stopped working? mattyb 13 7,859 2016-11-15, 09:18 AM
Last Post: mattyb
  PCIe or USB ASTC Tuner? eastavin 3 3,366 2016-11-13, 01:07 AM
Last Post: p37307
  First Aluminum Cylindrical Home Theater PC!!! happykid 24 10,203 2016-03-09, 04:50 PM
Last Post: happykid
  Solved - Recordings failing with new USB tuner (Power Management) tinstaafl 0 1,857 2016-01-14, 08:55 PM
Last Post: tinstaafl
  Avermedia 7231 Analog Capture support rhf1959 9 7,981 2015-11-12, 05:15 PM
Last Post: rhf1959
  Decent NTSC tuner analog card needed -stattik- 3 3,067 2015-07-18, 04:54 PM
Last Post: mvallevand

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

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

Linear Mode
Threaded Mode