NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Hardware v
« Previous 1 … 50 51 52 53 54 … 263 Next »
Acer Revo Playback

 
  • 0 Vote(s) - 0 Average
Acer Revo Playback
trummel
Offline

Senior Member

Posts: 276
Threads: 34
Joined: Oct 2008
#1
2009-11-25, 10:41 PM (This post was last modified: 2009-11-25, 11:01 PM by trummel.)
Could someone explain what the difference is in the way a GBPVR PC client handles playback from 'Recordings' and 'Video Library'. If I set the client in question up to look at the same folder for both libraries, the same BBC HD H.264 .ts file plays happily from the Video folder, but stutters severely from the 'Recordings' folder. I've tried setting playback to both streaming and File Share, but it makes no difference.

The client in question is a new Acer Revo R3610 with the Ion 330 GPU. It is using EVR and Windows 7, with the correct codec's (cyberlink) and it plays the .ts files perfectly in PDVD8. The hardware acceleration seems to be working as the cpu load is minimal.

Network bandwith isn't a problem as it's a Gbit lan and the network load on the server is only showing at 20 mb/s. I don't think its a disk bottleneck on the server as 3 NMT's play quite happily together, even whilst the Video Library file is playing.

I've tried installing Hoborg's SAF and it made no difference. I've used graphedit to look at the codec's in use and they appear the same for either source, although I cant get it to report what PDVD8 is using.

Any suggestions where I could start looking for the bottleneck would be gratefully received.

Martyn

Server: Ci5 2500k, 3GB, Windows Server 2012, nPVR 3.5.7. 2xWinTV-DVB-T USB, 1xWinTV-DVB-T PCI, 2 x BlackGold DVB-T, 1xPCTV290E and 1xPCTV460E on Astra 28.2 E.
clients: RPI2, Acer R3700, PCH-A110, NUC, 3xSamsung Smart TV
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#2
2009-11-26, 05:44 PM
try using the mpchc demux...download from mpchc standalone filters the mpeg splitter. register it with regsvr32 MpegSplitter.ax

search config.xml for 'demux' and set it to use "MPC - Mpeg Splitter (Gabest)"

in recordings screen, files are 'pushed' from server and received by client...in vid lib. they are accessed directly from net path..

might also try upping the client read cache size...also in config.xml under client section..
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
trummel
Offline

Senior Member

Posts: 276
Threads: 34
Joined: Oct 2008
#3
2009-11-26, 06:05 PM
Thanks for the response pBS.

Sorry if this is a dumb question, but should that MPC splitter be on the server or the client?

I have the client read cache (<ClientModeCacheReadSize>) at 65536 as per another thread on here, is it likely to be beneficial to go higher than that?

Server: Ci5 2500k, 3GB, Windows Server 2012, nPVR 3.5.7. 2xWinTV-DVB-T USB, 1xWinTV-DVB-T PCI, 2 x BlackGold DVB-T, 1xPCTV290E and 1xPCTV460E on Astra 28.2 E.
clients: RPI2, Acer R3700, PCH-A110, NUC, 3xSamsung Smart TV
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#4
2009-11-26, 07:03 PM
yea, i went higher with cache and it did show some effect...
i would double it untill it looks good...but use the demux anyways..
and the demux gets installed on client side...server sends the file whole, client splits it and decodes...
the demux won't be used for in=progress recordings/livetv, but it will for everything else..
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
trummel
Offline

Senior Member

Posts: 276
Threads: 34
Joined: Oct 2008
#5
2009-11-26, 07:56 PM
I have tried the cache up to 262144 but it makes no noticeable difference. I already had the mpc splitter (from SAF), so I made the config.xml change you suggested and restarted pvrx2. Graphedit still says I'm using the Mpeg-2 Splitter I've attached the config.xml and .grf if they can throw any light.

Server: Ci5 2500k, 3GB, Windows Server 2012, nPVR 3.5.7. 2xWinTV-DVB-T USB, 1xWinTV-DVB-T PCI, 2 x BlackGold DVB-T, 1xPCTV290E and 1xPCTV460E on Astra 28.2 E.
clients: RPI2, Acer R3700, PCH-A110, NUC, 3xSamsung Smart TV
trummel
Offline

Senior Member

Posts: 276
Threads: 34
Joined: Oct 2008
#6
2009-11-26, 08:28 PM
I've just been trying to run my H.264 ts recordings through MPC with the MPC Splitter. It doesn't seem to recognize them, although the Haali splitter does. I tried putting the Haali splitter in as the Demux in config.xml, but gbpvr still insists on using the Mpeg-2 Splitter.

