Opened 19 years ago

Closed 17 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 19 years ago.
mythtv_remotepreviewgen.2.patch (8.1 KB ) - added by Mark Spieth 18 years ago.

Download all attachments as: .zip

Change History (10)

by Mark Spieth, 19 years ago

comment:1 by danielk, 18 years ago

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

comment:2 by danielk, 18 years ago

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 by danielk, 18 years ago

Status: assignedinfoneeded

by Mark Spieth, 18 years ago

comment:4 by Mark Spieth, 18 years ago

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 by danielk, 18 years ago

Status: infoneededassigned

comment:6 by Mark Spieth, 18 years ago

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

comment:7 by danielk, 18 years ago

Milestone: 0.210.22

comment:8 by danielk, 17 years ago

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.