[SOLVED] Subsonic on FreeBSD: Audio OK, videos issues

Need help? Post your questions here.

Moderator: moderators

[SOLVED] Subsonic on FreeBSD: Audio OK, videos issues

Postby vendeerasta » Fri Feb 11, 2011 3:26 pm

hello!

i've got some problems with videos on subsonic

my server runs on Freebsd 7.x
i have installed subsonic 4.4 embeded on it
installed too:

xtrans-1.0.4
xproto-7.0.10_1
xextproto-7.0.2
javavmwrapper-2.3.2

diablo-jre-freebsd7.i386.1.6.0.07.02

installing subsonic on
/var/subsonic/standalone/

and transcoders on
/var/subsonic/transcode/

installed the transcoders packages:
mac
flac
lame

installed ffmpeg with
pkg_add -r ftp://ftp.freebsd.org/pub/FreeBSD/ports ... -0.6.1_3,1

audio works fine but when I want to read video , i've got error
Video not found or access denied

i've tried to symlink ffmpeg with transcode folder by
ln -s /var/db/pkg/ffmpeg-0.6.1_3,1 /var/subsonnic/transcode/

but it still not work

in the log i've got this error message:


Code: Select all
[2011-02-11 14:43:45,728] WARN FFmpegParser - Error when parsing metadata in /mnt/RAID5/films/series/Kaamelott/Livre II/kaa2e1-zbc.avi
java.io.IOException: Cannot run program "/var/subsonic/transcode/ffmpeg": java.io.IOException: error=2, No such file or directory
   at java.lang.ProcessBuilder.start(ProcessBuilder.java:459)
   at java.lang.Runtime.exec(Runtime.java:593)
   at java.lang.Runtime.exec(Runtime.java:466)
   at net.sourceforge.subsonic.service.metadata.FFmpegParser.getRawMetaData(FFmpegParser.java:66)
   at net.sourceforge.subsonic.service.metadata.MetaDataParser.getMetaData(MetaDataParser.java:43)
   at net.sourceforge.subsonic.domain.MusicFile.getMetaData(MusicFile.java:242)
   at net.sourceforge.subsonic.controller.HomeController.resolveArtistAndAlbumTitle(HomeController.java:208)
   at net.sourceforge.subsonic.controller.HomeController.createAlbum(HomeController.java:180)
   at net.sourceforge.subsonic.controller.HomeController.getRandom(HomeController.java:168)
   at net.sourceforge.subsonic.controller.HomeController.handleRequestInternal(HomeController.java:95)
   at org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)
   at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48)
   at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:875)
   at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:807)
   at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:571)
   at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:501)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
   at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
   at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1093)
   at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:265)
   at org.acegisecurity.intercept.web.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:107)
   at org.acegisecurity.intercept.web.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:72)
   at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275)
   at org.acegisecurity.ui.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:166)
   at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275)
   at org.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter(AnonymousProcessingFilter.java:125)
   at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275)
   at org.acegisecurity.ui.rememberme.RememberMeProcessingFilter.doFilter(RememberMeProcessingFilter.java:142)
   at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275)
   at org.acegisecurity.wrapper.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:81)
   at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275)
   at org.acegisecurity.ui.basicauth.BasicProcessingFilter.doFilter(BasicProcessingFilter.java:173)
   at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275)
   at org.acegisecurity.ui.AbstractProcessingFilter.doFilter(AbstractProcessingFilter.java:271)
   at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275)
   at org.acegisecurity.ui.logout.LogoutFilter.doFilter(LogoutFilter.java:110)
   at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275)
   at org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(HttpSessionContextIntegrationFilter.java:249)
   at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275)
   at org.acegisecurity.util.FilterChainProxy.doFilter(FilterChainProxy.java:149)
   at org.acegisecurity.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:98)
   at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
   at net.sourceforge.subsonic.filter.ResponseHeaderFilter.doFilter(ResponseHeaderFilter.java:47)
   at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
   at net.sourceforge.subsonic.filter.RequestEncodingFilter.doFilter(RequestEncodingFilter.java:43)
   at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
   at net.sourceforge.subsonic.filter.ParameterDecodingFilter.doFilter(ParameterDecodingFilter.java:54)
   at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
   at net.sourceforge.subsonic.filter.BootstrapVerificationFilter.doFilter(BootstrapVerificationFilter.java:54)
   at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
   at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360)
   at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
   at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
   at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:712)
   at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405)
   at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:139)
   at org.mortbay.jetty.Server.handle(Server.java:313)
   at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:506)
   at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:830)
   at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:514)
   at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211)
   at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:381)
   at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:396)
   at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:442)
