What is being used instead of MDAPI with nPVR as it doesn't work without stutters for myself with either a HVR4000 or a HVR4400 Satellite Sky TV yet I still get 100% perfect MDAPI/Acamd with GBPVR? Acamd shows no errors and .250ms card reading.
Also the .TS player is still rubbish compared to the GBPVR one, I can pause and play with skip etc flawless with GBPVR yet nPVR is rubbish and requires skip-backs to restart playback and sometimes even a stop and resume. I had 3 crashes with nPVR even trying to pay a recorded 60 min .TS freeview file! Nothing in logs either.
specs are Vista SP2 , ATI 5770, coe2Duo@2800, 3 gig ram
I don't want to sound negative as GBPVR was and still is perfect for myself but I wait with every release of nPVR hoping for fixes yet I see no improvement since day one for these 2 problems.
For several months I have had an occasional problem on my NPVR client when I play a recording there is no sound or video. Usually if I quit and immediately select âPlayâ or âResumeâ then the recording plays ok. However recently possibly since I upgraded the hardware and changed to Vista the problem is getting worse. I am using EVR with Cyberlink decoders and only have MPEG1 audio and MPEG2 Video enabled. Can anyone see any clues in the enclosed log? The first attempt at playback was at 09:06:23 but the screen remained blank and no sound until I quit at 09:06:56. Second attempt at 09:07:06 was the same quitting at 09:07:23
I tried changing the decoders to ffdshow from CCCP but get sound but no video. I have now tried using âMPC-MPEG2 video decoderâ and âMPEG audio decoderâ and they seem to work more often than the Cyberlink, about 2/3 of the time.
I can no get a picture to show on any channels at all, all i get is a black screen with sound also if i minimize it then maximize it shows the menu still with a black square in the middle ?
It was reported by RedDwarf that mouse navigation using the timeline wasn't working for BRVE+ & as trying to do mouse skipping using the timeline doesn't work at all for me even using the Default skin it is really hard for me to test this out......
This is what I currently have in the Video.xml skin in the Players directory
Hello again everyone. Here's the second question. I've got an Antec fusion w/remote case. Both the VFD and IR remote work under linux and I would like to continue using it with NPVR. I've read a few posts but they only reference the VFD. Has anyone got the IR remote working? If so can you point me to a post on it that might help?
I'm asking all these questions up front as the new season starts soon and if I can't get this running this weekend I may be hooped. It needs to pass the wife factor first.
I think after this I just need to find some docs on importing xml recordings so I can transfer my Myth recordings over.
Does anyone in the San Francisco area know where my sister in law could get an unlocked iphone 4 or samsung galaxy s2 for the same low price as they were in the New York $399 ???
Hello everyone. I've been a long time user of MythTV but in the past year I've run in to problems. I used to use a PVR-250 and PVR-150 and they worked great under linux. I've upgraded to get OTA HD so bought a HVR-1600. Just this week I decided that I needed more recording capabilities so I got a HVR-1250. Problem is with the 1250 in the same machine (I only have one) the analog portion of the 1600 quits working (won't record sound).
So I'm thinking of dropping Linux. I came across this app for windows from schedules direct. Before I completely blow away my mythtv I would like to know if switching will solve my problem. Does any one here run these two cards together? What about a 1600 and a hvr-950q? Basically I need an analog for only a couple of cable channels that some shows are on and the rest of what I record is OTA. Some nights I will have all three (1 analog and 2 digitals) recording all at the same time.
Thanks for you help. It looks like a really nice program.
I finally bit the bullet & for a birthday pressie for the Boss purchased a secondhand 23" WS LCD to replace that stupid old 14" SD TV in the bedroom.
In the specs it is capable of 1080i but it only has scart, compisite & an svideo connections & a DVI connector. When stetting up the NMT the only selection under compisite is NTSC or PAL but when selecting PAL it then uses the index_sd.htm (as I would expect) & selects 800x600 as it's mode so all the menus & photos are squashed & stretched (when she saw a picture of herself the comment was "I am not a short or fat as that"), when I tried to force 720(50) the TV did display a message saying "Widescreen" (which was promising) but it didn't display the pvr menu. I am not sure what is the recommended way to setup this type of TV with the NMT? I was also wondering if I got a hdmi to dvi connector if firstly that would work & secondly as the Boss uses the TV sleep off function every night this will cause it problems using hdmi.
May I apologise in advance if I am being dense,I have used GBPVR on Windows XP with a Hauppauge Nova T card for a while with no problems at all,unfortunately the UK's
freeview retune is not allowing me to find the BBC channels,I decided to try NPVR,it seems to work fine and has picked up all the channels,but I can't seem to find out how to record MPEG as I did with GBPVR,rather than TS files,can anyone please help,
thanks
Hello, I'm running NPVR on Win 7. I have never used the web admin with NPVR, although I've been using NPVR for a long time. I enabled it in the previous version of NPVR, gave myself a user/pass, but am receiving the following error. A saw a similar thread, not quite the same error.
I let it be and installed 2.2.6 and still the error remains. I downloaded it from the wiki and replaced the contents of the web directory with the download. Still the same. Any ideas?
Code:
Server Error in '/' Application.
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>