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,740
Threads: 767
Joined: Nov 2003
#21
2007-02-07, 01:12 AM
Quote:6/02/2007 10:49:59 p.m..255 VERBOSE [6] Streaming media listener starting... (7967)
6/02/2007 10:49:59 p.m..255 INFO [4] Starting remoting service
6/02/2007 10:49:59 p.m..926 ERROR [6] FATAL UNHANDLED EXCEPTION:: System.Net.Sockets.SocketException: Only one usage of each socket address (protocol/network address/port) is normally permitted
at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.Sockets.Socket.Bind(EndPoint localEP)
at GBPVR.RecordingService.x604c5275de444acd.xcba1f05fb5a46d5f()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
In this case I'm fairly sure the port in question is 7967, which can be adjusted in the <ClientModeMediaPort> setting in config.xml
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#22
2007-02-07, 02:00 AM
sub Wrote:In this case I'm fairly sure the port in question is 7967, which can be adjusted in the <ClientModeMediaPort> setting in config.xml

I'm a bit confused about this. I looked in the config.xml and under that section client mode is false, which is expected as it is the server.

I do have a notebook acting as a Client though. GBPVR was not "actively" running on it at the time of the error, however the Notebook was switched on (and I might be way off base here) could it be that even when not actively running, it "pings" the server in the same way as the Next Recording Widget does for the MVP? Could that be the thing occupying the same port 7967?

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,740
Threads: 767
Joined: Nov 2003
#23
2007-02-07, 03:13 AM
jksmurf Wrote:I'm a bit confused about this. I looked in the config.xml and under that section client mode is false, which is expected as it is the server.
The client mode setting tells GBPVR.exe whether it needs to act like a client. The server always listens for client requests on this port. Its done this way so that the user doesnt need to do anything on the server when they add a client.

Quote:I do have a notebook acting as a Client though. GBPVR was not "actively" running on it at the time of the error, however the Notebook was switched on (and I might be way off base here) could it be that even when not actively running, it "pings" the server in the same way as the Next Recording Widget does for the MVP? Could that be the thing occupying the same port 7967?
If GBPVR.exe wasnt running on the client, then it wouldnt have been talking to the server at the time.
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#24
2007-02-07, 04:26 AM (This post was last modified: 2008-04-27, 02:25 PM by jksmurf.)
sub Wrote:The client mode setting tells GBPVR.exe whether it needs to act like a client. The server always listens for client requests on this port. Its done this way so that the user doesnt need to do anything on the server when they add a client.

If GBPVR.exe wasnt running on the client, then it wouldnt have been talking to the server at the time.

OK, so I guess this means that GBPVR.exe was running as a background task in TaskManager ? ... what I meant by "not running" was that the Blue Screen with the menu's on it that comes up when GBPVR is started. Refrring to the attached pic, there is no Blue Menu Screen (no Green Tray Icon Either), but 3 GBPVR_Something.exe items in the Task Manager. I assume this is normal?