Caused by: java.io.IOException: java.io.IOException: error=2, No such file or directory
   at java.lang.UNIXProcess.<init>(UNIXProcess.java:148)
   at java.lang.ProcessImpl.start(ProcessImpl.java:65)
   at java.lang.ProcessBuilder.start(ProcessBuilder.java:452)
   ... 64 more


can anyone help me?
best regards
Last edited by vendeerasta on Tue Feb 15, 2011 4:53 pm, edited 1 time in total.
vendeerasta
 
Posts: 7
Joined: Thu Feb 10, 2011 11:30 pm

Postby wizardai » Fri Feb 11, 2011 5:23 pm

I had a similar problem, in that the flash player (in browser) loads, but only with text.

in the subsonic/transcode directory I have the following symlinks:

ffmpeg -> /usr/local/bin/ffmpeg
lame -> /usr/local/bin/lame

So now I can stream video, but it's still shady. I have to let it process on the server side or else it'll stop a few seconds in. (this is at reduced bitrate). Haven't looked too much into yet. But when I start a video I see it working on the server, then after a while I can play the video again and it goes further before it stops. But the audio is really low.
wizardai
 
Posts: 13
Joined: Wed Feb 02, 2011 12:14 am

Postby vendeerasta » Fri Feb 11, 2011 5:36 pm

me i have copied all the mac, flac and lame in the /subsonic/transcode folder.

and it stiff not work!

i really don't understand this error:

Code: Select all
[2011-02-11 14:43:45,728] WARN FFmpegParser - Error when parsing metadata in /mnt/RAID5/films/series/Kaamelott/Livre II/kaa2e1-zbc.avi
java.io.IOException: Cannot run program "/var/subsonic/transcode/ffmpeg": java.io.IOException: error=2, No such file or directory


and i don't find anything...
vendeerasta
 
Posts: 7
Joined: Thu Feb 10, 2011 11:30 pm

Postby wizardai » Fri Feb 11, 2011 6:12 pm

in a terminal, if you type ffmpeg what do you get?
wizardai
 
Posts: 13
Joined: Wed Feb 02, 2011 12:14 am

Postby baaldemon » Fri Feb 11, 2011 6:14 pm

Can you post a long listing of all files in your /var/subsonic/transcode

make sure they have the correct permissions and are executable.

You mention you copied mac, flac and lame to the folder but you didnt mention ffmpeg. The error message is telling you that ffmpeg cannot be found in that directory.
baaldemon
 
Posts: 99
Joined: Fri May 07, 2010 11:54 am

Postby vendeerasta » Fri Feb 11, 2011 6:40 pm

ffmpeg return:

Code: Select all
freeBSD:~# ffmpeg
/libexec/ld-elf.so.1: /usr/local/lib/libavdevice.so.1: Undefined symbol "shmctl"


all files in /var/subsonic/transcode/

Code: Select all
freeBSD:/var/subsonic/transcode# ls -la
total 486
drwxr-xr-x  2 root  wheel     512 Feb 10 23:43 .
drwxr-xr-x  8 root  wheel     512 Feb 10 18:59 ..
lrwxr-xr-x  1 root  wheel      28 Feb 10 23:43 ffmpeg-0.6.1_3,1 -> /var/db/pkg/ffmpeg-0.6.1_3,1
-r-xr-xr-x  1 root  wheel  173096 Feb 10 17:53 flac
-r-xr-xr-x  1 root  wheel  282036 Feb 10 17:53 lame
-r-xr-xr-x  1 root  wheel    8096 Feb 10 17:54 mac


i done a symlink for ffmpeg
vendeerasta
 
Posts: 7
Joined: Thu Feb 10, 2011 11:30 pm

Postby baaldemon » Fri Feb 11, 2011 6:56 pm

Your symlink for ffmpeg is wrong. Subsonic is looking for ffmpeg but yours is ffmpeg-0.6.1_3,1

create the symlink as ffmpeg like
ln -s /var/db/pkg/ffmpeg-0.6.1_3,1 /var/subsonic/transcode/ffmpeg
baaldemon
 
Posts: 99
Joined: Fri May 07, 2010 11:54 am

Postby vendeerasta » Fri Feb 11, 2011 7:46 pm

thx baaldemon

i've changed my symlink for this:

Code: Select all
freenas:/var/subsonic/transcode# ls -la
total 486
drwxrwxrwx  2 root  wheel     512 Feb 11 20:24 .
drwxrwxrwx  8 root  wheel     512 Feb 11 20:01 ..
lrwxr-xr-x  1 root  wheel      28 Feb 11 19:57 ffmpeg -> /var/db/pkg/ffmpeg-0.6.1_3,1
-rwxrwxrwx  1 root  wheel  173096 Feb 10 17:53 flac
-rwxrwxrwx  1 root  wheel  282036 Feb 10 17:53 lame
-rwxrwxrwx  1 root  wheel    8096 Feb 10 17:54 mac


