Changes between Initial Version and Version 1 of Ticket #12089, comment 2


Ignore:
Timestamp:
Jul 12, 2014, 10:15:01 PM (10 years ago)
Author:
stuartm
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12089, comment 2

    initial v1  
    1 One of the issues with addressing this for UPnP is that clients can and do buffer much of the file they are streaming, especially with music this can be the whole. This may mean the backend has no way of knowing that the client is still in playback and that it needs to stay awake.
     1One of the issues with addressing this for UPnP is that clients can and do buffer much of the file they are streaming, especially with music this can be the whole file. This may mean the backend has no way of knowing that the client is still in playback and that it needs to stay awake.
    22
    33Secondly, we should include use of the other http interfaces - WebFrontend and services API as activities that block shutdown or which reset the back idle timer. However how do we distinguish between user driven activity and automatic polling by a client application.