Difference between revisions of "Mythfrontend"

From MythTV Official Wiki
Jump to: navigation, search
Line 8: Line 8:
 
The frontend process also has the widest platform support. Frontends have been ported to the Xbox and Mac OS X (see the [[Myth On Mac Osx|Myth On Mac OS X]] guide) as well as the standard [[Linux Distros]] with additional work being done to port it to Windows under Cygwin.
 
The frontend process also has the widest platform support. Frontends have been ported to the Xbox and Mac OS X (see the [[Myth On Mac Osx|Myth On Mac OS X]] guide) as well as the standard [[Linux Distros]] with additional work being done to port it to Windows under Cygwin.
  
= Debuging MythFrontend Problems =
+
= Debugging MythFrontend Problems =
  
 
Check the logs. They are by default written to stdout. To save them to a file, run
 
Check the logs. They are by default written to stdout. To save them to a file, run

Revision as of 19:03, 15 March 2008

Mergefrom.gif
It has been suggested that Front End be merged into this article or section. (Discuss)

Clean.png Cleanup: This article or section may require cleanup. Discuss the issue on the talk page

The frontend process (mythfrontend) is responsible for anything that requires interaction such Watching Recorded Programs or Watching TV. It provides the GUI you use on your TV or monitor as well as the LiRc, keyboard, or other input handling for Frontend Navigation. In addition, any MythTV Modules, or plugins, that are installed execute on the same machine that the user is interacting with. As such, the hardware requirements for a frontend are those necessary to support these features. Underpowered machines may not have enough processing power to decode recordings in software while the same machine could perform these functions if hardware decoding is available.

The MythTV architecture supports a theoretically unlimited number of frontend processes connecting to backends. A frontend process can run on the same machine as a backend in the instance of a combined machine, but is often found running on smaller, quieter, more stylish hardware since it the piece of equipment that usually sits within view of the user. When used on a separate machine from a backend, the frontend process connects over a network, either wired or wireless. It communicates with the backend to retreive the Electronic Program Guide and recorded content which is either streamed to the machine or directly accessed if the frontend has access to the same hardware and file storage the backend does.

The frontend process also has the widest platform support. Frontends have been ported to the Xbox and Mac OS X (see the Myth On Mac OS X guide) as well as the standard Linux Distros with additional work being done to port it to Windows under Cygwin.

Debugging MythFrontend Problems

Check the logs. They are by default written to stdout. To save them to a file, run mythfrontend -l file.log