'INSTALLAZIONE DRIVER MULTIPROTO
cd /usr/local/src
hg clone http://jusst.de/hg/multiproto
cd multiproto/linux/include/linux
ln -s /usr/src/linux-headers-$(uname -r)/include/linux/compiler.h compiler.h
cd /usr/local/src/multiproto
make && make install
'INSTALLAZIONE FFMPEG
cd /usr/local/src
apt-get install build-essential
apt-get install mercurial cvs subversion libncurses-dev
apt-get install autoconf libtool automake pkg-config gettext
apt-get install liba52-0.7.4-dev liblame-dev libvorbis-dev zlib1g-dev libpng12-dev libx11-dev libxv-dev libasound2-dev
apt-get build-dep ffmpeg
svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg
cd ffmpeg/
./configure --prefix=/usr --enable-shared --enable-gpl --enable-postproc --enable-libmp3lame --enable-libvorbis --enable-pthreads --enable-swscale
make
make install
ldconfig
'INSTALLAZIONE XINE-LIB 1.2 CON FFMPEG ESTERNO
cd /usr/local/src
apt-get install libcdio-dev libvcdinfo-dev
hg clone http://hg.debian.org/hg/xine-lib/xine-lib-1.2
wget http://www8.mplayerhq.hu/MPlayer/releas ... 07.tar.bz2
tar xivf essential-20071007.tar.bz2
mv essential-20071007 /usr/local/lib/win32
ln -s /usr/local/lib/win32 /usr/local/lib/codecs
cd xine-lib-1.2
./autogen.sh --prefix=/usr --with-external-ffmpeg --disable-dxr3 --enable-w32dll --with-w32-path=/usr/local/lib/win32
make
make install
ldconfig
'INSTALLAZIONE VDR 1.7.0 CON PATCH PER DVB-S2
cd /usr/local/src
apt-get install libfreetype6-dev libfontconfig1-dev libjpeg62-dev libcap-dev libncurses5-dev libncursesw5-dev
wget ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.7.0.tar.bz2
tar xivf vdr-1.7.0.tar.bz2
wget http://www.linuxtv.org/pipermail/vdr/at ... t-0001.bin
mv attachment-0001.bin vdr-1.7.0-h264-syncearly-framespersec-audioindexer-fielddetection-speedup.diff.bz2
bzip2 -d vdr-1.7.0-h264-syncearly-framespersec-audioindexer-fielddetection-speedup.diff.bz2
cd vdr-1.7.0
patch -p1 < ../vdr-1.7.0-h264-syncearly-framespersec-audioindexer-fielddetection-speedup.diff
COPIARE IL FILE /usr/local/src/vdr-1.7.0/Make.config.template in /usr/local/src/vdr-1.7.0/Make.config
apportare le seguenti modifiche:
DVBDIR = /usr/local/src/multiproto/linux
mkdir /video
mkdir -p /video/plugins
make
make plugins
make install
cp *.conf /video
XINELIBOUTPUT:
cd /usr/local/src/vdr-1.7.0/PLUGINS/src
apt-get install libextractor-dev
cvs -d:pserver:anonymous@xineliboutput.cvs.sourceforge.net:/cvsroot/xineliboutput login
cvs -z3 -d:pserver:anonymous@xineliboutput.cvs.sourceforge.net:/cvsroot/xineliboutput co -P vdr-xineliboutput
mv vdr-xineliboutput xineliboutput
cd xineliboutput
make
make install
mkdir -p /video/plugins/xineliboutput
cp *.mpg /video/plugins/xineliboutput/
cd /usr/local/src/vdr-1.7.0
make plugins
cd /usr/local/src/vdr-1.7.0/PLUGINS/xineliboutput
make install
LANCIARE VDR COME SEGUE DALLA DIRECTORY DI VDR:
./vdr -P'xineliboutput -l none -r 37890 -p'
da Gnome(nel mio caso ubuntu) lanciare
vdr-sxfe --video=xv --aspect=16:9 --fullscreen --width=1280 --height=720 --nokbd --
post=tvtime:method=Linear,cheap_mode=1,pulldown=0,use_progressive_frame_flag=1
Di seguito alcuni canali in dvb-s2:
ANIXE HD;BetaDigital:11914:hC910M2O35S1:S19.2E:27500:1535:0;1539=deu:0:0:132:133:6:0
SKY Sport HD 1;SkyItalia:11996:vC23M5O35S1:S13.0E:27500:164:0;416=ita,417=eng:0:919,93B:11020:64511:6400:0
Next HD;SkyItalia:11996:vC23M5O35S1:S13.0E:27500:160:0;400=ita,401=eng:0:919,93B:11030:64511:6400:0
SKY Cinema HD;SkyItalia:11996:vC23M5O35S1:S13.0E:27500:161:0;404=ita,405=eng:0:919,93B:11031:64511:6400:0
NationalGeo HD;SkyItalia:11996:vC23M5O35S1:S13.0E:27500:163:0;412=ita,413=eng:0:919,93B:11032:64511:6400:0
SKY Sport HD 2;SkyItalia:11996:vC23M5O35S1:S13.0E:27500:165:0;420=ita,421=eng:0:919,93B:11033:64511:6400:0
ASTRA HD+;BetaDigital:11914:hC910M2O35S1:S19.2E:27500:1279:0;1283=deu:0:0:131:133:6:0
PREMIERE HD,PREM HD;PREMIERE:11914:hC910M2O35S1:S19.2E:27500:767:0;771=deu,772=eng:32:1837,1833,1834,9C4:129:133:6:0
DISCOVERY HD,DISC HD;PREMIERE:11914:hC910M2O35S1:S19.2E:27500:1023:0;1027=deu:32:1837,1833,1834,9C4:130:133:6:0
Spero di aver fatto cosa gradita e sopratutto di non aver fatto errori di battitura (copia e incolla da vari appunti)
Ciao a tutti
