FAQ  •  Register  •  Login

[SOLVED] Ubuntu 12.04 ffmpeg problems

<<

ElToro1966

Streaming enthusiast

Posts: 22

Joined: Sun Oct 23, 2011 10:14 am

Post Thu Nov 08, 2012 3:24 pm

[SOLVED] Ubuntu 12.04 ffmpeg problems

I've just upgraded to 1.01 and it works fine, except that I have problems playing back podcasts. On my Foobar2000-client (v.1.1.16 on Win7) I get the following error:
Unable to open item for playback (Internal Server Error (500)):
"http://192.168.0.109:8895/resource/1000000000090001/MEDIA_ITEM/MP3-0/ORIGINAL"


I can see the server, the folders and each podcast in the UPnP browser of the Foobar2000, but it is impossible to play back. I've also tried other clients without success.

The server:
Serviio 1.01
Ubuntu 12.04 LTS
ffmpeg 4:0.8.3-0ubuntu0.12.04.1 (latest version)

The server log:
  Code:
2012-11-08 13:37:28,738 WARN  [ProcessExecutor] Process ffmpeg has a return code of 1! This is a possible error.
2012-11-08 13:37:52,797 ERROR [ResourceTransportRequestHandler] Error while processing resource, sending back 500 error. Message: FFmpeg execution failed
java.io.IOException: FFmpeg execution failed
   at org.serviio.delivery.resource.transcode.FileBasedTranscodingDeliveryStrategy.createInputStream(FileBasedTranscodingDeliveryStrategy.java:47)
   at org.serviio.delivery.resource.transcode.AbstractTranscodingDeliveryEngine.retrieveTranscodedResource(AbstractTranscodingDeliveryEngine.java:125)
   at org.serviio.delivery.resource.AbstractDeliveryEngine.deliver(AbstractDeliveryEngine.java:95)
   at org.serviio.delivery.MediaResourceRetrievalStrategy.retrieveResource(MediaResourceRetrievalStrategy.java:117)
   at org.serviio.delivery.ResourceDeliveryProcessor.deliverContent(ResourceDeliveryProcessor.java:84)
   at org.serviio.upnp.webserver.ResourceTransportRequestHandler.handleRequest(ResourceTransportRequestHandler.java:79)
   at org.serviio.upnp.webserver.AbstractRequestHandler.handle(AbstractRequestHandler.java:61)
   at org.apache.http.protocol.HttpService.doService(HttpService.java:293)
   at org.serviio.upnp.webserver.ServiioHttpService.doService(ServiioHttpService.java:58)
   at org.apache.http.protocol.HttpService.handleRequest(HttpService.java:212)
   at org.serviio.upnp.webserver.WebServer$WorkerThread.run(WebServer.java:191)
2012-11-08 13:38:03,012 WARN  [ProcessExecutor] Process ffmpeg has a return code of 1! This is a possible error.
2012-11-08 13:38:17,887 ERROR [ResourceTransportRequestHandler] Error while processing resource, sending back 500 error. Message: Transcoded file '/tmp/Serviio/transcoding-temp-1000000000090002-1-ORIGINAL.stf' cannot be found, FFmpeg execution probably failed
java.io.IOException: Transcoded file '/tmp/Serviio/transcoding-temp-1000000000090002-1-ORIGINAL.stf' cannot be found, FFmpeg execution probably failed
   at org.serviio.delivery.resource.transcode.FileBasedTranscodingDeliveryStrategy.createInputStream(FileBasedTranscodingDeliveryStrategy.java:45)
   at org.serviio.delivery.resource.transcode.AbstractTranscodingDeliveryEngine.retrieveTranscodedResource(AbstractTranscodingDeliveryEngine.java:125)
   at org.serviio.delivery.resource.AbstractDeliveryEngine.deliver(AbstractDeliveryEngine.java:95)
   at org.serviio.delivery.MediaResourceRetrievalStrategy.retrieveResource(MediaResourceRetrievalStrategy.java:117)
   at org.serviio.delivery.ResourceDeliveryProcessor.deliverContent(ResourceDeliveryProcessor.java:84)
   at org.serviio.upnp.webserver.ResourceTransportRequestHandler.handleRequest(ResourceTransportRequestHandler.java:79)
   at org.serviio.upnp.webserver.AbstractRequestHandler.handle(AbstractRequestHandler.java:61)
   at org.apache.http.protocol.HttpService.doService(HttpService.java:293)
   at org.serviio.upnp.webserver.ServiioHttpService.doService(ServiioHttpService.java:58)
   at org.apache.http.protocol.HttpService.handleRequest(HttpService.java:212)
   at org.serviio.upnp.webserver.WebServer$WorkerThread.run(WebServer.java:191)
