Subsonic 4.0 released

Announcements and discussion of new releases.

Moderator: moderators

Postby sindre_mehus » Thu May 13, 2010 5:36 pm

By the way, I'm going on vacation tomorrow (to Mallorca, Spain) and will therefore be mostly offline until 24 May :D
Subsonic developer
User avatar
sindre_mehus
 
Posts: 1955
Joined: Tue Nov 29, 2005 6:19 pm
Location: Oslo, Norway

Subsonic encountered an internal error.

Postby jeankalud » Thu May 13, 2010 5:50 pm

Installed 4.0.1 over 4.0

Windows 7 x64

Crashed on on web interface. Works via iSub

Code: Select all
Exception   org.apache.jasper.JasperException
Message   Unable to compile class for JSP
Java version   Sun Microsystems Inc. 1.6.0_18
Operating system   Windows 7 6.1
Server   jetty-6.1.x
Memory   Used 20 of 37 MB
Stack trace   org.apache.jasper.JasperException: Unable to compile class for JSP
   at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:572)
   at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:303)
   at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
   at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
   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.handle(ServletHandler.java:362)
   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.servlet.Dispatcher.forward(Dispatcher.java:268)
   at org.mortbay.jetty.servlet.Dispatcher.forward(Dispatcher.java:126)
   at org.springframework.web.servlet.view.InternalResourceView.renderMergedOutputModel(InternalResourceView.java:236)
   at org.springframework.web.servlet.view.AbstractView.render(AbstractView.java:257)
   at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1183)
   at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:902)
   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.mortbay.servlet.UserAgentFilter.doFilter(UserAgentFilter.java:81)
   at org.mortbay.servlet.GzipFilter.doFilter(GzipFilter.java:132)
   at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
   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: classFile.delete() failed
   at org.apache.jasper.compiler.SmapUtil$SDEInstaller.install(SmapUtil.java:242)
   at org.apache.jasper.compiler.SmapUtil.installSmap(SmapUtil.java:164)
   at org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:424)
   at org.apache.jasper.compiler.Compiler.compile(Compiler.java:297)
   at org.apache.jasper.compiler.Compiler.compile(Compiler.java:276)
   at org.apache.jasper.compiler.Compiler.compile(Compiler.java:264)
   at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:563)
   ... 71 more
jeankalud
 
Posts: 13
Joined: Fri Apr 30, 2010 9:06 pm
Location: Canada

Postby jeankalud » Thu May 13, 2010 5:51 pm

Update: Hit F5 (refresh) and its back to normal.
jeankalud
 
Posts: 13
Joined: Fri Apr 30, 2010 9:06 pm
Location: Canada

Postby 2Bmobile » Thu May 13, 2010 6:48 pm

I just upgraded from 3.8 to 4.0.1. The new Tag lib finally solved my search index creation issues :-)

However, I suddenly have an issue with my home screen:

