NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Portal

Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 20,226
» Latest member: charles@boesel.net
» Forum threads: 65,383
» Forum posts: 602,292

Full Statistics

Online Users
There are currently 1099 online users.
» 0 Member(s) | 1092 Guest(s)
Applebot, Baidu, Bing, DuckDuckGo, Facebook, Google, Yandex

Latest Threads
NPVR Tray stuck showing E...
Forum: Windows
Last Post: mvallevand
4 hours ago
» Replies: 11
» Views: 800
Yauiclient hang when tryi...
Forum: NextPVR Other Clients
Last Post: mvallevand
Yesterday, 07:55 PM
» Replies: 7
» Views: 63
Computer Freeze_ups
Forum: Windows
Last Post: mvallevand
2026-09-17, 12:49 PM
» Replies: 3
» Views: 188
m3u Update 7.0.5
Forum: Windows
Last Post: haysfamily6a
2026-09-13, 09:32 PM
» Replies: 2
» Views: 626
Upcycling a Windows 10 PC...
Forum: Hardware
Last Post: fla
2026-09-13, 04:57 PM
» Replies: 9
» Views: 3,827
NextEnd and NFL Preseason
Forum: Windows
Last Post: Swami
2026-09-13, 04:17 PM
» Replies: 2
» Views: 312
yauiclient crashes eventu...
Forum: NextPVR Other Clients
Last Post: gsmoot
2026-09-13, 02:13 AM
» Replies: 10
» Views: 355
Newer version chopping of...
Forum: Windows
Last Post: mvallevand
2026-09-12, 08:53 AM
» Replies: 1
» Views: 189
Closed captioning in NPVR
Forum: Windows
Last Post: sub
2026-09-10, 06:27 PM
» Replies: 39
» Views: 4,156
unable to use tvhat on ra...
Forum: Linux
Last Post: basaltvest
2026-09-10, 07:22 AM
» Replies: 2
» Views: 594

 
  Logging Error – can not start tray, config, pvrx
Posted by: GibbsA - 2009-01-09, 01:37 AM - Forum: GB-PVR Support (legacy) - Replies (3)

Logging Error – can not start tray, config, pvrx

When trying to start tray, config or pvrx all immediately end with the windows message “the program has encountered a problem … and is being closed … do you want to send a report to Microsoft”

In the logs I find an immediate error “Unhandled exception …. Font …”

While the logs are in the correct place “C:\Program files\Denze\GBPVR\logs”,
It seems that it is looking for fonts at “F:\Windows\Fonts”.

I will not go into the many hours, etc. it took me to figure this out. I reinstalled GBPVR a number of times.

If I mount an empty drive as “F:” create a folder named “Windows” that contain only the folder “Fonts” in which I copy all the fonts –
EVERYTHING works and runs fine.

I can even start pvrx and while it runs go and delete or rename the “F:\Windows\Fonts” folder,
It keeps on running fine. It seems to be looking for the fonts for logging at an incorrect location.

Obviously there is some setting somewhere that is causing this incorrect path.
BUT after many hours of searching, etc .
I have no idea on what setting or where or how to change it or fix this problem.

Any help will greatly appreciated.

Print this item

  Newbie with ZTranscode issues
Posted by: Foamy - 2009-01-09, 12:13 AM - Forum: ZTools and UltraXMLTV - Replies (34)

I just got a MVP to play around with and I read that ZProcess was designed to make things easier. So, I followed the wiki and installed the newest Ztools prerelease version.

After installing it I tried testing it by transcoding the 16-9 Pattern.wmv test file. I'm not having much luck.

If I choose mencoder, it fails with the following on the debug console:

Cannot find codec 'mp2v' in libavcodec...
Couldn't open video filter 'lavc'.
Failed to open the encoder.


If I choose ffmpeg, it fails with the following in transcode.log:

FFmpeg version SVN-r7165, Copyright © 2000-2006 Fabrice Bellard, et al.
configuration: --enable-mp3lame --enable-libnut --enable-libogg --enable-vorbis --enable-faad --enable-faac --enable-libgsm --enable-xvid --enable-x264 --enable-mingw32 --enable-a52 --enable-dts --enable-pp --enable-amr_nb --enable-amr_wb --enable-swscaler --enable-avisynth --enable-gpl --enable-memalign-hack --cpu=i686 --extra-ldflags=-static
libavutil version: 49.1.0
libavcodec version: 51.25.0
libavformat version: 51.6.0
built on Nov 24 2006 18:53:03, gcc: 4.0.3