2012-11-08 13:38:28,077 WARN  [ProcessExecutor] Process ffmpeg has a return code of 1! This is a possible error.
2012-11-08 13:38:28,101 WARN  [FeedUpdaterThread] An error occured while retrieving thumbnail, will remove it from the item the and will continue
org.serviio.library.online.CannotRetrieveThumbnailException: Failed to download thumbnail http://nrk.no/img/595808.jpg.
   at org.serviio.library.online.OnlineLibraryManager.findThumbnail(OnlineLibraryManager.java:266)
   at org.serviio.library.online.metadata.FeedUpdaterThread.run(FeedUpdaterThread.java:107)
Caused by: java.io.FileNotFoundException: http://img.nrk.no/img/595808.jpg
   at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1613)
   at org.serviio.util.HttpClient.retrieveBinaryFileFromURL(HttpClient.java:72)
   at org.serviio.library.online.OnlineLibraryManager.findThumbnail(OnlineLibraryManager.java:258)
   ... 1 more
2012-11-08 13:38:28,466 WARN  [FeedUpdaterThread] An error occured while retrieving thumbnail, will remove it from the item the and will continue
org.serviio.library.online.CannotRetrieveThumbnailException: Failed to download thumbnail http://nrk.no/img/595808.jpg.
   at org.serviio.library.online.OnlineLibraryManager.findThumbnail(OnlineLibraryManager.java:266)
   at org.serviio.library.online.metadata.FeedUpdaterThread.run(FeedUpdaterThread.java:107)
Caused by: java.io.FileNotFoundException: http://img.nrk.no/img/595808.jpg
   at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1613)
   at org.serviio.util.HttpClient.retrieveBinaryFileFromURL(HttpClient.java:72)
   at org.serviio.library.online.OnlineLibraryManager.findThumbnail(OnlineLibraryManager.java:258)
   ... 1 more
2012-11-08 13:38:28,823 WARN  [FeedUpdaterThread] An error occured while retrieving thumbnail, will remove it from the item the and will continue
org.serviio.library.online.CannotRetrieveThumbnailException: Failed to download thumbnail http://nrk.no/img/595808.jpg.
   at org.serviio.library.online.OnlineLibraryManager.findThumbnail(OnlineLibraryManager.java:266)
   at org.serviio.library.online.metadata.FeedUpdaterThread.run(FeedUpdaterThread.java:107)
Caused by: java.io.FileNotFoundException: http://img.nrk.no/img/595808.jpg
   at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1613)
   at org.serviio.util.HttpClient.retrieveBinaryFileFromURL(HttpClient.java:72)
   at org.serviio.library.online.OnlineLibraryManager.findThumbnail(OnlineLibraryManager.java:258)
   ... 1 more
2012-11-08 13:38:29,176 WARN  [FeedUpdaterThread] An error occured while retrieving thumbnail, will remove it from the item the and will continue
org.serviio.library.online.CannotRetrieveThumbnailException: Failed to download thumbnail http://nrk.no/img/595808.jpg.
   at org.serviio.library.online.OnlineLibraryManager.findThumbnail(OnlineLibraryManager.java:266)
   at org.serviio.library.online.metadata.FeedUpdaterThread.run(FeedUpdaterThread.java:107)
Caused by: java.io.FileNotFoundException: http://img.nrk.no/img/595808.jpg
   at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1613)
   at org.serviio.util.HttpClient.retrieveBinaryFileFromURL(HttpClient.java:72)
   at org.serviio.library.online.OnlineLibraryManager.findThumbnail(OnlineLibraryManager.java:258)
   ... 1 more