If so, and the same 3 are present on the client, then surely the client would ALWAYS be talking to the server? (I guess what I'd like to see then is a quick switch on the client to turn off GBPVR.exe ON the client).

Sorry, but I'm still confused ???

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,740
Threads: 767
Joined: Nov 2003
#25
2007-02-07, 04:58 AM
I'm not sure what you're trying to say. GBPVRRecordingService.exe is the only thing that should be using this port. There should only be one instance of GBPVRRecordingService.exe running on that machine, so there should only be one thing listening on that port.

It could be some other app listening on the same port, or the port might have "clagged up", or a software firewall is hanging on to it or something similiar.
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#26
2007-02-07, 05:17 AM
sub Wrote:I'm not sure what you're trying to say. .

Well up there you said:

Quote:The client mode setting tells GBPVR.exe whether it needs to act like a client. The server always listens for client requests on this port. Its done this way so that the user doesnt need to do anything on the server when they add a client.

So from this I assumed you meant that my Server was listening for (and Client PC was sending) requests on that port.
  • My conclusion from this was that you meant my Client PC was running and might have been the culprit (provided no OTEHR s/w was using that port).
  • So to eliminate it being the client sending requests, I was trying to find out under what circumstances the client makes the requests. i.e. what state the client is in. i.e. was it "running" or not.
  • This led to me trying to work out what your definition of "running" was as it applies to the client i.e. is it simply (i) the Big White "G" in the tray or (ii) a Green "G" in the Tray or the (iii) Blue Screen with Menus.
Quote:GBPVRRecordingService.exe is the only thing that should be using this port. There should only be one instance of GBPVRRecordingService.exe running on that machine, so there should only be one thing listening on that port.
"That machine" being the Server? (goodness, I do sound dumb today). Yes, there is only one instance.

Quote:It could be some other app listening on the same port, or the port might have "clagged up", or a software firewall is hanging on to it or something similiar.
I will need to check these, I guess I was hoping I could eliminate the client as the culprit first.

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,740
Threads: 767
Joined: Nov 2003
#27
2007-02-07, 05:34 AM
Quote:Well up there you said:
Quote:The client mode setting tells GBPVR.exe whether it needs to act like a client. The server always listens for client requests on this port. Its done this way so that the user doesnt need to do anything on the server when they add a client.

So from this I assumed you meant that my Server was listening for (and Client PC was sending) requests on that port.
  • My conclusion from this was that you meant my Client PC was running and might have been the culprit (provided no OTEHR s/w was using that port).
In the post of yours I was replying to, you sounded surprised that GB-PVR would be listening for requests on this port given the client mode setting was false. I was just trying to say that the client mode setting does nothing on the server, and was only used on the client PC.
Quote:
Quote:It could be some other app listening on the same port, or the port might have "clagged up", or a software firewall is hanging on to it or something similiar.
I will need to check these, I guess I was hoping I could eliminate the client as the culprit first.
A client shouldnt be the problem. Its more of an issue relating to something running on the server using the same port that GB-PVR later tries to use when the recording service starts.
jackk
Offline

Member

Posts: 79
Threads: 18
Joined: Jan 2007
#28
2007-02-07, 06:13 AM
Sub
I hope that you are not waiting on something from me. IF you are, I missed the request.
Re firewalls, the only thing that I am purposely running is the mechanical firewall in my router. I have the Windows firewall turned off. I use AVG free for virus, and I'm pretty sure that there is no firewall associated with it.

Also, at times the channel changes Ok. It is not a permanent problem but it is becoming more prevalent with time.

jackk
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,740
Threads: 767
Joined: Nov 2003
#29
2007-02-07, 06:24 AM
Quote:I hope that you are not waiting on something from me. IF you are, I missed the request.
No, I wasnt waiting on you for anything. I thought we pretty much reached a the end of the road. I'm thinking there is something wrong with the HVR1600 drivers which dont allow the graph to restarted to create a new file. This works with every other card I've come across to date, so I think its probably just a bug in the drivers for this very new card.

I dont have one of these card myself, so its not something I can double check here.

I cant really think of any way to fix it, but if you have broadband and are able to run VNC, I could briefly connect and run some diagnostics to confirm if this is the case.

Does it fail every time you switch channels, or only sometimes?
jackk
Offline

Member

Posts: 79
Threads: 18
Joined: Jan 2007
#30
2007-02-07, 07:12 AM
In regard to the remote, when I started this thread 4 or 5 days ago,it only happened occasionally. It has gradually increased to where it happens more than half of the time. I think that it happens less when I decreas the delay in the Playback tab, but it does not get rid of it.
I thought that it was not effecting the PC becasue it always changed perfectly. However when you told me to remove the Live preview and try again, it failed to change channels the two times that I tried it.
I have now decided to get rid of the HVR 1600 because of tis problem and since the MVP will not play HD, someting that I did not know when I bught the 1600. In fact, I should receive a PVR 500 tomorrow or the next day. I'll hold onto the 1600 for a few more days and see how the 500 works.
My concern was that the problem may have been hardware, since I noticed the problem shortly after dropping the remote about 2' onto the floor. It was not much of a fall for a remote, but who knows. If it was the remote, or the MVP, I coul still return them for another two weeks or so.

thanks for your time. I'll let you know how the 500 goes. Since I'm a newbie at this, I'm sure that I will have some questions to ask

Thanks again
jackk
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): « Previous 1 2 3


Possibly Related Threads…
Thread Author Replies Views Last Post
  no EPG for two channels JimPletcher 5 4,801 2019-08-15, 09:53 PM
Last Post: jobby99
  Locking in QAM Channels highestbid 8 7,438 2014-03-12, 03:10 AM
Last Post: highestbid
  Need help remapping Channel guide and actual channels divinehammer 3 3,788 2012-01-20, 10:43 AM
Last Post: kayleigh
  Two Channels Without Video skycyclepilot 5 3,518 2011-10-29, 07:49 PM
Last Post: sub
  No sound for French DVB-T H264 channels with E-AC3 tracks jorionpi 7 4,708 2011-06-26, 01:25 AM
Last Post: sub
  Problem with GB-PVR - Cannot Watch Channels and Administrator Problem Greg Smith 10 4,487 2011-05-22, 05:09 PM
Last Post: sub
  no channels found - XP x64 bit edition fresh install 8ace 3 1,963 2011-02-10, 01:27 AM
Last Post: 8ace
  Missing Channels In Listings? hollow5555 4 2,356 2011-01-10, 05:53 PM
Last Post: hollow5555
  No QAM channels being retrieved with HVR-2250 Misko5 4 2,390 2011-01-01, 01:45 AM
Last Post: Snooze
  mc2xml Digital Channels 235301 8 5,411 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