Page 2 of 3

Re: Version 3.0.0-a5 is released

Posted: Thu Sep 05, 2013 8:01 am
by SubJunk
jontemyrr wrote:Subjunk,
I worked perfect!!! :) I´m curious about what Went wrong..?
(Sorry I used the wrong thread for this!)
Great, thanks for confirming :) It was a bug I had seen intermittently for a few months but it always went away when I tried to test it so I was slack about it. Basically Java was trying to create the same process several times I think so I told it to not do that.
R9deLima wrote:Just a quick question. Is play resume in full effect yet?
Not sure what you mean by full effect but it has been working for a while. It's a bit unreliable though unfortunately because PS3 sometimes doesn't let us know it has stopped playing until much later, but usually it will be right.

Re: Version 3.0.0-a5 is released

Posted: Thu Sep 05, 2013 11:10 am
by R9deLima
Thanks SubJunk. I must have missed that in the change notes for the 3x versions. I've been happy with 2.5.1 for a while now and haven't tried any of the newer ones. Maybe i'll try this one out.

Re: Version 3.0.0-a5 is released

Posted: Fri Sep 06, 2013 3:07 am
by outcave
Hi.
I use UMS with PS3.
Starting from Version 3.0.0-a2 (and so also on the actual Version 3.0.0-a5) is no more possible to see the duration (time) of the .mkv track (example I do not see 1h 42 minutes) and also is not possible to select a scene and so play the track from a selected scene.
Hope it will be fixed soon.
Thanks!

Re: Version 3.0.0-a5 is released

Posted: Fri Sep 06, 2013 3:17 am
by jontemyrr
Subjunk,
For your information! (If ýou want me to change thread, please say so!) but I want you to know that my error returned AFTER I downloaded the plugins.
I Think it has something to do with "channels"? I´m not sure but this is a plugin I reallt enjoy.
So: This is the info I get during the login-phase:

Code: Select all

09-05 17:13:14  Found plugin: com.sharkhunter.channel.CH_plugin
09-05 17:13:15  Exception in thread "main" java.lang.VerifyError: class com.chocolatey.pmsencoder.PMSEncoder overrides final method launchTranscode.(Ljava/lang/String;Lnet/pms/dlna/DLNAResource;Lnet/pms/dlna/DLNAMediaInfo;Lnet/pms/io/OutputParams;)Lnet/pms/io/ProcessWrapper;
09-05 17:13:15  	at java.lang.ClassLoader.defineClass1(Native Method)
09-05 17:13:15  	at java.lang.ClassLoader.defineClass(Unknown Source)
09-05 17:13:15  	at java.security.SecureClassLoader.defineClass(Unknown Source)
09-05 17:13:15  	at java.net.URLClassLoader.defineClass(Unknown Source)
09-05 17:13:15  	at java.net.URLClassLoader.access$100(Unknown Source)
09-05 17:13:15  	at java.net.URLClassLoader$1.run(Unknown Source)
09-05 17:13:15  	at java.net.URLClassLoader$1.run(Unknown Source)
09-05 17:13:15  	at java.security.AccessController.doPrivileged(Native Method)
09-05 17:13:15  	at java.net.URLClassLoader.findClass(Unknown Source)
09-05 17:13:15  	at java.lang.ClassLoader.loadClass(Unknown Source)
09-05 17:13:15  	at java.lang.ClassLoader.loadClass(Unknown Source)
09-05 17:13:15  	at java.lang.Class.getDeclaredConstructors0(Native Method)
09-05 17:13:15  	at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
09-05 17:13:15  	at java.lang.Class.getConstructor0(Unknown Source)
09-05 17:13:15  	at java.lang.Class.newInstance(Unknown Source)
09-05 17:13:15  	at net.pms.external.ExternalFactory.instantiateEarlyListeners(ExternalFactory.java:419)
09-05 17:13:15  	at net.pms.external.ExternalFactory.lookup(ExternalFactory.java:399)
09-05 17:13:15  	at net.pms.PMS.init(PMS.java:664)
09-05 17:13:15  	at net.pms.PMS.createInstance(PMS.java:1039)
09-05 17:13:15  	at net.pms.PMS.main(PMS.java:1135)
I really hope you can get a clue what wrent wrong here.
Can you?

Re: Version 3.0.0-a5 is released

Posted: Fri Sep 06, 2013 6:41 am
by leocheine
Sometimes my UMS of problems he can not find my Xbox360 which can be?
Sometimes when I restart my moden back to work but sometimes also not back
I'll post some of my LOG

Code: Select all