2012-11-08 13:38:29,517 WARN  [FeedUpdaterThread] An error occured while retrieving thumbnail, will remove it from the item the and will continue
org.serviio.library.online.CannotRetrieveThumbnailException: Failed to download thumbnail http://nrk.no/img/595808.jpg.
   at org.serviio.library.online.OnlineLibraryManager.findThumbnail(OnlineLibraryManager.java:266)
   at org.serviio.library.online.metadata.FeedUpdaterThread.run(FeedUpdaterThread.java:107)
Caused by: java.io.FileNotFoundException: http://img.nrk.no/img/595808.jpg
   at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1613)
   at org.serviio.util.HttpClient.retrieveBinaryFileFromURL(HttpClient.java:72)
   at org.serviio.library.online.OnlineLibraryManager.findThumbnail(OnlineLibraryManager.java:258)
   ... 1 more
2012-11-08 13:38:29,860 WARN  [FeedUpdaterThread] An error occured while retrieving thumbnail, will remove it from the item the and will continue
org.serviio.library.online.CannotRetrieveThumbnailException: Failed to download thumbnail http://nrk.no/img/595808.jpg.
   at org.serviio.library.online.OnlineLibraryManager.findThumbnail(OnlineLibraryManager.java:266)
   at org.serviio.library.online.metadata.FeedUpdaterThread.run(FeedUpdaterThread.java:107)
Caused by: java.io.FileNotFoundException: http://img.nrk.no/img/595808.jpg
   at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1613)
   at org.serviio.util.HttpClient.retrieveBinaryFileFromURL(HttpClient.java:72)
   at org.serviio.library.online.OnlineLibraryManager.findThumbnail(OnlineLibraryManager.java:258)
   ... 1 more
2012-11-08 13:38:30,204 WARN  [FeedUpdaterThread] An error occured while retrieving thumbnail, will remove it from the item the and will continue
org.serviio.library.online.CannotRetrieveThumbnailException: Failed to download thumbnail http://nrk.no/img/595808.jpg.
   at org.serviio.library.online.OnlineLibraryManager.findThumbnail(OnlineLibraryManager.java:266)
   at org.serviio.library.online.metadata.FeedUpdaterThread.run(FeedUpdaterThread.java:107)
Caused by: java.io.FileNotFoundException: http://img.nrk.no/img/595808.jpg
   at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1613)
   at org.serviio.util.HttpClient.retrieveBinaryFileFromURL(HttpClient.java:72)
   at org.serviio.library.online.OnlineLibraryManager.findThumbnail(OnlineLibraryManager.java:258)
   ... 1 more
2012-11-08 13:38:30,551 WARN  [FeedUpdaterThread] An error occured while retrieving thumbnail, will remove it from the item the and will continue
org.serviio.library.online.CannotRetrieveThumbnailException: Failed to download thumbnail http://nrk.no/img/595808.jpg.
   at org.serviio.library.online.OnlineLibraryManager.findThumbnail(OnlineLibraryManager.java:266)
   at org.serviio.library.online.metadata.FeedUpdaterThread.run(FeedUpdaterThread.java:107)
Caused by: java.io.FileNotFoundException: http://img.nrk.no/img/595808.jpg
   at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1613)
   at org.serviio.util.HttpClient.retrieveBinaryFileFromURL(HttpClient.java:72)
   at org.serviio.library.online.OnlineLibraryManager.findThumbnail(OnlineLibraryManager.java:258)
   ... 1 more
2012-11-08 13:38:30,894 WARN  [FeedUpdaterThread] An error occured while retrieving thumbnail, will remove it from the item the and will continue
org.serviio.library.online.CannotRetrieveThumbnailException: Failed to download thumbnail http://nrk.no/img/595808.jpg.
   at org.serviio.library.online.OnlineLibraryManager.findThumbnail(OnlineLibraryManager.java:266)
   at org.serviio.library.online.metadata.FeedUpdaterThread.run(FeedUpdaterThread.java:107)
Caused by: java.io.FileNotFoundException: http://img.nrk.no/img/595808.jpg
   at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1613)
   at org.serviio.util.HttpClient.retrieveBinaryFileFromURL(HttpClient.java:72)
   at org.serviio.library.online.OnlineLibraryManager.findThumbnail(OnlineLibraryManager.java:258)
   ... 1 more
