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 … 929 930 931 932 933 … 1231 Next »
Live TV stutters in server / PC client setup

 
  • 0 Vote(s) - 0 Average
Live TV stutters in server / PC client setup
cumak
Offline

Junior Member

Posts: 7
Threads: 1
Joined: May 2005
#11
2005-05-17, 08:50 PM
So, the read operation is more file intensive but is the file written at a more moderate rate that the network can sustain? What if I tried to put the live TV buffer on the client, so the more intensive read operation happens locally and the write operation happens over the network?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 107,051
Threads: 771
Joined: Nov 2003
#12
2005-05-17, 09:03 PM
That may work. Worth a go. Obviously not set up that would work with multiple clients though.
A_Brass
Offline

Senior Member

Posts: 474
Threads: 22
Joined: Mar 2005
#13
2005-05-18, 01:00 AM
Sub, thanks for trying to help with this issue I know this type of usage is not really supported. But . . . .

In my case the stutter is on the "server" the client runs smoothly. For now lets remove the "client". Just consider a GBPVR computer with the config.xml recordings folder changed like this:
example: "f:\recordings" changed to "\\mediaserver\recordings"
and the Live TV buffer changed like this:
example: f:\livebuffer or \\mediaserver\livebuffer

Same folder, same PC, just giving its location as server address rather then the local ("f:\") address. When set up like this watching in progress recordings stutter as does timeshifted TV. It works fine when I change the folders back to "f:\.. . .."

Do you think its actually looking across the network for the folder?

I know its not really designed to do this but I don't understand why its not working. Well it works just not very well.

Anything you can offer to help me understand would be great!
Thanks for a great PVR.
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
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 107,051
Threads: 771
Joined: Nov 2003
#14
2005-05-18, 01:38 AM
Sorry, I dont know.
jsteele
Offline

Senior Member

Posts: 434
Threads: 63
Joined: Dec 2004
#15
2005-05-18, 04:04 AM
A_Brass

If I recall my SMB stuff correctly (its been a while) if you use UNC addressing (\\mediaserver\recordings) the system goes to the network transport to do the I/O even if the target resolves locally. Using the local address (f:\) is significantly faster as the network transport is not involved.
ASUS A7V880, Athlon XP 3000+, 1024MB, 250GB (Prog/DB), 40GB (Buffer/Temp), 670GB SATA (Video Library), PVR150MCE Video (2), NEC DVD+/- RW, Liteon DVD, nVidia FX5600 AGP, Onboard AC 97 Audio, Hauppauge Remote, Girder, USBUIRT,802.11G WLAN, nVidia Platinum Decoders
A_Brass
Offline

Senior Member

Posts: 474
Threads: 22
Joined: Mar 2005
#16
2005-05-18, 12:00 PM
jsteele Wrote:Using the local address (f:\) is significantly faster as the network transport is not involved.

It appears that that is the case. I guess I'll just change my recording drive letter to Z on the server. On the Client I'll create a maped network drive to the same Z drive. I hope it works better.

Thanks Sub, jsteele and everyone else for your input.
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
cumak
Offline

Junior Member

Posts: 7
Threads: 1
Joined: May 2005
#17
2005-05-18, 03:03 PM
A_Brass - I tried that same exact setup with the drive mapping. Please let me know if you're able to get live tv playing back smoothly.

Sub - I tried moving my live tv directory to the client to test your idea about the network latentcy when reading the file, but I ran in to a few problems and I did't have time to work on it last night. I won't bother you with details about that, but I was curious why the MVP doesn't have this same problem. Does the MVP read the file in a more straightforward manner?

How difficult would it be to add a "network client" option to the playback configuration, that would allow GB-PVR to read the file without jumping to the end for the latest timestamp? It seems that GB-PVR is already 95% ready to work in a client/server configuration, and this would be a really great feature to include.

Thanks.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 107,051
Threads: 771
Joined: Nov 2003
#18
2005-05-18, 05:11 PM
Quote:Sub - I tried moving my live tv directory to the client to test your idea about the network latentcy when reading the file, but I ran in to a few problems and I did't have time to work on it last night. I won't bother you with details about that, but I was curious why the MVP doesn't have this same problem. Does the MVP read the file in a more straightforward manner?
The MVP is very different, and more of a push mode, with everything occurring on the server (except the final decoding step).

Quote:How difficult would it be to add a "network client" option to the playback configuration, that would allow GB-PVR to read the file without jumping to the end for the latest timestamp? It seems that GB-PVR is already 95% ready to work in a client/server configuration, and this would be a really great feature to include.
Having the most recent presentation timestamp is very critical, so I'm not sure what my alternative is. I may be able to do is slightly less frequently. I can investigate in future, but it wont be for the next release. I've already got too much on my plate.
wtg
Offline

Posting Freak

Posts: 1,402
Threads: 120
Joined: Mar 2005
#19
2005-05-18, 05:12 PM
cumak Wrote:...I was curious why the MVP doesn't have this same problem. Does the MVP read the file in a more straightforward manner?

I'll chime in here just because I believe I know the answer to this one. The MVP doesn't really read the file at all, instead it asks the server to send the video and just receives the streamed content from the network. It doesn't do any file seeking, but relies on the server to do it.

In the case of running GBPVR on a client computer, the GBPVR "client" doesn't have any smarts about a GBPVR server - it thinks it's the server and it's reading content off the network. It has to manage all the file IO itself, so it's work is much more intensive than what the MVP has to do.

I'm sure sub will correct me if I'm wrong.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 107,051
Threads: 771
Joined: Nov 2003
#20
2005-05-18, 05:17 PM
yep, thats a pretty good answer.
« 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
  how to use IR server suite with GBPVR zaprat 82 65,302 2018-11-18, 05:32 PM
Last Post: Len_Lekx
  Live TV and recordings do not match greg in kansas 8 7,467 2013-02-22, 06:35 PM
Last Post: sub
  Live TV not showing anything although recordings are OK. Pls advise. seymoria 8 5,168 2012-08-07, 05:07 PM
Last Post: ACTCMS
  Adding an STB to existing setup ram4x4nut 3 3,362 2011-12-06, 12:25 AM
Last Post: ram4x4nut
  Live TV Locks Onto Different Channel persim 1 2,478 2011-10-24, 06:33 PM
Last Post: sub
  DCT700 Setup Greg Smith 19 10,624 2011-10-02, 03:24 PM
Last Post: Greg Smith
  Recording fails but only on one channel (live viewing still works) dshoup 5 3,857 2011-09-19, 01:15 AM
Last Post: sub
  GBPVR XPSP3 Server and Win7 Client Snooze 0 1,942 2011-09-12, 06:26 AM
Last Post: Snooze
  Recordings and live TV fail with TS mux dvasco 4 2,982 2011-06-22, 05:47 PM
Last Post: dvasco
  TV setup issues - PCTV nano stick 73e steveomcd 33 21,087 2011-05-26, 04:24 PM
Last Post: escape

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

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

Linear Mode
Threaded Mode