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 … 607 608 609 610 611 … 1231 Next »
Trouble changing channels coninued

 
  • 0 Vote(s) - 0 Average
Trouble changing channels coninued
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,823
Threads: 769
Joined: Nov 2003
#11
2007-02-06, 10:29 PM
No, that doesnt answer my question.

Every time start watching a channel, a new .mpg file gets created in your live tv buffer directory (c:\ on your machine according to the logs). What you need to do for me is check if that fail gets created when you change channels, and check if it is growing.
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#12
2007-02-06, 11:27 PM
sub,

Here's my logs. SOme errors that do not seem related to this problem ???

6/02/2007 10:35:10 p.m..822 ERROR [16] FATAL UNHANDLED EXCEPTION:: System.Net.Sockets.SocketException: Only one usage of each socket address (protocol/network address/port) is normally permitted

k.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,823
Threads: 769
Joined: Nov 2003
#13
2007-02-06, 11:43 PM
jksmurf Wrote:sub,

Here's my logs. SOme errors that do not seem related to this problem ???

6/02/2007 10:35:10 p.m..822 ERROR [16] FATAL UNHANDLED EXCEPTION:: System.Net.Sockets.SocketException: Only one usage of each socket address (protocol/network address/port) is normally permitted

k.
I dont know if it'd be related to your MVP problem or not, maybe.

Basically the error is saying that the recording service is trying to listen on a port thats already in use somewhere else on your system. There could be a few possible explanations for this - maybe there is some other software listening on the same port, or maybe a previously run instance of the recording service has locked the port and not released it when exited, or a software firewall is holding the port open from a previous use, or you're trying to run two instances of the recording service at the same time (check for two instances in the task list).
jackk
Offline

Member

Posts: 79
Threads: 18
Joined: Jan 2007
#14
2007-02-07, 12:02 AM
For some reason, I am getting a file for every play. Every time that there is a video on the screen, and I change to another channel, I get a file generated for the previous play with the number of bytes played. When the channel does not change, and I have to hit OK on Live TV to change, I get a fie with 0 bytes. The running total would be increasing.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,823
Threads: 769
Joined: Nov 2003
#15
2007-02-07, 12:10 AM
jackk Wrote:For some reason, I am getting a file for every play. Every time that there is a video on the screen, and I change to another channel, I get a file generated for the previous play with the number of bytes played. When the channel does not change, and I have to hit OK on Live TV to change, I get a fie with 0 bytes. The running total would be increasing.
Ok, so we've narrowed it down to a recording problem. The MVP is unable to play the 0 byte long file so returns to the main menu.

I'll take another look at the recording service logs in the zips you attached earlier to see if I can see anything.

What type of capture card are you using?
jackk
Offline

Member

Posts: 79
Threads: 18
Joined: Jan 2007
#16
2007-02-07, 12:21 AM
The analog side of Hauppauge HVR-1600. When I at the PC, it works flawlessly

Why would a zero bit file be generated if there wasn't another problem. I guess my question is: is the 0 byte file a symptom/result or the cause of the problem?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,823
Threads: 769
Joined: Nov 2003
#17
2007-02-07, 12:26 AM
Quote:The analog side of Hauppauge HVR-1600. When I at the PC, it works flawlessly
If you turn off live preview mode in the config app, does it work quite so flawlessly on the PC? This will force it into timeshift mode the same as is used on the MVP.

Quote:Why would a zero bit file be generated if there wasn't another problem. I guess my question is: is the 0 byte file a symptom/result or the cause of the problem?
Could be lots of reasons. In this case its the cause of the playback stopping on the MVP - but why is this happening is what we want to know.
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#18
2007-02-07, 12:53 AM
sub Wrote:I dont know if it'd be related to your MVP problem or not, maybe.

Basically the error is saying that the recording service is trying to listen on a port thats already in use somewhere else on your system. There could be a few possible explanations for this - maybe there is some other software listening on the same port, or maybe a previously run instance of the recording service has locked the port and not released it when exited, or a software firewall is holding the port open from a previous use, or you're trying to run two instances of the recording service at the same time (check for two instances in the task list).

Aha. Looks like a bit of network troubleshooting is in order. The absolute best kind. If you don't hear from me again, I've gone to Network Hell. It's been ... "educashunal" ... :-)
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
jackk
Offline

Member

Posts: 79
Threads: 18
Joined: Jan 2007
#19
2007-02-07, 01:05 AM
Sub
You're right . I took off the live prevew mode, and it will not change channels on the PC. The picture freezes and I get a message---error playing back file.

jackk
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#20
2007-02-07, 01:09 AM
Quote:
Basically the error is saying that the recording service is trying to listen on a port thats already in use somewhere else on your system. There could be a few possible explanations for this - maybe there is some other software listening on the same port, or maybe a previously run instance of the recording service has locked the port and not released it when exited, or a software firewall is holding the port open from a previous use, or you're trying to run two instances of the recording service at the same time (check for two instances in the task list).
sub, quick Q, how do I found out which ports the recording service is listening on and which the MVP? Are they always a fixed range (tabulated somewhere?) (Sorry jackk, didn't mean to hijack your thread).

k.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  no EPG for two channels JimPletcher 5 4,967 2019-08-15, 09:53 PM
Last Post: jobby99
  Locking in QAM Channels highestbid 8 7,685 2014-03-12, 03:10 AM
Last Post: highestbid
  Need help remapping Channel guide and actual channels divinehammer 3 3,921 2012-01-20, 10:43 AM
Last Post: kayleigh
  Two Channels Without Video skycyclepilot 5 3,665 2011-10-29, 07:49 PM
Last Post: sub
  No sound for French DVB-T H264 channels with E-AC3 tracks jorionpi 7 4,878 2011-06-26, 01:25 AM
Last Post: sub
  Problem with GB-PVR - Cannot Watch Channels and Administrator Problem Greg Smith 10 4,741 2011-05-22, 05:09 PM
Last Post: sub
  no channels found - XP x64 bit edition fresh install 8ace 3 2,085 2011-02-10, 01:27 AM
Last Post: 8ace
  Missing Channels In Listings? hollow5555 4 2,497 2011-01-10, 05:53 PM
Last Post: hollow5555
  No QAM channels being retrieved with HVR-2250 Misko5 4 2,516 2011-01-01, 01:45 AM
Last Post: Snooze
  mc2xml Digital Channels 235301 8 5,604 2010-12-30, 05:12 PM
Last Post: joseosoria

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

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

Linear Mode
Threaded Mode