TwonkyMedia

Aus Programmers Guide

(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
Zeile 1: Zeile 1:
-
== Fehler: Twonkymedia Server unter Linux transcodiert nicht  ==
+
== Failture: No transcoding with Twonkymedia-Server under Ubuntu ==
-
[[Image:TwonkyMediaServer logo.jpg|thumb|right|192x84px]]  
+
[[Image:TwonkyMediaServer logo.jpg|thumb|right|192x84px]] <source lang="bash">
 +
# install ffmpeg for video and audio trancoding
 +
# and imagemagick for picture transcoding
 +
sudo apt-get install ffmpeg imagemagick
-
<source lang="bash">
+
#################################################
-
#install ffmpeg
+
# say twonky that we haven't any windows system #
-
sudo apt-get install ffmpeg
+
 
-
# say twonky that we don't have a windows system
+
#### FFMPEG to convert videos
-
#
+
sudo vim /usr/local/twonkymedia/cgi-bin/ffmpeg.location
# change
# change
# c:/ffmpeg to /usr/bin
# c:/ffmpeg to /usr/bin
# quit with :wq
# quit with :wq
-
sudo vim /usr/local/twonkymedia/cgi-bin/ffmpeg.location
 
-
#restart twonkyserver
+
#### CONVERT with imagemagick
 +
sudo vim /usr/local/twonkymedia/cgi-bin/convert.location
 +
# change
 +
# %PROGRAMFILES%\ImageMagick to /usr/bin
 +
# quit with :wq
 +
 
 +
#### ANY2MP3 to convert to mp3
 +
#### see anymp3-Script below
 +
sudo vim /usr/local/twonkymedia/cgi-bin/any2mp3.location
 +
# insert
 +
# /usr/bin
 +
# quit with :wq
 +
 
 +
# now we have to restart twonkyserver
 +
# on commandline
sudo /etc/init.d/twonkserver restart
sudo /etc/init.d/twonkserver restart
 +
# OR
 +
# on webinterface http://<yourtwonkyserver>:9000
#check the webinterface http://<twonkyhost>:9000 and activate transcoding
#check the webinterface http://<twonkyhost>:9000 and activate transcoding

Version vom 10:32, 12. Mai 2010

Failture: No transcoding with Twonkymedia-Server under Ubuntu

# install ffmpeg for video and audio trancoding 
# and imagemagick for picture transcoding
sudo apt-get install ffmpeg imagemagick
 
#################################################
# say twonky that we haven't any windows system #
 
#### FFMPEG to convert videos
sudo vim /usr/local/twonkymedia/cgi-bin/ffmpeg.location
# change
# c:/ffmpeg to /usr/bin
# quit with :wq
 
#### CONVERT with imagemagick
sudo vim /usr/local/twonkymedia/cgi-bin/convert.location
# change
# %PROGRAMFILES%\ImageMagick to /usr/bin
# quit with :wq
 
#### ANY2MP3 to convert to mp3
#### see anymp3-Script below
sudo vim /usr/local/twonkymedia/cgi-bin/any2mp3.location
# insert
# /usr/bin
# quit with :wq
 
# now we have to restart twonkyserver
# on commandline
sudo /etc/init.d/twonkserver restart
# OR
# on webinterface http://<yourtwonkyserver>:9000 
 
#check the webinterface http://<twonkyhost>:9000 and activate transcoding
Persönliche Werkzeuge