TwonkyMedia

Aus Programmers Guide

(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
 
Zeile 22: Zeile 22:
#### ANY2MP3 to convert to mp3
#### ANY2MP3 to convert to mp3
-
#### see anymp3-Script below
+
#### see any2mp3-Script below
sudo vim /usr/local/twonkymedia/cgi-bin/any2mp3.location
sudo vim /usr/local/twonkymedia/cgi-bin/any2mp3.location
# insert
# insert
Zeile 36: Zeile 36:
#check the webinterface http://<twonkyhost>:9000 and activate transcoding
#check the webinterface http://<twonkyhost>:9000 and activate transcoding
</source>  
</source>  
 +
 +
[[Any2mp3]] -Script
[[Category:Ubuntu]] [[Category:Bash]] [[Category:MediaServers]]
[[Category:Ubuntu]] [[Category:Bash]] [[Category:MediaServers]]

Aktuelle Version vom 10:42, 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 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