2016-04-05, 10:08 PM
Ok, I'll take a look at this for the next release.
2016-04-05, 10:08 PM
Ok, I'll take a look at this for the next release.
2016-06-27, 12:59 PM
Were you able to fit this in the release? I didn't see anything in the release notes. Thanks.
My Plugins: PhotoFilter, MusicMonkey, Windows Desktop Gadget
2016-06-27, 07:30 PM
cncb Wrote:Were you able to fit this in the release? I didn't see anything in the release notes. Thanks.Sorry, no. I did look into it, but didn't come up with any good way to implement this without really complicating the way a webclient works. The 'nlite' webclient code I posted did try to workaround it on the client side, and it seems to work fine for all the normal async activities that happen in the built in screens (related to async artwork loading, and messages etc). It was a bit of a hack, which amounted to continuing to request screen updates for a few seconds after the user stopping pressing keys.
2016-07-08, 10:06 PM
Would it be feasible to have the client ask for a screen update more often (say every second) or would this put too much strain on the network or server?
My Plugins: PhotoFilter, MusicMonkey, Windows Desktop Gadget
2016-07-08, 10:40 PM
You would notice CPU usage every second etc on your server. If that doesn't bother you then sure, then sure a client could requests updates more often if it wanted.
2016-07-08, 11:05 PM
The more frequently you do screen updates the more likely you will have a collision which will cause a sluggish remote sub's adaptive logic sounds better but doesn't eliminate the risk.
Martin
2016-07-08, 11:07 PM
yep, that too. ie, if it's current processing a screen update then it's got to wait until the current one finishes before it can start the next one in response to a key press on a remote. On a fast-ish server, it's probably not very noticable, but on a slower server could make things feel sluggish.
2016-09-03, 11:35 PM
Sub, could you add a flag in /activity to show the screen needs updating since the last /control request. Polling on activity could be feasible.
Martin
2016-09-18, 03:16 PM
mvallevand Wrote:Sub, could you add a flag in /activity to show the screen needs updating since the last /control request. Polling on activity could be feasible. I know you don't comment on wishes, but I really would like to see this if it is feasible. Martin
2016-09-24, 11:14 PM
@cncb try the new alpha to see if it helps.
Martin |
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Developing Android TV client | fred250 | 2 | 1,593 |
2020-11-16, 06:33 PM Last Post: fred250 |
|
How to tell when video playback has finished in web client? | cncb | 6 | 3,982 |
2015-09-29, 08:07 PM Last Post: cncb |
|
How to get edl information for videos in a web client? | fred250 | 27 | 9,821 |
2014-12-10, 12:39 AM Last Post: fred250 |
|
Remote client logout timeout. | mvallevand | 2 | 2,380 |
2014-10-28, 12:55 AM Last Post: mvallevand |
|
Tuner plugins and client id | mvallevand | 2 | 1,893 |
2013-07-03, 01:39 AM Last Post: mvallevand |
|
Client - Tuner plugins | mvallevand | 53 | 12,160 |
2011-09-17, 07:19 PM Last Post: mvallevand |
|
Date Time display | Northpole | 0 | 1,331 |
2011-08-01, 04:28 PM Last Post: Northpole |
|
Suppressing the Date/Time field from global.xml | ACTCMS | 7 | 2,910 |
2010-11-18, 01:36 AM Last Post: ACTCMS |
|
Supress Date display in NPVR skin | Northpole | 13 | 3,720 |
2010-10-02, 08:19 PM Last Post: Northpole |
|
Client/server detection | imilne | 1 | 1,543 |
2010-08-08, 04:23 PM Last Post: sub |