TwonkyMedia

Aus Programmers Guide

Wechseln zu: Navigation, Suche

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 any2mp3-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

Any2mp3 -Script

Persönliche Werkzeuge