2012-11-08 13:38:31,350 WARN  [FeedUpdaterThread] An error occured while retrieving thumbnail, will remove it from the item the and will continue
org.serviio.library.online.CannotRetrieveThumbnailException: Failed to download thumbnail http://nrk.no/img/595808.jpg.
   at org.serviio.library.online.OnlineLibraryManager.findThumbnail(OnlineLibraryManager.java:266)
   at org.serviio.library.online.metadata.FeedUpdaterThread.run(FeedUpdaterThread.java:107)
Caused by: java.io.FileNotFoundException: http://img.nrk.no/img/595808.jpg
   at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1613)
   at org.serviio.util.HttpClient.retrieveBinaryFileFromURL(HttpClient.java:72)
   at org.serviio.library.online.OnlineLibraryManager.findThumbnail(OnlineLibraryManager.java:258)
   ... 1 more
2012-11-08 13:38:31,710 WARN  [FeedUpdaterThread] An error occured while retrieving thumbnail, will remove it from the item the and will continue
org.serviio.library.online.CannotRetrieveThumbnailException: Failed to download thumbnail http://nrk.no/img/595808.jpg.
   at org.serviio.library.online.OnlineLibraryManager.findThumbnail(OnlineLibraryManager.java:266)
   at org.serviio.library.online.metadata.FeedUpdaterThread.run(FeedUpdaterThread.java:107)
Caused by: java.io.FileNotFoundException: http://img.nrk.no/img/595808.jpg
   at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1613)
   at org.serviio.util.HttpClient.retrieveBinaryFileFromURL(HttpClient.java:72)
   at org.serviio.library.online.OnlineLibraryManager.findThumbnail(OnlineLibraryManager.java:258)
   ... 1 more
2012-11-08 13:38:32,068 WARN  [FeedUpdaterThread] An error occured while retrieving thumbnail, will remove it from the item the and will continue
org.serviio.library.online.CannotRetrieveThumbnailException: Failed to download thumbnail http://nrk.no/img/595808.jpg.
   at org.serviio.library.online.OnlineLibraryManager.findThumbnail(OnlineLibraryManager.java:266)
   at org.serviio.library.online.metadata.FeedUpdaterThread.run(FeedUpdaterThread.java:107)
Caused by: java.io.FileNotFoundException: http://img.nrk.no/img/595808.jpg
   at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1613)
   at org.serviio.util.HttpClient.retrieveBinaryFileFromURL(HttpClient.java:72)
   at org.serviio.library.online.OnlineLibraryManager.findThumbnail(OnlineLibraryManager.java:258)
   ... 1 more
2012-11-08 13:38:32,417 WARN  [FeedUpdaterThread] An error occured while retrieving thumbnail, will remove it from the item the and will continue
org.serviio.library.online.CannotRetrieveThumbnailException: Failed to download thumbnail http://nrk.no/img/595808.jpg.
   at org.serviio.library.online.OnlineLibraryManager.findThumbnail(OnlineLibraryManager.java:266)
   at org.serviio.library.online.metadata.FeedUpdaterThread.run(FeedUpdaterThread.java:107)
Caused by: java.io.FileNotFoundException: http://img.nrk.no/img/595808.jpg
   at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1613)
   at org.serviio.util.HttpClient.retrieveBinaryFileFromURL(HttpClient.java:72)
   at org.serviio.library.online.OnlineLibraryManager.findThumbnail(OnlineLibraryManager.java:258)
   ... 1 more
2012-11-08 13:38:32,780 WARN  [FeedUpdaterThread] An error occured while retrieving thumbnail, will remove it from the item the and will continue
org.serviio.library.online.CannotRetrieveThumbnailException: Failed to download thumbnail http://nrk.no/img/595808.jpg.
   at org.serviio.library.online.OnlineLibraryManager.findThumbnail(OnlineLibraryManager.java:266)
   at org.serviio.library.online.metadata.FeedUpdaterThread.run(FeedUpdaterThread.java:107)