Server: Ci5 2500k, 3GB, Windows Server 2012, nPVR 3.5.7. 2xWinTV-DVB-T USB, 1xWinTV-DVB-T PCI, 2 x BlackGold DVB-T, 1xPCTV290E and 1xPCTV460E on Astra 28.2 E.
clients: RPI2, Acer R3700, PCH-A110, NUC, 3xSamsung Smart TV
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#7
2009-11-27, 04:32 AM
it'll always use the ms splitter for in-progress recordings, can't do anything abou that, but recordings screen stuff should play with the mpc splitter...
mpchc has a splitter built-in so i don't think it'll use the external one, unless you uncheck the internal mpeg splitter...

oh and i set the mpchc splitter merit as high as possible..
that's probably why it didn't use it..
it should be able to play any .ts and even .m2ts like bdroms...
i've yet to come across any file it wouldn't split..
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
trummel
Offline

Senior Member

Posts: 276
Threads: 34
Joined: Oct 2008
#8
2009-11-27, 08:31 PM
I've been doing some experiments trying to find where the bottleneck is in my systems. Even though 3 NMT's play HD concurrently without issue, the server load imposed by 1 or more of the revo's seems to be what is causing the stuttering in the Revo playback.

As an experiment, I reinstated an older server, with a slower disk and network card. The NMT's continue to work, but the Revo is significantly worse. I am guessing it's something in the way the NMT streams the data through the web port that make it packet the data up more efficiently.

Despite hours spent in perfmon trying to spot the difference in the various network and disk throughputs, I'm no further forward and am rapidly coming to the conclusion that the Revo is simply unsuitable as a GBPVR client.

Server: Ci5 2500k, 3GB, Windows Server 2012, nPVR 3.5.7. 2xWinTV-DVB-T USB, 1xWinTV-DVB-T PCI, 2 x BlackGold DVB-T, 1xPCTV290E and 1xPCTV460E on Astra 28.2 E.
clients: RPI2, Acer R3700, PCH-A110, NUC, 3xSamsung Smart TV
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#9
2009-11-28, 12:24 AM
trummel Wrote:Despite hours spent in perfmon trying to spot the difference in the various network and disk throughputs, I'm no further forward and am rapidly coming to the conclusion that the Revo is simply unsuitable as a GBPVR client.
I think its more that GB-PVR isnt very good at client/server stuff. It hasnt really had any improvements on this front since it was first introduce to do client/server for the analog tuners that were the prevalent at the time. Since then a lot of things have changed, with most people now using digital tuners, and much of those for HD MPEG2 and H.264 etc. It really needs more work before GB-PVR can be considered a decent client/server setup.
imagn
Offline

Senior Member

Posts: 437
Threads: 65
Joined: Mar 2008
#10
2009-11-28, 01:30 AM
sub Wrote:I think its more that GB-PVR isnt very good at client/server stuff. It hasnt really had any improvements on this front since it was first introduce to do client/server for the analog tuners that were the prevalent at the time. Since then a lot of things have changed, with most people now using digital tuners, and much of those for HD MPEG2 and H.264 etc. It really needs more work before GB-PVR can be considered a decent client/server setup.

Any chance you might be working on improvements to the client/server, i would certinly appreciate it if you ever have the time
HTPC Server: 2.3gh AMD Quad 9600, 4GB ram, 320gb HDD, 1TB HDD, and 750GB External USB HDD, NVIDIA GeForce 8600gt, Win 7 (32bit), (2x) HVR2250 using QAM

Client: AM2 5600, biostar 790GX (onbard HD3300), 4gb memory, Vista, LM remote mapping app, Acer Revo R3610 (Atom N330) Win 7, 785G (HD 4200), Win 7, 4gb ram
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Acer Revo L80/RL80 jcjefferies 1 2,425 2013-08-02, 11:59 AM
Last Post: jcjefferies
  Playback HD? mattyb 11 4,787 2011-05-03, 12:08 PM
Last Post: jcjefferies
  ATI 5450 XP to Win 7 Horror story leads to XP codec H.264 HDPVR playback discovery tvshowman 4 4,262 2010-03-25, 02:38 PM
Last Post: Satori
  Acer Revo single core N230 R1600 imagn 6 6,497 2010-02-15, 07:07 PM
Last Post: KS4UA
  Is h.254 playback in pvrx2 on P4 and WinXP possible? tmrt 6 2,734 2010-02-06, 01:42 PM
Last Post: tmrt
  What CPU for video playback is best imagn 7 4,061 2010-02-02, 03:14 PM
Last Post: imagn
  PCI Graphics Cards - Can They Handle HD Playback? hasso 5 3,670 2010-01-26, 09:09 AM
Last Post: hasso
  Acer Revo R3600 as Server NumberFive 10 7,332 2009-11-27, 06:18 PM
Last Post: trummel
  Video Card Recommendation For US HD DXVA Playback In WinXP TonyXL 3 2,064 2009-09-13, 01:00 AM
Last Post: pBS
  Xvid/DivX playback picture quality 5058 6 3,466 2009-04-11, 08:35 AM
Last Post: gEd

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

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

Linear Mode
Threaded Mode