Opened 17 years ago

Closed 15 years ago

#3353 closed enhancement (fixed)

force frontend preview gens to be remote

Reported by: anonymous Owned by: danielk
Priority: trivial Milestone: 0.22
Component: mythtv Version: head
Severity: low Keywords:
Cc: Mark, Spieth, <mark@…> Ticket locked: no

Description

if a recording is local (e.g. nfs) and the frontend is remote and with (currently) the ability to have multiple preview gens occurring simultaneously this can impact network traffic and FE performance if the FE is resource inhibited.

solution is to force all FE preview gens to go to the backend for action. patch attached

Attachments (2)

mythtv_remotepreviewgen.patch (3.1 KB) - added by Mark Spieth 17 years ago.
mythtv_remotepreviewgen.2.patch (8.1 KB) - added by Mark Spieth 16 years ago.

Download all attachments as: .zip

Change History (10)

Changed 17 years ago by Mark Spieth

comment:1 Changed 16 years ago by danielk

Milestone: unknown0.21
Owner: changed from Isaac Richards to danielk
Priority: minortrivial
Severity: mediumlow
Status: newassigned
Version: unknownhead

comment:2 Changed 16 years ago by danielk

Cc: Mark Spieth <mark@…> added

Mark can you update this for SVN head?

Also instead of having both localOnly & forceRemote can you just use a bitmask 'location' which contains with kLocal=0x1, kRemote=0x2, kLocalAndRemote=0x3 and any location&3 is valid other than 0x0?

comment:3 Changed 16 years ago by danielk

Status: assignedinfoneeded

Changed 16 years ago by Mark Spieth

comment:4 Changed 16 years ago by Mark Spieth

as requested. also a setting but havent seen if it fits yet. If you dont get a chance I will probably get around to testing friday or weekend. hasnt broken anything so far.

comment:5 Changed 16 years ago by danielk

Status: infoneededassigned

comment:6 Changed 16 years ago by Mark Spieth

tested 2 and it seems to be ok. works ok on a remote (xbox) and combined fe/be

comment:7 Changed 16 years ago by danielk

Milestone: 0.210.22

comment:8 Changed 15 years ago by danielk

Resolution: fixed
Status: assignedclosed

(In [19438]) Fixes #3353. Allow user to force preview images to be generated remotely.

Note: See TracTickets for help on using tickets.