MythTV Frontend – So Many Choices

What to choose, what to use? I currently use a Mac mini using a Mythfrontend. It works fine, and it accepts inputs from the integrated remote. It does not utilize up to date features of the most recent compilation, but it does indeed work flawlessly with the server; particularly the grey bar, at the bottom of HD frame, is still present. It does not crash, although the themes do have occasional bugs.
I have tried Plex, and XBMC in the past. The versions that I used were relatively functional with the server. There was a problem with particular videos playing, which was somewhat alleviated with transcoding. There have been updates to both pieces of software. Plex, as of 12/12/09 does not work with the MythTV server in Ubuntu 9.10 repositories. The same is for XBMC. Although the Mythbox script for XBMC allows functionality with the networking schema of the version of MythTV trunk used in current Ubuntu repos. The same problem, that I experienced with previous versions of Plex and XBMC, still occurs.

I want it to work. I want Mythbox for XBMC to work. I am currently working on various ways to transcode videos to make them not freeze. Lossless transcoding does not work. Sometimes videos will completely loose audio, and sometimes they will work fine. If I use no transcoding videos will freeze when transitioning from a channel; meaning if the recording starts on channel 725, and changes to 749 it will freeze. This is probably a bug in the frambuffer, which I should and could investigate in the log files.
I currently deleted my entire video library. I have turned off losless transcoding and an effort to avoid loosing audio. I have also forced transcoding to occur before commercial flagging. Transcoding after commercial flagging results in a strange phenomena; the flag points are attached at particular times and since the commercials are cut by transcoding the flags become located at incorrect and entirely unnecessary positions. I hope that not using loslesss transcoding will allow videos to not freeze and retain audio.
Overall MythTV’s commercial flagging is not foolproof. Even with strict detection checked flagging is still iffy at best. I look forward to future revisions.
There is another option. I can connect a 25ft DVI cable, from my computer, to my TV. This will allow a Linux Mythfrontend to display perfectly. It will have all the up-do-date features of MythTV. The only thing is the remote. I can purchase a IR receiver, but LIRC is limited as compared to the functionality of the Mac mini remote. I really like how the remote works on Plex and XBMC, which is half the reason I want to use those apps in particular. LIRC is much more dry cut, with a button doing something in particular, throughout the program; I’m not quite sure how to get LIRC to do different functions on different MythTV menus.
I can also use XBMC on Linux, but I’m pretty sure I will encounter the same problems stated above; therefore switching from OSX to Linux to still use XBMC is a moot point. Using the 25ft DVI cable, and a Mythfrontend I can use an internet remote control. They are various internet based remotes for the iPod touch; particularly Mymote.
No comments yet.
No trackbacks yet.
VirtualBox Guest Additions on Real Machine – PXE Boot
April 10, 2010 - 10:06 am
Tags: application windows, conf, guest, host, Kernel Modules, mouse movement, nvidia driver, Server, virtual window, virtualbox
Posted in Boot, PXE, additions, guest, lts, ltsp, virtualbox | No comments
VirtualBox guest additions installs a video driver called vboxvideo. It allows for the machine to adjust its resolution to the dimensions of the application windows. It also allows for seamless mouse movement between the host machine and the virtual window. I manage a server that runs VirtualBox to host several machines. The host is located [...]
SSL Implementation – StartSSL
March 23, 2010 - 9:40 am
Tags: admin, admin area, area, EV, force ssl, path, Server, server level, ssl, true place, virtual hosts
Posted in cert, host, mod, ssl, virtual | No comments
Implementing SSL on your server is relatively straight forward. Its funny how things always seem relatively straight forward after you finally get it implemented. Apahce2, in Debian, starts with the ports.conf file. Add NameVirtualHost *:80 to support regular virtual hosts, and also a *:443. Enable mod ssl: sudo a2enmod ssl Then for your regular virtual [...]
Working Locally from a Remote Location
March 2, 2010 - 10:26 am
Tags: location, ltsp, nvidia card, PXE, room, Server, server room, video capabilities, video chipset
Posted in gdm, ldm, local, ltsp, nvidia, remote | No comments
Yes, I know it sounds funny. You can work locally from a remote location. I am specifically referring to use of LTSP. I am managing a server for a company, and I will be placing the server in an air conditioned server room; and I don’t want to sit in that room all day long. [...]
Apache2 Server Side Includes
February 16, 2010 - 9:32 am
Tags: benifit, caption, client web, code, directory, directory path, document, gt options, host containers, html, Server, server parameters, shtml, side, sudo, Wikipedia
Posted in Server, apache2, include, side, ssi | No comments
Server side includes allow for external html documents to be injected into a page prior to it rendering on the client web browser. The benifit of this is eliminating the need to repetitiously repeat code over and over again. If you include the same scripts, on each of your website pages, you can create an [...]
Remote Server Management in Local Facility – LTSP
February 13, 2010 - 9:26 am
Tags: boot sequence, dhcp, dhcp servers, domain default, local ip, ltsp, machine, Server, server option, sudo
Posted in Server, inet, ltsp, tftp | No comments
I’m using LTSP to manage a server remotely in a local facility. I setup an LTSP server on the host machine, and will place it in an air-conditioned room to preserve longevity. I configured a machine, of much lower power, to PXE boot from the server. There are several nuances to setting up an LTSP [...]
Web Based SSH Clients
December 25, 2009 - 2:55 pm
Tags: ajax, password attempts, rsa key, Server, shell, shell function, system server, Term, web, web shell
Posted in Server, encrypt, secure, shell, ssh | No comments
If you want to connect to your server in an encrypted and secure fashion, but do not want to or cannot install a binary on your local system, you can use a web based ssh client. The original software, that I have heard of, is Anyterm. It has since been replaced by Sjax Term, and [...]
Server and Backup Layout
December 22, 2009 - 10:11 am
Tags: apache web server, backup, host, mail server, master, real time backup, Server, SLAVE, slave machine, slave server
Posted in Server, backup, host, layout, virtual | No comments
Both the master and slave servers reside on a host machine. Clearly the servers are virtual machines. Its strategic to use virtual machines because the host machine remains useful for a variety of other tasks. The virtual server compartmentalize the functions to a discretely backupable file. In my particular arrangement the master server is synchronized [...]
Slave Server – Backup the Backup – More Uptime
December 21, 2009 - 2:06 pm
Tags: database, database replication, directory, mail directory, Mysql, php5, Server, SLAVE, slave server, spamassassin
Posted in Mysql, SLAVE, mail, master, rsync | No comments
I’m almost at the point of having a completely duplicated slave server. Currently mysql database replication is working. I have apache php5 and mysql fully working. The server synchronizes the apache root directory, with the server, every minute. Therefore for all practical purposes any file changes on the master are propogated to the slave. The [...]
Hostnames – Strategic and Secure Naming
December 20, 2009 - 10:16 am
Tags: bgevolution, com, increase security, localhost, Mysql, phpmyadmin installation, Server, serverhost, slave server, static address
Posted in Mysql, Server, host, hostname, security, serverhost | No comments
I have 4 system in my house. The primary I label serverhost. On the serverhost the /etc/hostnames file is the same as the hostnames file on the other machines. The hostnames file is formatted accordingly: ##/etc/hostnames 192.168.1.100 serverhost.bgevolution.com serverhost 192.168.1.101 server.bgevolution.com server 192.168.0.102 tv.bgevolution.com tv 192.168.0.103 server2.bgevolution.com server2 Server 2 is new. I can further [...]
Ubuntu Karmic – Mac Mini – MythTV
December 15, 2009 - 9:57 am
Tags: linux, linux counterpart, Mac Mini, mini remote control, MythTV, OSX, sbin, System, way, windows applications
Posted in Karmic, MythTV, OSX, mac, mini, sudo, ubuntu | No comments
I gave up on OSX. I could not get the media center working the way I wanted. Plex and XBMC have their bugs, as previously posted, twice, preventing predictable functionality. MythTV for OSX simply is not as refined as its native Linux counterpart. It feels like running Windows applications via wine. I just scrapped OSX [...]