Seems that stream 1 comes from film source: 1000.00 (1000/1) -> 30.00 (30/1)
Input #0, asf, from 'C:\tmp\testvid\16-9 Pattern.wmv':
Duration: 00:00:30.1, start: 2.000000, bitrate: 221 kb/s
Stream #0.0: Audio: wmav2, 44100 Hz, stereo, 64 kb/s
Stream #0.1: Video: wmv3, yuv420p, 856x480, 30.00 fps®
Unknown codec 'mp2v'


If I choose ffmpeg-alt, it fails with the following in transcode.log:

FFmpeg version SVN-r10534, Copyright © 2000-2007 Fabrice Bellard, et al.
configuration: --cross-compile --target-os=win32 --cross-prefix=mingw32- --disable-shared --prefix=/usr/mingw32 --enable-swscaler --enable-gpl --enable-memalign-hack --enable-libmp3lame --enable-liba52 --disable-ffserver
libavutil version: 49.5.0
libavcodec version: 51.44.0
libavformat version: 51.13.4
built on Sep 20 2007 07:52:50, gcc: 4.1.2 (Gentoo 4.1.2)

Seems stream 1 codec frame rate differs from container frame rate: 1000.00 (1000/1) -> 30.00 (30/1)
Input #0, asf, from 'C:\tmp\testvid\16-9 Pattern.wmv':
Duration: 00:00:30.1, start: 2.000000, bitrate: 221 kb/s
Stream #0.0: Audio: wmav2, 44100 Hz, stereo, 64 kb/s
Stream #0.1: Video: wmv3, yuv420p, 856x480, 704 kb/s, 30.00 fps®
Incorrect frame size