Caused by: java.io.FileNotFoundException: http://img.nrk.no/img/595808.jpg
   at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1613)
   at org.serviio.util.HttpClient.retrieveBinaryFileFromURL(HttpClient.java:72)
   at org.serviio.library.online.OnlineLibraryManager.findThumbnail(OnlineLibraryManager.java:258)
   ... 1 more
2012-11-08 13:38:33,137 WARN  [FeedUpdaterThread] An error occured while retrieving thumbnail, will remove it from the item the and will continue
org.serviio.library.online.CannotRetrieveThumbnailException: Failed to download thumbnail http://nrk.no/img/595808.jpg.
   at org.serviio.library.online.OnlineLibraryManager.findThumbnail(OnlineLibraryManager.java:266)
   at org.serviio.library.online.metadata.FeedUpdaterThread.run(FeedUpdaterThread.java:107)
Caused by: java.io.FileNotFoundException: http://img.nrk.no/img/595808.jpg
   at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1613)
   at org.serviio.util.HttpClient.retrieveBinaryFileFromURL(HttpClient.java:72)
   at org.serviio.library.online.OnlineLibraryManager.findThumbnail(OnlineLibraryManager.java:258)
   ... 1 more
2012-11-08 13:38:33,489 WARN  [FeedUpdaterThread] An error occured while retrieving thumbnail, will remove it from the item the and will continue
org.serviio.library.online.CannotRetrieveThumbnailException: Failed to download thumbnail http://nrk.no/img/595808.jpg.
   at org.serviio.library.online.OnlineLibraryManager.findThumbnail(OnlineLibraryManager.java:266)
   at org.serviio.library.online.metadata.FeedUpdaterThread.run(FeedUpdaterThread.java:107)
Caused by: java.io.FileNotFoundException: http://img.nrk.no/img/595808.jpg
   at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1613)
   at org.serviio.util.HttpClient.retrieveBinaryFileFromURL(HttpClient.java:72)
   at org.serviio.library.online.OnlineLibraryManager.findThumbnail(OnlineLibraryManager.java:258)
   ... 1 more
2012-11-08 13:38:33,833 WARN  [FeedUpdaterThread] An error occured while retrieving thumbnail, will remove it from the item the and will continue
org.serviio.library.online.CannotRetrieveThumbnailException: Failed to download thumbnail http://nrk.no/img/595808.jpg.
   at org.serviio.library.online.OnlineLibraryManager.findThumbnail(OnlineLibraryManager.java:266)
   at org.serviio.library.online.metadata.FeedUpdaterThread.run(FeedUpdaterThread.java:107)
Caused by: java.io.FileNotFoundException: http://img.nrk.no/img/595808.jpg
   at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1613)
   at org.serviio.util.HttpClient.retrieveBinaryFileFromURL(HttpClient.java:72)
   at org.serviio.library.online.OnlineLibraryManager.findThumbnail(OnlineLibraryManager.java:258)
   ... 1 more
2012-11-08 13:38:34,403 WARN  [FeedUpdaterThread] An error occured while retrieving thumbnail, will remove it from the item the and will continue
org.serviio.library.online.CannotRetrieveThumbnailException: Failed to download thumbnail http://nrk.no/img/595808.jpg.
   at org.serviio.library.online.OnlineLibraryManager.findThumbnail(OnlineLibraryManager.java:266)
   at org.serviio.library.online.metadata.FeedUpdaterThread.run(FeedUpdaterThread.java:107)
Caused by: java.io.FileNotFoundException: http://img.nrk.no/img/595808.jpg
   at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1613)
   at org.serviio.util.HttpClient.retrieveBinaryFileFromURL(HttpClient.java:72)
   at org.serviio.library.online.OnlineLibraryManager.findThumbnail(OnlineLibraryManager.java:258)
   ... 1 more
2012-11-08 13:38:34,829 WARN  [FeedUpdaterThread] An error occured while retrieving thumbnail, will remove it from the item the and will continue
org.serviio.library.online.CannotRetrieveThumbnailException: Failed to download thumbnail http://nrk.no/img/595808.jpg.
   at org.serviio.library.online.OnlineLibraryManager.findThumbnail(OnlineLibraryManager.java:266)
   at org.serviio.library.online.metadata.FeedUpdaterThread.run(FeedUpdaterThread.java:107)
