I've installed the media server just fine on Ubuntu, but I'm having trouble installing PHT correctly. PHT is installed, but videos have no sound and the playback speed is at least 2x normal.
bash history of what I've done so far:
30 sudo add-apt-repository ppa:plexapp/plexht
31 sudo add-apt-repository ppa:jon-severinsson/ffmpeg
32 sudo apt-get update
33 sudo apt-get install plexhometheater
34 sudo apt-add-repository ppa:pulse-eight/libcec
35 sudo apt-get update
36 sudo apt-get install libcec-dev
37 sudo apt-get install mkvtoolnix
Line 31 failed because it says that it doesn't exist. Is installing ffmpeg needed?
Any other suggestions of dependencies that my google searching missed?