but it doesn't work....

in the log i've got this:

Code: Select all
[2011-02-11 19:38:11,173] INFO PlaylistInputStream - admin listening to "Guerre/Stalingrad.avi"
[2011-02-11 19:38:11,177] DEBUG TranscodeInputStream - Starting transcoder: [/var/subsonic/transcode/ffmpeg] [-ss] [0] [-i] [/mnt/RAID5/films/Guerre/Stalingrad.avi] [-async] [1] [-b] [1000k] [-s] [480x360] [-ar] [44100] [-ac] [2] [-v] [0] [-f] [flv] [-]
[2011-02-11 19:38:11,188] WARN TranscodingService - Failed to transcode /mnt/RAID5/films/Guerre/Stalingrad.avi. Using original.
java.io.IOException: Cannot run program "/var/subsonic/transcode/ffmpeg": java.io.IOException: error=2, No such file or directory
   at java.lang.ProcessBuilder.start(ProcessBuilder.java:459)
   at net.sourceforge.subsonic.io.TranscodeInputStream.<init>(TranscodeInputStream.java:61)
   at net.sourceforge.subsonic.service.TranscodingService.createTranscodeInputStream(TranscodingService.java:358)
   at net.sourceforge.subsonic.service.TranscodingService.getTranscodedInputStream(TranscodingService.java:254)
   at net.sourceforge.subsonic.service.TranscodingService.getTranscodedInputStream(TranscodingService.java:212)
   at net.sourceforge.subsonic.io.PlaylistInputStream.prepare(PlaylistInputStream.java:130)
   at net.sourceforge.subsonic.io.PlaylistInputStream.read(PlaylistInputStream.java:94)
   at net.sourceforge.subsonic.io.PlaylistInputStream.read(PlaylistInputStream.java:86)
   at net.sourceforge.subsonic.controller.StreamController.handleRequest(StreamController.java:202)
   at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48)
   at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:875)
   at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:807)
   at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:571)
   at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:501)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
   at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
   at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1093)
   at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:265)
   at org.acegisecurity.intercept.web.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:107)
   at org.acegisecurity.intercept.web.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:72)
   at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275)
   at org.acegisecurity.ui.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:166)
   at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275)
   at org.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter(AnonymousProcessingFilter.java:125)
   at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275)
   at org.acegisecurity.ui.rememberme.RememberMeProcessingFilter.doFilter(RememberMeProcessingFilter.java:142)
   at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275)
   at org.acegisecurity.wrapper.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:81)
   at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275)
   at org.acegisecurity.ui.basicauth.BasicProcessingFilter.doFilter(BasicProcessingFilter.java:173)
   at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275)
   at org.acegisecurity.ui.AbstractProcessingFilter.doFilter(AbstractProcessingFilter.java:271)
   at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275)
   at org.acegisecurity.ui.logout.LogoutFilter.doFilter(LogoutFilter.java:110)
   at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275)
   at org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(HttpSessionContextIntegrationFilter.java:249)
   at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275)
   at org.acegisecurity.util.FilterChainProxy.doFilter(FilterChainProxy.java:149)
   at org.acegisecurity.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:98)
   at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
   at net.sourceforge.subsonic.filter.RequestEncodingFilter.doFilter(RequestEncodingFilter.java:43)
   at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
   at net.sourceforge.subsonic.filter.ParameterDecodingFilter.doFilter(ParameterDecodingFilter.java:54)
   at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
   at net.sourceforge.subsonic.filter.BootstrapVerificationFilter.doFilter(BootstrapVerificationFilter.java:54)
   at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
   at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360)
   at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
   at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
   at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:712)
   at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405)
   at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:139)
   at org.mortbay.jetty.Server.handle(Server.java:313)
   at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:506)
   at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:830)
   at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:514)
   at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211)
   at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:381)
   at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:396)
   at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:442)
Caused by: java.io.IOException: java.io.IOException: error=2, No such file or directory
   at java.lang.UNIXProcess.<init>(UNIXProcess.java:148)
   at java.lang.ProcessImpl.start(ProcessImpl.java:65)
   at java.lang.ProcessBuilder.start(ProcessBuilder.java:452)
   ... 60 more


the error code has changed...