09-05 15:36:35  Registering transcoding engine: VLC Web Video (Legacy)
09-05 15:36:35  Registering transcoding engine: FFmpeg DVR-MS Remux
09-05 15:36:35  Registering transcoding engine: dcraw Thumbnailer
09-05 15:36:35  Using address /192.168.1.2 found on network interface: name:net4 (Realtek RTL8187 Wireless 802.11b/g 54Mbps USB 2.0 Network Adapter)
09-05 15:36:35  Created socket: /192.168.1.2:5001
09-05 15:36:35  A serious error occurred during PMS init
org.jboss.netty.channel.ChannelException: Failed to bind to: /192.168.1.2:5001
	at org.jboss.netty.bootstrap.ServerBootstrap.bind(ServerBootstrap.java:272) ~[ums.jar:3.0.0-a5]
	at net.pms.network.HTTPServer.start(HTTPServer.java:124) ~[ums.jar:3.0.0-a5]
	at net.pms.PMS.init(PMS.java:687) [ums.jar:3.0.0-a5]
	at net.pms.PMS.createInstance(PMS.java:1033) [ums.jar:3.0.0-a5]
	at net.pms.PMS.main(PMS.java:1129) [ums.jar:3.0.0-a5]
java.net.BindException: Address already in use: bind
	at sun.nio.ch.Net.bind0(Native Method) ~[na:1.7.0_25]
	at sun.nio.ch.Net.bind(Unknown Source) ~[na:1.7.0_25]
	at sun.nio.ch.Net.bind(Unknown Source) ~[na:1.7.0_25]
	at sun.nio.ch.ServerSocketChannelImpl.bind(Unknown Source) ~[na:1.7.0_25]
	at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source) ~[na:1.7.0_25]
	at org.jboss.netty.channel.socket.nio.NioServerBoss$RegisterTask.run(NioServerBoss.java:193) ~[ums.jar:3.0.0-a5]
	at org.jboss.netty.channel.socket.nio.AbstractNioSelector.processTaskQueue(AbstractNioSelector.java:366) ~[ums.jar:3.0.0-a5]
	at org.jboss.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:290) ~[ums.jar:3.0.0-a5]
	at org.jboss.netty.channel.socket.nio.NioServerBoss.run(NioServerBoss.java:42) ~[ums.jar:3.0.0-a5]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) ~[na:1.7.0_25]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) ~[na:1.7.0_25]
	at java.lang.Thread.run(Unknown Source) ~[na:1.7.0_25]

Re: Version 3.0.0-a5 is released

Posted: Fri Sep 06, 2013 2:48 pm
by SubJunk
jontemyrr wrote:Subjunk,
For your information! (If ýou want me to change thread, please say so!) but I want you to know that my error returned AFTER I downloaded the plugins.
I Think it has something to do with "channels"? I´m not sure but this is a plugin I reallt enjoy.
So: This is the info I get during the login-phase:

Code: Select all

09-05 17:13:14  Found plugin: com.sharkhunter.channel.CH_plugin
09-05 17:13:15  Exception in thread "main" java.lang.VerifyError: class com.chocolatey.pmsencoder.PMSEncoder overrides final method launchTranscode.(Ljava/lang/String;Lnet/pms/dlna/DLNAResource;Lnet/pms/dlna/DLNAMediaInfo;Lnet/pms/io/OutputParams;)Lnet/pms/io/ProcessWrapper;
09-05 17:13:15  	at java.lang.ClassLoader.defineClass1(Native Method)
09-05 17:13:15  	at java.lang.ClassLoader.defineClass(Unknown Source)
09-05 17:13:15  	at java.security.SecureClassLoader.defineClass(Unknown Source)
09-05 17:13:15  	at java.net.URLClassLoader.defineClass(Unknown Source)
09-05 17:13:15  	at java.net.URLClassLoader.access$100(Unknown Source)
09-05 17:13:15  	at java.net.URLClassLoader$1.run(Unknown Source)
09-05 17:13:15  	at java.net.URLClassLoader$1.run(Unknown Source)
09-05 17:13:15  	at java.security.AccessController.doPrivileged(Native Method)
09-05 17:13:15  	at java.net.URLClassLoader.findClass(Unknown Source)
09-05 17:13:15  	at java.lang.ClassLoader.loadClass(Unknown Source)
09-05 17:13:15  	at java.lang.ClassLoader.loadClass(Unknown Source)
09-05 17:13:15  	at java.lang.Class.getDeclaredConstructors0(Native Method)
09-05 17:13:15  	at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
09-05 17:13:15  	at java.lang.Class.getConstructor0(Unknown Source)
09-05 17:13:15  	at java.lang.Class.newInstance(Unknown Source)
09-05 17:13:15  	at net.pms.external.ExternalFactory.instantiateEarlyListeners(ExternalFactory.java:419)
09-05 17:13:15  	at net.pms.external.ExternalFactory.lookup(ExternalFactory.java:399)
09-05 17:13:15  	at net.pms.PMS.init(PMS.java:664)
09-05 17:13:15  	at net.pms.PMS.createInstance(PMS.java:1039)
09-05 17:13:15  	at net.pms.PMS.main(PMS.java:1135)
I really hope you can get a clue what wrent wrong here.
Can you?
That's a different error related to PMSEncoder. I don't use it myself so I don't know if it works anymore. I know there is a new beta or RC version out so you could try that if you want, although I think our code is so different to PMS now that it may not work. Worth a try though.
leocheine wrote:Sometimes my UMS of problems he can not find my Xbox360 which can be?
Sometimes when I restart my moden back to work but sometimes also not back
I'll post some of my LOG

