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 … 665 666 667 668 669 … 1231 Next »
TIP: GBPVR networked client

 
  • 0 Vote(s) - 0 Average
TIP: GBPVR networked client
A_Brass
Offline

Senior Member

Posts: 474
Threads: 22
Joined: Mar 2005
#91
2006-02-10, 01:39 PM
I cant say I ever looked so closely at the nework traffic. I was able to get mine working without changing the quality settings on the "server". But you are correct about the shared drives. a UNC path does not work correctly. When I tried it this way it caused stuttering on the sever. When I moved the recording drive letter to "Z:" and mapped the client to the same drive letter I was able to get it working.

In the config.xml I tried two different things. I replaced localhost with a unc path to the server and also tried a ip. The direct IP worked better.

Example:
\\server\gbpvr\gbpvr.mdb --- didn't work as well as:
\\192.168.1.1\gbpvr\gbpvr.mdb

I'm not sure what the difference is but it worked better with the IP.
GBPVR Server:
AMD Sempron 3300+, 1gb DDR, 100, 200 & 500gb HDDs, DVD -/+RW PVR150 RETAIL, PVR150MCE.
GBPVR 1.0.16, SKIN'S = Default Blue, PLUGIN'S = None
MediaMVP
djtaylor
Offline

Senior Member

Posts: 505
Threads: 48
Joined: Jan 2006
#92
2006-02-10, 02:20 PM
A_Brass Wrote:Example:
\\server\gbpvr\gbpvr.mdb --- didn't work as well as:
\\192.168.1.1\gbpvr\gbpvr.mdb

I'm not sure what the difference is but it worked better with the IP.
The only difference that should make is to avoid the initial traffic required to resolve the hostname to an IP address, all traffic after the name resolution occurs will be IP based anyway.

I can't offer any other explanation, i'm not doing this remote client thing - sorry Smile

David.
djtaylor
Offline

Senior Member

Posts: 505
Threads: 48
Joined: Jan 2006
#93
2006-02-10, 02:23 PM
pBS Wrote:haven't looked yet but i believe so...any suggestions on a fix?
can i ignore them or filter them out?
i just noticed there were wayyy more than when normally playing a file on the sent side..and then noticed it was 1-for-1 with recieved packets..
[normally only about 10% of recieved]
this is what makes it jumpy...for sure...
any help greatly appreciated..
As per my other post, i'm not doing this remote thing so can't offer much except that if the remote client is pulling the file across the network as a network file as per Windows SMB data, then there will be a TCP session set up and packets will be ACK'd. You can't avoid that, failure to receive an ACK will cause the packet to be retransmitted again so any concept of filtering will just make it worse and in fact nothing will happen because the TCP send window will get full of packets waiting to be acknowledged!