Caused by: java.io.FileNotFoundException: http://img.nrk.no/img/595808.jpg
   at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1613)
   at org.serviio.util.HttpClient.retrieveBinaryFileFromURL(HttpClient.java:72)
   at org.serviio.library.online.OnlineLibraryManager.findThumbnail(OnlineLibraryManager.java:258)
   ... 1 more
2012-11-08 13:38:35,187 WARN  [FeedUpdaterThread] An error occured while retrieving thumbnail, will remove it from the item the and will continue
org.serviio.library.online.CannotRetrieveThumbnailException: Failed to download thumbnail http://nrk.no/img/595808.jpg.
   at org.serviio.library.online.OnlineLibraryManager.findThumbnail(OnlineLibraryManager.java:266)
   at org.serviio.library.online.metadata.FeedUpdaterThread.run(FeedUpdaterThread.java:107)
Caused by: java.io.FileNotFoundException: http://img.nrk.no/img/595808.jpg
   at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1613)
   at org.serviio.util.HttpClient.retrieveBinaryFileFromURL(HttpClient.java:72)
   at org.serviio.library.online.OnlineLibraryManager.findThumbnail(OnlineLibraryManager.java:258)
   ... 1 more
Last edited by ElToro1966 on Fri Nov 09, 2012 12:32 pm, edited 1 time in total.
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Thu Nov 08, 2012 8:40 pm

Re: Podcast problems - Internal Server Error 500

Probably old version of FFmpeg.
<<

ElToro1966

Streaming enthusiast

Posts: 22

Joined: Sun Oct 23, 2011 10:14 am

Post Fri Nov 09, 2012 12:31 pm

Re: Podcast problems - Internal Server Error 500

zip wrote:Probably old version of FFmpeg.


It shouldn't be. But it is. Installed ffmpeg via the Ubuntu Software Center, but this seems to be insufficient. The steps below have to be followed.

Changing header to solved and title to Ubuntu 12.04 ffmpeg problems.

For Ubuntu 12.05 that have problems as above, the ffmpeg should be installed from the terminal. Moreover, additional codecs and libraries should be installed to esnure flawless operation of Serviio. Recommend you do the following using Terminal:

Install missing codecs (including latest Lame):

  Code:
sudo apt-get install ubuntu-restricted-extras


Install DVD playback libraries:

  Code:
sudo apt-get install libdvdread4

sudo wget --output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list && sudo apt-get --quiet update && sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring && sudo apt-get --quiet update

sudo apt-get install libdvdcss2


Install ffmpeg:

  Code:

sudo apt-get install libxine1-ffmpeg gxine mencoder mpeg2dec vorbis-tools id3v2 mpg321 mpg123 libflac++6 ffmpeg totem-mozilla icedax tagtool easytag id3tool lame nautilus-script-audio-convert libmad0 libjpeg-progs flac faac faad sox ffmpeg2theora libmpeg2-4 uudeview flac libmpeg3-1 mpeg3-utils mpegdemux liba52-0.7.4-dev libquicktime2



Install Gstreamer:

  Code:

sudo apt-get install gstreamer0.10-ffmpeg gstreamer0.10-fluendo-mp3 gstreamer0.10-gnonlin gstreamer0.10-sdl gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-bad gstreamer0.10-plugins-ugly totem-plugins-extra gstreamer-dbus-media-service gstreamer-tools



That's it! :geek:
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Fri Nov 09, 2012 2:19 pm

Re: [SOLVED] Ubuntu 12.04 ffmpeg problems

great, thanks. Maybe you could add it /update the wiki?
<<

ElToro1966

Streaming enthusiast

Posts: 22

Joined: Sun Oct 23, 2011 10:14 am

Post Fri Nov 09, 2012 4:42 pm

Re: [SOLVED] Ubuntu 12.04 ffmpeg problems

zip wrote:great, thanks. Maybe you could add it /update the wiki?


Done. http://wiki.serviio.org/doku.php?id=howto:linux:install:ubuntu12-04

8-)
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Sun Nov 11, 2012 10:57 pm

Re: [SOLVED] Ubuntu 12.04 ffmpeg problems

Thanks :-)

Return to Serviio Support & Help

Who is online

Users browsing this forum: No registered users and 31 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.