Mudanças entre as edições de "Theorur"
De MochilaWiki
Ir para navegaçãoIr para pesquisar(11 revisões intermediárias pelo mesmo usuário não estão sendo mostradas) | |||
Linha 1: | Linha 1: | ||
Theorur é uma interface grafica para transmissão de vídeo, usando theorur, ffmpeg2theora, oggfwd e dvgrab. | Theorur é uma interface grafica para transmissão de vídeo, usando theorur, ffmpeg2theora, oggfwd e dvgrab. | ||
+ | |||
+ | Ubuntu 14.04 Trusty Tahr | ||
+ | <source lang="bash"> | ||
+ | sudo apt-get install libgtk2.0-dev gstreamer0.10-plugins-bad | ||
+ | wget http://pub.nkosi.org/theorur/theorur-0.6h.tar.gz | ||
+ | tar zxvf theorur-0.6h.tar.gz | ||
+ | cd theorur-0.6/ | ||
+ | make clean | ||
+ | ./configure | ||
+ | make | ||
+ | sudo make install | ||
+ | </source> | ||
+ | |||
+ | Para forçar gstreamer 0.10: | ||
+ | <source lang="bash"> | ||
+ | theorur -0 | ||
+ | </source> | ||
+ | |||
+ | Para forçar gstreamer 1.0: | ||
+ | <source lang="bash"> | ||
+ | theorur -1 | ||
+ | </source> | ||
Em Debian Lenny | Em Debian Lenny | ||
− | + | <source lang="bash"> | |
− | + | wget -c http://pub.quijaua.com.br/theorur/theorur_0.5.4lenny_i386.deb | |
− | + | dpkg -i theorur_0.5.4lenny_i386.deb | |
+ | apt-get -f install | ||
+ | </source> | ||
+ | Fedora 16 | ||
+ | <source lang="bash"> | ||
+ | yum install ffmpeg ffmpeg2theora dvgrab gtk2-devel | ||
+ | cd /tmp/ | ||
+ | wget -c http://v2v.cc/~j/ffmpeg2theora/oggfwd/oggfwd.linux.bin | ||
+ | wget http://pub.nkosi.org/theorur/theorur-0.5.4.tar.gz | ||
+ | cp oggfwd.linux.bin /usr/local/bin/oggfwd | ||
+ | chmod 755 /usr/local/bin/oggfwd | ||
+ | tar zxvf theorur-0.5.4.tar.gz | ||
+ | cd theorur-0.5.4/ | ||
+ | ./configure | ||
+ | make | ||
+ | make install | ||
+ | </source> | ||
− | [[Categoria: | + | [[Categoria:Streaming]] |
− |
Edição atual tal como às 18h32min de 12 de junho de 2014
Theorur é uma interface grafica para transmissão de vídeo, usando theorur, ffmpeg2theora, oggfwd e dvgrab.
Ubuntu 14.04 Trusty Tahr
sudo apt-get install libgtk2.0-dev gstreamer0.10-plugins-bad
wget http://pub.nkosi.org/theorur/theorur-0.6h.tar.gz
tar zxvf theorur-0.6h.tar.gz
cd theorur-0.6/
make clean
./configure
make
sudo make install
Para forçar gstreamer 0.10:
theorur -0
Para forçar gstreamer 1.0:
theorur -1
Em Debian Lenny
wget -c http://pub.quijaua.com.br/theorur/theorur_0.5.4lenny_i386.deb
dpkg -i theorur_0.5.4lenny_i386.deb
apt-get -f install
Fedora 16
yum install ffmpeg ffmpeg2theora dvgrab gtk2-devel
cd /tmp/
wget -c http://v2v.cc/~j/ffmpeg2theora/oggfwd/oggfwd.linux.bin
wget http://pub.nkosi.org/theorur/theorur-0.5.4.tar.gz
cp oggfwd.linux.bin /usr/local/bin/oggfwd
chmod 755 /usr/local/bin/oggfwd
tar zxvf theorur-0.5.4.tar.gz
cd theorur-0.5.4/
./configure
make
make install