NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 239 240 241 242 243 … 433 Next »
Remote clients knocking each other off their tuners

Remote clients knocking each other off their tuners
crutonius
Offline

Junior Member

Posts: 12
Threads: 2
Joined: Jan 2013
#1
2013-10-27, 10:50 AM
Okay this has probably been solved elsewhere but I don't know the right terms to search with.

So I've got one machine running an Infinitv 4. On that machine I can run NPVR and WMC and they both run fine side by side.

Here's the problem:

I have two computers setup to use that machine with the Infinitv 4 as the server. I start up one machine and start streaming live tv and that works. I see in the status of the server that the first tuner is in use. Then I start streaming NPVR on the second machine. I see that the second tuner is in use on the server but then the first tuner goes idle knocking out the video feed for the first machine.

Any ideas?

thanks in advance
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#2
2013-10-27, 11:18 AM
Please read the sticky thread on top of this forum about how to post logs when you report a problem. Without logs we have no way of determining what is going wrong.

"I'd rather have a bottle in front of me than a frontal lobotomy"
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,201
Threads: 958
Joined: May 2006
#3
2013-10-27, 01:38 PM
I know NetworkRecorder doesn't make any attempt to reject a LiveTV request to use an existing socket, because it doesn't know if it is from a new client or not. Sub would need to explain what I need to do if this is the role of the plugin to reject requests.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,810
Threads: 769
Joined: Nov 2003
#4
2013-10-27, 05:04 PM
Martin, you'd need to implement the IRecoder.IsLiveTVPossibleNow() method, to return true if it's available, or false if it's not - taking into account the previousHandle value passed in.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,201
Threads: 958
Joined: May 2006
#5
2013-10-27, 05:10 PM
Right I implemented it but I figured it was always true when not recording since if the same client comes in, I wouldn't want to return false.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,810
Threads: 769
Joined: Nov 2003
#6
2013-10-27, 05:29 PM
mvallevand Wrote:Right I implemented it but I figured it was always true when not recording since if the same client comes in, I wouldn't want to return false.
That's where the previousHandle comes in. ie, if it comes in as zero, then you know it's a new client wanting to start a live tv session. If it comes in with a non-zero value, it's a request to change channels.
crutonius
Offline

Junior Member

Posts: 12
Threads: 2
Joined: Jan 2013
#7
2013-10-27, 09:58 PM
Reddwarf Wrote:Please read the sticky thread on top of this forum about how to post logs when you report a problem. Without logs we have no way of determining what is going wrong.

Here you go.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,810
Threads: 769
Joined: Nov 2003
#8
2013-10-27, 10:11 PM
crutonius Wrote:Here you go.
It sounds like you'll need an updated Network Recorder plugin to resolve this problem.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,201
Threads: 958
Joined: May 2006
#9
2013-10-27, 10:27 PM
I'm not sure now what the problem is since they come in on different tuners

Code:
2013-10-27 15:53:26.215    [DEBUG][17]    checking: NetworkRecorder:2.NetworkRecorder
2013-10-27 15:53:26.215    [DEBUG][17]    enabled and present
2013-10-27 15:53:26.215    [DEBUG][17]    has channel
2013-10-27 15:53:26.215    [DEBUG][17]    live tv is possible
2013-10-27 15:53:26.220    [DEBUG][17]    Network Recorder Send VERSION
2013-10-27 15:53:26.220    [DEBUG][17]    Network Recorder Reply 1
2013-10-27 15:53:26.220    [DEBUG][17]    NetworkRecorder:2 Recording D:\Recorded TV\live-HISTORY-18773.ts
2013-10-27 15:53:26.220    [DEBUG][17]    Network Recorder Send START Graph Recorder2|10|12345678|D:\Recorded TV\live-HISTORY-18773.ts|Great
2013-10-27 15:53:33.605    [DEBUG][17]    NetworkRecorder:2 Starting D:\Recorded TV\live-HISTORY-18773.ts
2013-10-27 15:53:33.605    [DEBUG][15]    Thread starting
2013-10-27 15:53:41.605    [DEBUG][17]    Live TV handle: 0x1603E8