I tried VLC as well. At first, it failed because of a syntax error in the arguments; apparently, vlc:quit is no longer valid (it is now vlc://quit). I installed an older version of VLC (0.8.6i), and finally got a transcoded video file, though distorted.

I'm sure I am doing something wrong, but so far I have not had much luck. Any pointers would be greatly appreciated.

Thanks!

Print this item

  Need advice for new card
Posted by: Reddwarf - 2009-01-08, 11:46 PM - Forum: GB-PVR Support (legacy) - Replies (3)

I'v been looking at the Leadtek WinFast DTV2000 H, does anyone know if this card is supported? Can it be used for reception of cable signals? HDTV? How about pay-tv (with some soft-cam perhaps)? Any other suggestions?

Print this item

  Reception is very bad, choppy with almost no sound
Posted by: mtlitguy - 2009-01-08, 10:47 PM - Forum: GB-PVR Support (legacy) - Replies (15)

I recently installed a HVR-2250 in a new XP computer and watching Live TV is very choppy with almost no sound. When I open WinTV my reception is excellent and smooth - perfect.

I have Videotron Illico plugged right into the card. And in the configuration I have the correct card selected.

Any help is appreciated.

Monty

Print this item

  Gets IP but still unable to detect
Posted by: grahamYSA - 2009-01-08, 10:26 PM - Forum: MVP & NMT - Replies (3)

Hi I have previously installed MVP succesfully but chose to go the way of GB-PVR to have live TV access through MVP. With the initial MVP install start up MVP had a hard time finding my server but on re-searching about 5 times it found the IP and everything ran fine.

I then installed succesfully installed GB-PVR. I then uninstalled the MVP software and checked that the Hauppauge services were deleted. Rebooted everything and my trouble started!

The MVP gives the error message "No streaming server found" I press OK to rescan (it takes around 5 rescans) and the server name, IP and preferred server show on screen. I press OK to accept it saves (takes up to 30 seconds) then shows the "Checking network status" message. Then the error message appears "MVP unable to detect your previously saved ..."

I am running a wired connection of MVP to the router and have tried both wired and wireless connections between the computer (Asus notebook) and the router (Netgear). I have tried with the TrendMicro firewall disabled.

I have atached the relevant PVR and MVP logs.

Hope you can help.

Print this item

  Few questions about GBpvr
Posted by: Dahrl - 2009-01-08, 09:07 PM - Forum: Hardware - Replies (7)

I tried searching the forums and simply can't find this question being fully answered.

1. How many HD PVR(s) will actually work on a single computer with GBPVR?
and has anyone actually got more then one working with it and can you
provide details?

2. How much is supported using a popcorn hour A110? What works what does not? etc.

My personal goal is to try and build something similar to AT&T's Total Home DVR (a.k.a. U-verse)

And I am very ... very tired of waiting for my provider to actually catch up with technology when the products they offer have been replaced with multi room versions YEARS ago Smile

P.S. I am new here...

D

Print this item

  TV guide shows random "no data" message
Posted by: hatterman - 2009-01-08, 08:20 PM - Forum: GB-PVR Support (legacy) - Replies (9)

In the TV guide there are always randomly placed missing entries. i.e. "no data" is displayed. The worst case is film4 and film4 +1, where I can see program details for the next few hours but no further.

When I turn the pc on the next day and navigate the guide to film4, there are the listings for the next few hours but no further.

Film4 is the worst, but other channels do it also.

So clearly the data exists, I have double checked by opening the xmltv file and manually scrolling through and can confirm the info is there.

Can anyone offer any advice on how to begin to attempt to resolve this.

Many thanks.

Chris.

Print this item

  Help with newbie setup, using ati 650 dual tuner card
Posted by: phillyk - 2009-01-08, 06:20 PM - Forum: GB-PVR Support (legacy) - Replies (19)

I am sorry, I've been trying for a week to setup my system with an ATI 650 pci -e card.
I cannot be sure I am doing this correctly, because none of the Wiki's have screen shots of ATI cards & alot of the label's seem to not agree to the option's I find in GBpvr Setup.

Currently, this is how I have my Capture source's configured.
I have 1 labeled ATI1.
The "recording source" is set to "digital recording plugin"
I only have that and
"analog recording plugin" and
"analog HighDef Recording plugin"
Available.

Under settings for that, which calls itself "digital source configuration"
Currently I have a field labeled device type & when I choose "only show detected devices"
It shows ATI 650 pro (ATSC) - Selected
or (DVB-T) or (QAM)

With that set, it shows up in my Capture source list as "BDA Recording plugin"

When I go to GBPVR to test live TV, it seems to go away from the menu for a second & fail back to black.


Things I forgot :
OK w/EPG from Schedules direct. It populates the channels.
Channel check box's don't seem to stay populated & the column's are different depending on whether editing my analog or digital

The tuning checker can scan thru channels.
The web interface seems to not be working.
OS is Vista32 bit...
Drivers downloaded vista 32 & 64bit, XP 32 & 64 bit... not sure what my cards are using. I only see "AVI Unified AVStream Driver" in my device manager. Do not see an ATI tuner card.

Print this item

  How to use with Multiple Lineups and SchedulesDirect?
Posted by: Dakota - 2009-01-08, 05:28 PM - Forum: Channel Logo Tool - Replies (5)

I have two lineups setup in Schedules Direct. One for analog and one for digital. I am trying to setup channel logos. I already had logos setup for my analog channels. I am running XP SP3. The Channel Logo Tool only shows the previously setup analog channels, so there is no way to assign logos to the digital channels. I also get an exception when entering the mapping screen. The popup has a continue option and it seems to work. Is there a way around this. Can I delete my analog tuners and maybe just map the digital tuners and keep the mapping for the analog channels? And then add the analog tuners back. Or do I need to delete the lineup for analog channels in Schedules Direct, map the digital channels, and then add the analog lineup back? The checkbox for SchedulesDirect Detected is checked. Using CLT 3.73.

Print this item

  Picture freezing on 'black' frames with Cyberlink ...
Posted by: Skweek - 2009-01-08, 05:07 PM - Forum: GB-PVR Support (legacy) - No Replies

I just installed PowerDVD (tried 7 & 8) to check out it's de-interlacing capabilties in GBPVR, and indeed it is the best of those I have (Intervideo, nVidia and various others), quite obvious with BBC News 24's ticker.

However, it has a habit of freezing on black or even very dark scenes, while the audio continues - only leaving and returning to the channel will get out of it (I was watching "The Descent" on More 4 last night, so this was about every 5 minutes - gave up and went to another decoder).

Interestingly, a similar thing happens in Hauppauge WinTV using 'overlay', but bringing up any in-picture info (volume etc) gets out of it.

System;

Asus MB / P4 3.4
nVidia 7600GS AGP
Hauppauge Nova-T 90002
M-audio Delta 4/10 Sound card

Print this item

Pages (6435): « Previous 1 … 2574 2575 2576 2577 2578 … 6435 Next »
Jump to page 

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