I suspect (though haven't bothered to confirm) that data is sent to the MVP as a UDP data stream and is thus not acknowledged, nor does it need to be.

David.
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#94
2006-02-10, 04:05 PM
yea,i know about those...those normally come across when just playing a file from the network, but this traffic is beyond the norm, like something on the server needs feedback on the stream's position or something, maybe OSD..

don't see why it doesn't happen on finished recordings, but only on in-progress ones..even if played through video library...but with a different parser,it works fine and tons less trafffic but we lose the ability to ff/rw.[unreg gbpvrparser.ax]
narrowed it down to the way the parser handles ff/rw on live streams...everything else works as expected...

it's almost as if it's sending the whole file back to the server as it plays it..

i suspect it's something sub will have to fix..and he hasn't made changes to that file in ages and i know it's not high on his todo list so just glad i got it working this much...Smile
thanx for the help tho...
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#95
2006-02-10, 05:19 PM
The one major difference between the Microsoft demultiplexer and GB-PVR parser, is the GB-PVR parser regularly seeks to the end of the file and re-reads the timing information to determine how long the stream is. This is done so your can ff/rw/seek within the video file whilst it is still recording. This will most likely account for some of the additional traffic you see while playing a video which is still recording.

I'm assuming your comment about 'as much traffic back to the server' was just a guess. I cant think of anything that would cause that. I'd expect seek commands and SMB ack's and other control stuff, but not large packets like the content going to the PC.

The GB-PVR Parser uses minimal amounts of buffering to ensure that it does take too long to change channels, but this is sort of at odds with trying to run across a network, which is the most likely reason you see stuttering.
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#96
2006-02-10, 05:39 PM
yep,ya got me...was jsut guessin and had an idea it wasn't sending the same amount back,but it was sending exactly the same number of packets, which isn't normal...but that explains it...i wonder how VLC does it's in-progress stream playing...guessing it's really hard to do as very few other players besides vlc can play them either...
hmmm,maybe there's an answer in the packet size values or MTU or buffering..

thanx for the info,will keep me from going down dead ends...Smile

MVP still rocks for multi access and from the press sheet on the new wireless one it will have spdif and rgb outs... [and hopefully their alliance with Replay people and their linux experience will bring us some new dongle.bins] Smile
but it's probably just a vaporware 'option' incorrectly quoted in the press sheet..lol

cool,should be able to optimize the net enough to raise the recording rates now i know what's flowin thru...

back to programming the remote on the new client...Big Grin
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
Hayden
Offline

Member

Posts: 61
Threads: 15
Joined: Nov 2005
#97
2006-03-10, 04:36 AM
I've created a tool that might help people set this configuration up.

You can see it here http://forums.nextpvr.com/showthread.php?p=98782
MDs
Offline

Junior Member

Posts: 7
Threads: 1
Joined: Nov 2006
#98
2006-11-28, 02:46 AM
I wanted to know if you can watch your recordings over the internet like MythTV
stefan
Offline

Posting Freak

Posts: 3,116
Threads: 81
Joined: Oct 2004
#99
2006-11-28, 05:26 AM
If you install VLC, you can using the web interface (I don't know how myth does it so it might or might not be what you want...)
I'm not always right
GB-PVR 1.2.9
Accent HT-400 Case, AMD Athlon 64 3800+ 1024MB, 1TB+300GB+180GB, WinXP Pro-SP2, NVidia 7600GT
Nova-T USB2, PVR-350 recording from Dilog 355 DVB-T box, USB-UIRT (receiving & transmitting)
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (10): « Previous 1 … 6 7 8 9 10
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  how to use IR server suite with GBPVR zaprat 82 63,286 2018-11-18, 05:32 PM
Last Post: Len_Lekx
  GBPVR support for Hauppauge WinTV-HVR-1900 or Hauppauge HD-PVR (PAL) lchiu7 23 18,653 2014-05-15, 12:59 AM
Last Post: lchiu7
  GBPVR and NPVR jigster99 2 5,216 2013-02-16, 01:50 AM
Last Post: jigster99
  BBC HD / BBD 1 HD in GBPVR Pob 21 13,695 2012-10-05, 05:42 PM
Last Post: Pob
  tv guide empty in gbpvr works in pvrx2 slowtech 37 17,515 2012-08-27, 04:00 PM
Last Post: rscheller
  Unused gbpvr returns to life with minimal effort KS4UA 0 2,386 2012-03-18, 02:07 AM
Last Post: KS4UA
  Last version of GBPVR download? matthrolf 8 6,553 2011-11-16, 09:22 AM
Last Post: MixMan
  Is card emulation as easy with gbpvr as with npvr? martint123 3 3,459 2011-10-20, 07:13 PM
Last Post: martint123
  GBPVR Webserver does not work - Windows 7 Pro, 64 Bit Ijaja 6 4,551 2011-10-19, 07:21 PM
Last Post: Basher52
  GBPVR will not wake up XP computer from sleep keith_leitch 8 4,957 2011-10-10, 08:26 PM
Last Post: keith_leitch

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

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

Linear Mode
Threaded Mode