Code: Select all
[2011-02-11 19:38:11,173] INFO PlaylistInputStream - admin listening to "Guerre/Stalingrad.avi"
[2011-02-11 19:38:11,177] DEBUG TranscodeInputStream - Starting transcoder: [/var/subsonic/transcode/ffmpeg] [-ss] [0] [-i] [/mnt/RAID5/films/Guerre/Stalingrad.avi] [-async] [1] [-b] [1000k] [-s] [480x360] [-ar] [44100] [-ac] [2] [-v] [0] [-f] [flv] [-]
[2011-02-11 19:38:11,188] WARN TranscodingService - Failed to transcode /mnt/RAID5/films/Guerre/Stalingrad.avi. Using original.
java.io.IOException: Cannot run program "/var/subsonic/transcode/ffmpeg": java.io.IOException: error=2, No such file or directory


any idear?
vendeerasta
 
Posts: 7
Joined: Thu Feb 10, 2011 11:30 pm

Postby baaldemon » Fri Feb 11, 2011 7:56 pm

run the following from the command line and post your output please.

Code: Select all
/var/subsonic/transcode/ffmpeg --version


also run this and post the output
Code: Select all
which ffmpeg
baaldemon
 
Posts: 99
Joined: Fri May 07, 2010 11:54 am

Postby vendeerasta » Fri Feb 11, 2011 8:21 pm

i do:

Code: Select all
freenas:/var/subsonic/transcode# ffmpeg --version
/libexec/ld-elf.so.1: /usr/local/lib/libavdevice.so.1: Undefined symbol "shmctl"
freenas:/var/subsonic/transcode#


Code: Select all
freenas:/var/subsonic/transcode# which ffmpeg
/usr/local/bin/ffmpeg
vendeerasta
 
Posts: 7
Joined: Thu Feb 10, 2011 11:30 pm

Postby baaldemon » Fri Feb 11, 2011 8:39 pm

Doesnt look like the version of ffmpeg you are linking to is installed properly. Reinstall ffmpeg and I would suggest linking to the executable in either /usr/bin/ or /usr/local/bin/ after installing a working ffmpeg. Until you get a working version of ffmpeg subsonic will not be able to use it.
baaldemon
 
Posts: 99
Joined: Fri May 07, 2010 11:54 am

Postby wizardai » Fri Feb 11, 2011 10:28 pm

Ok so it looks like you're on FreeNAS...


So you might want to

Code: Select all
cd /usr/ports/multimedia/ffmpeg
make install clean


You might have to do a pkg_deinstall or pkg_delete first...


Then, in your /../subsonic/transcode/ directory, you want to do this:

Code: Select all
ln -s /usr/local/bin/ffmpeg ffmpeg


ln -s /dir/to/link/to /link/to/be/created

Hopefully that'll get you up and running gl
wizardai
 
Posts: 13
Joined: Wed Feb 02, 2011 12:14 am

Postby stozher » Sat Feb 12, 2011 2:23 am

Reinstall FFmpeg... your is a broken.
Code: Select all
/libexec/ld-elf.so.1: /usr/local/lib/libavdevice.so.1: Undefined symbol "shmctl"
http://music.stozher.com:8080/login.view?user=guest&password=
User avatar
stozher
 
Posts: 313
Joined: Tue Nov 16, 2010 10:56 am
Location: Sofia, Bulgaria

Postby vendeerasta » Sat Feb 12, 2011 9:32 am

ihave installed, re installed re, re ,re installed ffmpeg

but got the same problem....

Code: Select all
/libexec/ld-elf.so.1: /usr/local/lib/libavdevice.so.1: Undefined symbol "shmctl"


when i have installed ffmpeg for the first time, it has installed lots of others packages like this:

libGL-7.4.4
libGLU-7.4.4
libX11-1.3.3_1,1
libXau-1.0.5
libXdamage-1.1.2
libXdmcp-1.0.3
libXext-1.1.1,1
libXfixes-4.0.4
libXxf86vm-1.1.0
libdrm-2.4.12_1
libiconv-1.13.1_1
libogg-1.2.2,4
libpthread-stubs-0.3_3
libtheora-1.1.1_2
libvorbis-1.3.2,3
libvpx-0.9.5
libxcb-1.7

i really don't understand.....
and yes, i'm on freenas 0.7.1

please help
vendeerasta
 
Posts: 7
Joined: Thu Feb 10, 2011 11:30 pm

Postby vendeerasta » Tue Feb 15, 2011 4:53 pm

ok i solved it

by installing a new version of freenas (0.7.2) and installing again ffmpeg

now all works perfectly!

thanks a lot!
vendeerasta
 
Posts: 7
Joined: Thu Feb 10, 2011 11:30 pm


Return to Help

Who is online

Users browsing this forum: No registered users and 30 guests