Code: Select all

09-05 15:36:35  Registering transcoding engine: VLC Web Video (Legacy)
09-05 15:36:35  Registering transcoding engine: FFmpeg DVR-MS Remux
09-05 15:36:35  Registering transcoding engine: dcraw Thumbnailer
09-05 15:36:35  Using address /192.168.1.2 found on network interface: name:net4 (Realtek RTL8187 Wireless 802.11b/g 54Mbps USB 2.0 Network Adapter)
09-05 15:36:35  Created socket: /192.168.1.2:5001
09-05 15:36:35  A serious error occurred during PMS init
org.jboss.netty.channel.ChannelException: Failed to bind to: /192.168.1.2:5001
	at org.jboss.netty.bootstrap.ServerBootstrap.bind(ServerBootstrap.java:272) ~[ums.jar:3.0.0-a5]
	at net.pms.network.HTTPServer.start(HTTPServer.java:124) ~[ums.jar:3.0.0-a5]
	at net.pms.PMS.init(PMS.java:687) [ums.jar:3.0.0-a5]
	at net.pms.PMS.createInstance(PMS.java:1033) [ums.jar:3.0.0-a5]
	at net.pms.PMS.main(PMS.java:1129) [ums.jar:3.0.0-a5]
java.net.BindException: Address already in use: bind
	at sun.nio.ch.Net.bind0(Native Method) ~[na:1.7.0_25]
	at sun.nio.ch.Net.bind(Unknown Source) ~[na:1.7.0_25]
	at sun.nio.ch.Net.bind(Unknown Source) ~[na:1.7.0_25]
	at sun.nio.ch.ServerSocketChannelImpl.bind(Unknown Source) ~[na:1.7.0_25]
	at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source) ~[na:1.7.0_25]
	at org.jboss.netty.channel.socket.nio.NioServerBoss$RegisterTask.run(NioServerBoss.java:193) ~[ums.jar:3.0.0-a5]
	at org.jboss.netty.channel.socket.nio.AbstractNioSelector.processTaskQueue(AbstractNioSelector.java:366) ~[ums.jar:3.0.0-a5]
	at org.jboss.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:290) ~[ums.jar:3.0.0-a5]
	at org.jboss.netty.channel.socket.nio.NioServerBoss.run(NioServerBoss.java:42) ~[ums.jar:3.0.0-a5]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) ~[na:1.7.0_25]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) ~[na:1.7.0_25]
	at java.lang.Thread.run(Unknown Source) ~[na:1.7.0_25]
This means there is already something using the network port that UMS uses (port 5001) so you can try changing the port to resolve this. The option is on the General Configuration page

Re: Version 3.0.0-a5 is released

Posted: Mon Sep 16, 2013 2:07 am
by ihatehume
Thanks for the new release.

Not sure if this is the proper place to mention this, but is it a known problem with chipmunk audio using AVISynth? I've been trying to use that lately but it most of the .mkvs I transcode have that issue with my Xbox.

Re: Version 3.0.0-a5 is released

Posted: Mon Sep 16, 2013 12:26 pm
by SubJunk
ihatehume wrote:Thanks for the new release.

Not sure if this is the proper place to mention this, but is it a known problem with chipmunk audio using AVISynth? I've been trying to use that lately but it most of the .mkvs I transcode have that issue with my Xbox.

Mencoder still has audio drift when playing longer files, it appears.
Yeah the chipmunk audio happens when the file has changing audio channels, so most shows from HBO.
I haven't had audio sync problems with MEncoder for a long time except sometimes after seeking

Re: Version 3.0.0-a5 is released

Posted: Tue Sep 17, 2013 3:36 pm
by ihatehume
Sorry - I just realized that it might be the particular file I was watching. I've been testing a few other movies the past few days and haven't had any lag with Mencoder! I just wish my machine were fast enough to deal with 1080P files with that engine.

Yeah, the chipmunk audio isn't HBOshows but a few different anime from fansub sites (commie, UTW, etc.). It's a shame because that one is so much more efficient with the XBOX. Maybe a cheap PS3 is the answer.

Re: Version 3.0.0-a5 is released

Posted: Tue Sep 17, 2013 6:35 pm
by Optimus_prime
ihatehume, if you have a smart tv most will play without transcoding. But the PS3 is good for most things :)