Code:
2013-10-27 15:53:58.070    [DEBUG][17]    StartStream(9044:COMEDYP)
2013-10-27 15:53:58.070    [DEBUG][17]    looking for capture source
2013-10-27 15:53:58.070    [DEBUG][17]    checking: NetworkRecorder:2.NetworkRecorder
2013-10-27 15:53:58.070    [DEBUG][17]    enabled and present
2013-10-27 15:53:58.070    [DEBUG][17]    has channel
2013-10-27 15:53:58.070    [DEBUG][17]    Requested COMEDYPbut still recording 1000
2013-10-27 15:53:58.070    [DEBUG][17]    live tv is not possible
2013-10-27 15:53:58.070    [DEBUG][17]    checking: NetworkRecorder:3.NetworkRecorder
2013-10-27 15:53:58.075    [DEBUG][17]    enabled and present
2013-10-27 15:53:58.075    [DEBUG][17]    has channel
2013-10-27 15:53:58.075    [DEBUG][17]    live tv is possible
2013-10-27 15:53:58.075    [DEBUG][17]    Network Recorder Send VERSION
2013-10-27 15:53:58.075    [DEBUG][17]    Network Recorder Reply 1
2013-10-27 15:53:58.075    [DEBUG][17]    NetworkRecorder:3 Recording D:\Recorded TV\live-COMEDYP-5041.ts
2013-10-27 15:53:58.075    [DEBUG][17]    Network Recorder Send START Graph Recorder3|58|12345678|D:\Recorded TV\live-COMEDYP-5041.ts|Great
...
2013-10-27 15:54:12.875    [DEBUG][17]    NetworkRecorder:3 Starting D:\Recorded TV\live-COMEDYP-5041.ts
2013-10-27 15:54:12.875    [DEBUG][21]    Thread starting
2013-10-27 15:54:20.875    [DEBUG][17]    Live TV handle: 0x1703E8

The reason that the first stream stops looks like a request from NextPVR

Code:
2013-10-27 15:54:20.875    [DEBUG][17]    Live TV handle: 0x1703E8
2013-10-27 15:54:20.875    [ERROR][9]    Live stream expired without renewal. (handle:1603E8)
2013-10-27 15:54:20.875    [DEBUG][9]    NetworkRecorder:2 Stop Stream 1000
2013-10-27 15:54:20.875    [DEBUG][9]    Network Recorder Send STOP

but that handle was streaming a few seconds earlier.

2013-10-27 15:54:20.700 [DEBUG][19] READAngryabout to send 169200 bytes, from offset 17766000

Martin
crutonius
Offline

Junior Member

Posts: 12
Threads: 2
Joined: Jan 2013
#10
2013-10-27, 10:36 PM
sub Wrote:It sounds like you'll need an updated Network Recorder plugin to resolve this problem.

It looks like the latest release is Sep 16 2011. I got it from here: http://www.nextpvr.com/nwiki/pmwiki.php?...order#toc1. Is there a newer version?
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  NextPVR and Remote viewing MaxiBelas 2 1,771 2021-09-07, 05:29 PM
Last Post: sub
  Duel USB tuners lock out cablood1 4 1,843 2020-10-30, 05:35 PM
Last Post: sub
  Start With Remote RTKAT 2 1,483 2020-02-13, 03:59 PM
Last Post: RTKAT
  Nextpvr can't find tuners RTKAT 7 2,778 2020-02-11, 07:34 PM
Last Post: RTKAT
  MCE Remote Opens NextPVR Behind Other Windows 1sae 3 2,471 2020-01-13, 06:19 PM
Last Post: Stanno
  Remapping a RC6 MCE IR USB remote for Subtitles wwhenderson 0 1,798 2019-12-22, 06:50 PM
Last Post: wwhenderson
  Unified remote for nextPvr? rv0987 2 1,729 2019-11-01, 12:31 PM
Last Post: rv0987
  No tuners and cannot watch/record ukmark62 13 4,312 2019-08-11, 08:41 PM
Last Post: ukmark62
  Unused Tuners jcole998 4 1,608 2019-07-04, 01:20 PM
Last Post: jcole998
  6 tuners, multiple recordings issue Ddodge13 25 5,637 2019-02-19, 01:01 AM
Last Post: sub

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

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

Linear Mode
Threaded Mode