AirTunes/AirPlay

From MythTV Official Wiki
Revision as of 02:56, 22 April 2012 by Josh Triplett (talk | contribs) (Enabling AirTunes: Add sha1sum as an extra check.)

Jump to: navigation, search

MythTV 0.25 added support for AirTunes and AirPlay for streaming audio and video from iOS devices to MythFrontend.


Important.png Note: Please note - AirPlay (video support) is experimental at this time. Although AirPlay and AirTunes will work from various iOS devices (i.e., iPod touch, iPhone, iPad), it does not currently work when trying to stream from iTunes.

Enabling AirTunes

AirTunes does not work out the box because AirTunes is a proprietary format and is encrypted in order to enable vendor lock-in. Fortunately the encryption key has been discovered which enables use of AirTunes in open source applications such as MythTV.

When starting the frontend, you will get the following message in the log:

 RAOP Conn: Failed to read key from: /home/<user>/.mythtv/RAOPKey.rsa

You can obtain the key from this post at the vlc-devel mailing list.

Simply copy the entire section:-

 -----BEGIN RSA PRIVATE KEY-----
 (and everything inbetween)
 -----END RSA PRIVATE KEY-----

Paste into a new file at /home/<user>/.mythtv/RAOPKey.rsa and restart your frontend.

The correct RAOPKey.rsa file will have the sha1sum 35a168eaecec4d3c31424bba54de5ca0a058c24a.

Enabling AirPlay (video support)

Because AirPlay support is experimental, you have to manually enable it at the command line.

Set the environment variable named MYTHTV_AIRPLAY before starting the frontend, for example:-

 export MYTHTV_AIRPLAY="1"
 mythfrontend