Exception javax.el.PropertyNotFoundException
Message Property 'lastModified' not found on type net.sourceforge.subsonic.controller.HomeController$Album
Java version Sun Microsystems Inc. 1.6.0_0
Operating system Linux 2.6.31.8-0.1-desktop
Server Apache Tomcat/6.0.20
Memory Used 171 of 247 MB
Stack trace javax.el.PropertyNotFoundException: Property 'lastModified' not found on type net.sourceforge.subsonic.controller.HomeController$Album at javax.el.BeanELResolver$BeanProperties.get(BeanELResolver.java:193) at javax.el.BeanELResolver$BeanProperties.access$400(BeanELResolver.java:170) at javax.el.BeanELResolver.property(BeanELResolver.java:279) at javax.el.BeanELResolver.getValue(BeanELResolver.java:60) at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:54) at org.apache.el.parser.AstValue.getValue(AstValue.java:118) at org.apache.el.parser.AstEmpty.getValue(AstEmpty.java:45) at org.apache.el.parser.AstNot.getValue(AstNot.java:42) at org.apache.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:186) at org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate(PageContextImpl.java:935) at org.apache.jsp.WEB_002dINF.jsp.home_jsp._jspx_meth_c_005fif_005f7(home_jsp.java:1834) at org.apache.jsp.WEB_002dINF.jsp.home_jsp._jspx_meth_c_005fforEach_005f0(home_jsp.java:1304) at org.apache.jsp.WEB_002dINF.jsp.home_jsp._jspx_meth_c_005fotherwise_005f1(home_jsp.java:1222) at org.apache.jsp.WEB_002dINF.jsp.home_jsp._jspx_meth_c_005fchoose_005f1(home_jsp.java:816) at org.apache.jsp.WEB_002dINF.jsp.home_jsp._jspService(home_jsp.java:199) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:374) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:342) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267) at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:646) at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:436) at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:374) at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:302) at org.springframework.web.servlet.view.InternalResourceView.renderMergedOutputModel(InternalResourceView.java:236) at org.springframework.web.servlet.view.AbstractView.render(AbstractView.java:257) at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1183) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:902) 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:617) at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.mortbay.servlet.UserAgentFilter.doFilter(UserAgentFilter.java:81) at org.mortbay.servlet.GzipFilter.doFilter(GzipFilter.java:132) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) 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.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at net.sourceforge.subsonic.filter.ResponseHeaderFilter.doFilter(ResponseHeaderFilter.java:47) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at net.sourceforge.subsonic.filter.RequestEncodingFilter.doFilter(RequestEncodingFilter.java:43) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at net.sourceforge.subsonic.filter.ParameterDecodingFilter.doFilter(ParameterDecodingFilter.java:54) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at net.sourceforge.subsonic.filter.BootstrapVerificationFilter.doFilter(BootstrapVerificationFilter.java:54) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454) at java.lang.Thread.run(Thread.java:636)


Version 4.0.1 (build 1524) – May 13, 2010
Server Apache Tomcat/6.0.20, java 1.6.0_0, Linux (115.3 MB / 247.6 MB)

Everything else seems to work fine :-)
2Bmobile
 
Posts: 7
Joined: Sat Dec 26, 2009 4:09 pm

Postby jeremy » Fri May 14, 2010 10:50 am

having problems aswell
with the Stand-alone version on

Freenas 0.7.1 Shere (revision 5127)
Subsonic 4.0.1

Packages

diablo-jre-1.6.0.07.02 Java Development Kit 1.6.0_07.02
javavmwrapper-2.3.2 Wrapper script for various Java Virtual Machines
pkg-config-0.23_1 A utility to retrieve information about installed libraries
xextproto-7.0.5 XExt extension headers
xproto-7.0.15 X11 protocol headers
xtrans-1.2.3 Abstract network code for X

i've upgraded from 3.9
but now,.... port 8080 isnt responding also 4040
i've checked subsonic_sh.log the only message is

Unable to access jarfile subsonic-booter-jar-with-dependencies.jar

things done : check permissions ( chmod 777 )
checked if subsonic-booter-jar is present , and its also in the right location ( subsonic/standalone/ )

* found something about this problem
http://forum.subsonic.org/forum/viewtopic.php?p=10777
jeremy
 
Posts: 19
Joined: Fri May 14, 2010 10:45 am
Location: Holland

Postby jeremy » Fri May 14, 2010 11:49 am

for people with same problem as me

fixed subsonic.sh
http://www.megaupload.com/?d=O8NBPF6C
* rename subsonic.sh.sh to subsonic.sh
* place it in /var/subsonic/standalone ( rename orginal subsonic.sh or just delete it )

thanks 2 dobson
jeremy
 
Posts: 19
Joined: Fri May 14, 2010 10:45 am
Location: Holland

Postby ~heels » Fri May 14, 2010 2:54 pm

Anyone else with these issues?

I just upgraded from 3.9 (war) to 4.0.1 (war). A few things I have noticed now is that the chat doesn't work, when I type and enter my message nothing is displayed. Second I have a few M4A files that now don't play until almost the whole song is cached... flash and external player. I have unchecked M4A & ACC Transcoding.

