Install Perian

From AwkwardTV

Jump to: navigation, search

This guide is basically from Nito, but it's probably useful for people not using NitoTV too. This guide assumes you will do all of the work on the Apple TV, accessing it via SSH. It has been updated for Perian 1.1. If you want to install Perian 1.0, replace all references to 1.1 to 1.0.

Contents

[edit] Installer

Installer removed in response to Apple's actions in AppleTV_OS_2.2

[edit] Manual Install

[edit] Log into the Apple TV

[edit] Download Perian

Download Perian_1.1.dmg from http://perian.org/:

wget http://perian.cachefly.net/Perian_1.1.1.dmg

Note: If you don't have wget installed, you can install it from Apple TV Binaries

[edit] Mount Read/Write

sudo mount -uw /

password: frontrow

[edit] Mount the Perian Image

hdiutil attach Perian_1.1.1.dmg

[edit] Install the Files

sudo unzip /Volumes/Perian\ 1.1.1/Perian.prefPane/Contents/Resources/Components/Perian.zip -d /Library/QuickTime/ 
sudo unzip /Volumes/Perian\ 1.1.1/Perian.prefPane/Contents/Resources/Components/CoreAudio/A52Codec.zip -d /Library/Audio/Plug-Ins/Components/
sudo unzip /Volumes/Perian\ 1.1.1/Perian.prefPane/Contents/Resources/Components/QuickTime/AC3MovieImport.zip -d /Library/QuickTime/ 

Note: If you don't have unzip installed, you can install it from Apple TV Binaries

[edit] Unmount Perian Image

hdiutil detach /Volumes/Perian\ 1.1.1

[edit] Mount read-only

sudo mount -ur /
Personal tools