New linux server setup. All channels display fine in PS or windows client. However, with MVP black screen on HD channels. Video and audio on SD channels of the DVB QAM adapter. Noticeably, the SD channels are full screen instead of letter and pillar boxed as I was used to with OTA on windows.
Running beta 6.2.5 on ubuntu 7.0.4 Is there a setting to turn on MVP transcoding that I am missing in the properties file?
EDIT Ubuntu was missing quite a few dependencies.
Quote:
libmp3lame.so.0 => not found -- not installed by apt-get lame need dev package instead.
libxvidcore.so.4 => not found
libfaac.so.0 => not found
libTSnative.so => not found
libiec61883.so.0 => not found
libraw1394.so.8 => not found
libavc1394.so.0 => not found
librom1394.so.0 => not found
libfaac.so.0 => not found
libxvidcore.so.4 => not found
libmp3lame.so.0 => not found
libTSnative.so => not found
|
All of the above had numerous packages to install. I will supply an apt-get statement in a bit. The libTSnative.so is in the app directory which is added to the lib path upon startsage, but I linked to it in /usr/lib for posterity.
Code:
sudo apt-get install liblame-dev libxvidcore4-dev libraw1394-8 libavc1394-0 libiec61883-0; sudo ln -s /opt/sagetv/server/libTSnative.so /usr/lib/libTSnative.so
B