Thanks!
~heels
 
Posts: 19
Joined: Tue Feb 02, 2010 4:40 pm

Postby Caleb » Sat May 15, 2010 5:55 am

Great work on Subsonic, sindre, I'm loving it!

Would it be possible to add a download progress in the flash-based player? Sometimes I'm on a slow connection, so I pause the song and let it buffer a little, it would be great if there was visual feedback on how much was actually downloaded.

Also, the graphs in the status window aren't very useful. Instead of showing the bitrate, it would've been nicer to show the actual throughput (upstream speed) of the server, so you can see how much bandwidth you're using.
Caleb
 
Posts: 17
Joined: Fri Feb 12, 2010 11:37 pm

Postby eli2k » Sat May 15, 2010 10:14 am

Caleb wrote:Would it be possible to add a download progress in the flash-based player? Sometimes I'm on a slow connection, so I pause the song and let it buffer a little, it would be great if there was visual feedback on how much was actually downloaded.


Do you get a progress bar when it's not transcoding, but streaming the file directly?
eli2k
 
Posts: 42
Joined: Sun Apr 26, 2009 11:20 pm

Postby Caleb » Sat May 15, 2010 2:25 pm

I get the progress bar that shows the progress of the music as it's being played. But what I'm talking about is another "shaded" progress bar that shows the downloading progress (kinda like you have in YouTube when you pause a video while it's downloading).
Caleb
 
Posts: 17
Joined: Fri Feb 12, 2010 11:37 pm

Postby baxtr » Sat May 15, 2010 10:35 pm

you should see both, a play and a stream progress bar, the stream, or download is shaded. If you have a fast conection, you may not notice it because it downloads so fast, but it is there :)


Image
baxtr
 
Posts: 99
Joined: Sat Feb 13, 2010 4:19 am

Postby Caleb » Sun May 16, 2010 4:40 am

Weird, I do not see it!

Maybe I should try a clean install, instead of installing over the previous version?
Caleb
 
Posts: 17
Joined: Fri Feb 12, 2010 11:37 pm

Postby jonathanroz » Mon May 17, 2010 4:58 pm

I deployed 4.0.1 (war) on Friday. The server is running extremely slow. It is taking minutes for the parts of the page to refresh.

It appears that the chat is not working either, or is just very delayed. I did have some chat messages that showed up about 30 minutes after pressing enter.

I have restarted tomcat and the machine itself. I have also looked at the memory being used by the app and it is not using all the memory that I have allocated for it in tomcat. This is the 4th or 5th war version of subsonic I have used and I have never had this problem before.
jonathanroz
 
Posts: 172
Joined: Thu Dec 18, 2008 8:54 pm
Location: Frisco, TX USA

Postby ~heels » Mon May 17, 2010 6:11 pm

jonathanroz wrote:I deployed 4.0.1 (war) on Friday. The server is running extremely slow. It is taking minutes for the parts of the page to refresh.

It appears that the chat is not working either, or is just very delayed. I did have some chat messages that showed up about 30 minutes after pressing enter.

I have restarted tomcat and the machine itself. I have also looked at the memory being used by the app and it is not using all the memory that I have allocated for it in tomcat. This is the 4th or 5th war version of subsonic I have used and I have never had this problem before.


Exact same issues with me. I originally upgraded the war from 3.9 to 4.0.1 and got these issues so I did a clean install to see if it made a difference to no avail. :(
~heels
 
Posts: 19
Joined: Tue Feb 02, 2010 4:40 pm

Postby eli2k » Mon May 17, 2010 8:20 pm

Caleb wrote:Weird, I do not see it!

Maybe I should try a clean install, instead of installing over the previous version?


The progress bar works for me when it is not transcoding and streaming the full stream directly.
eli2k
 
Posts: 42
Joined: Sun Apr 26, 2009 11:20 pm

PreviousNext

Return to Announcements

Who is online

Users browsing this forum: No registered users and 23 guests