Skip to content
Donald Oakes edited this page Jul 27, 2015 · 35 revisions

##Setup Guide

MythTV Setup
Mythling Setup
Learn More

###MythTV Setup ####Install & Configure MythTV 0.27 1. If you build from source, for HLS transcoding you must successfully set
`--enable-libx264`. 2. Run mythtv-setup on the backend server you want to stream from. - Under General settings make sure your IP address(es) are not set to 127.0.0.1. (Note: this step is also needed on any mythfrontend boxes where mythling frontend playback is desired). - Storage Groups: - You probably want the *Videos* storage group. Without it, in order for Mythling to stream videos the following pull request is needed on top of MythTV fixes/0.27: https://github.com/MythTV/mythtv/pull/84 (or apply [this patch](content.cpp.patch)). - For artwork to display in Mythling you need at least one of the artwork storage groups to be configured (*Coverart*, *Fanart*, *Banners*, *Screenshots*) - Create a *Streaming* storage group if you want HLS transcode output directed somewhere other than the default (~/.mythtv/tmp/hls). - To support the *Record & Transcode* menu option in Mythling EPG: - General > Allow transcoding jobs - Recording Profiles > (Selected Recorder) > (Default Profile) > Enable auto-transcode after recording 3. Test [MythTV Service](http://www.mythtv.org/wiki/Services_API) access. With your mythbackend running: - http://backendip:6544/Status/GetStatus 4. To play music on a frontend using Mythling, enable [Frontend Control Socket](http://www.mythtv.org/wiki/Frontend_control_socket): - Run mythfrontend and under General Setup options, check "Enable Network Remote Control Interface". ###Mythling Setup ####Install & Configure Mythling 1. Download Mythling from the Play Store:
https://play.google.com/store/apps/details?id=com.oakesville.mythling 2. Walk through the screenshots in the setup guide. These are accessible from within the app via the Help option, or online at: http://oakesville.github.io/mythling/help.html ###Learn More http://oakesville.github.io/mythling
Clone this wiki locally