LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 03-21-2015, 11:29 AM   #1
richard_b
LQ Newbie
 
Registered: Mar 2015
Posts: 6

Rep: Reputation: 0
PS3mediaserver and samsung tv


I am trying to setup ps3mediaserver to work with my samsung tv.
The tv detects the media server but when trying to use it, the tv displays: "the request could not be completed".
It works without problems from my windows installation.

any ideas?
 
Old 03-21-2015, 11:54 AM   #2
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Do the logs of that server contain any clues? I have never tried ps3mediaserver, but streaming to a PS3 works fine here with MiniDLNA/ReadyMedia.
 
Old 03-21-2015, 04:28 PM   #3
richard_b
LQ Newbie
 
Registered: Mar 2015
Posts: 6

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by TobiSGD View Post
Do the logs of that server contain any clues? I have never tried ps3mediaserver, but streaming to a PS3 works fine here with MiniDLNA/ReadyMedia.
No not really:
Output of the log:
DEBUG 2015-03-21 22:18:34.703 [New I/O server worker #2-3] Caught exception
java.lang.NoSuchMethodError: org.objectweb.asm.ClassWriter.<init>(I)V
at com.floreysoft.jmte.template.DynamicBytecodeCompiler.initCompilation(DynamicBytecodeCompiler.java:13 3) ~[pms.jar:1.81.0]
at com.floreysoft.jmte.template.DynamicBytecodeCompiler.compile(DynamicBytecodeCompiler.java:259) ~[pms.jar:1.81.0]
at com.floreysoft.jmte.Engine.getTemplate(Engine.java:452) ~[pms.jar:1.81.0]
at com.floreysoft.jmte.Engine.transformInternal(Engine.java:219) ~[pms.jar:1.81.0]
at com.floreysoft.jmte.Engine.transformInternal(Engine.java:214) ~[pms.jar:1.81.0]
at com.floreysoft.jmte.Engine.transform(Engine.java:199) ~[pms.jar:1.81.0]
at net.pms.dlna.DLNAResource.getDisplayName(DLNAResource.java:1178) ~[pms.jar:1.81.0]
at net.pms.dlna.DLNAResource.toString(DLNAResource.java:1347) ~[pms.jar:1.81.0]
at net.pms.network.RequestV2.answer(RequestV2.java:670) ~[pms.jar:1.81.0]
at net.pms.network.RequestHandlerV2.writeResponse(RequestHandlerV2.java:300) ~[pms.jar:1.81.0]
at net.pms.network.RequestHandlerV2.messageReceived(RequestHandlerV2.java:258) ~[pms.jar:1.81.0]
at org.jboss.netty.handler.stream.ChunkedWriteHandler.handleUpstream(ChunkedWriteHandler.java:149) ~[pms.jar:1.81.0]
at org.jboss.netty.handler.codec.http.HttpChunkAggregator.messageReceived(HttpChunkAggregator.java:116) ~[pms.jar:1.81.0]
at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:302) ~[pms.jar:1.81.0]
at org.jboss.netty.handler.codec.replay.ReplayingDecoder.unfoldAndFireMessageReceived(ReplayingDecoder. java:527) ~[pms.jar:1.81.0]
at org.jboss.netty.handler.codec.replay.ReplayingDecoder.callDecode(ReplayingDecoder.java:506) ~[pms.jar:1.81.0]
at org.jboss.netty.handler.codec.replay.ReplayingDecoder.messageReceived(ReplayingDecoder.java:443) ~[pms.jar:1.81.0]
at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:274) ~[pms.jar:1.81.0]
at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:261) ~[pms.jar:1.81.0]
at org.jboss.netty.channel.socket.nio.NioWorker.read(NioWorker.java:351) ~[pms.jar:1.81.0]
at org.jboss.netty.channel.socket.nio.NioWorker.processSelectedKeys(NioWorker.java:282) ~[pms.jar:1.81.0]
at org.jboss.netty.channel.socket.nio.NioWorker.run(NioWorker.java:202) ~[pms.jar:1.81.0]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [na:1.7.0_75]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [na:1.7.0_75]
at java.lang.Thread.run(Thread.java:745) [na:1.7.0_75]

I tried MiniDLNA as wwll but it doesn't show on my samsung tv. I am trying to get some kind of dlna going for quite some time now but nothing seems to work. Actually thinking on going back to M$-windows7...
 
Old 03-22-2015, 06:55 AM   #4
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
The log output looks like as if there is either a bug in ps3mediaserver or you are missing a necessary dependency.
 
Old 03-22-2015, 07:46 AM   #5
richard_b
LQ Newbie
 
Registered: Mar 2015
Posts: 6

Original Poster
Rep: Reputation: 0
Unhappy

Quote:
Originally Posted by TobiSGD View Post
The log output looks like as if there is either a bug in ps3mediaserver or you are missing a necessary dependency.
Its was installed from a package so it "should" have dependencies installed, but you can never be sure.
I also tried Universal media server, and that seems to work out of the box. However it does not want to stream my .mts files that are natively supported by my tv.
I am on the edge of giving up and returning to windows

thanks,
Richard.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Samsung Launches Industry’s First Tizen Smartphone – the Samsung Z LXer Syndicated Linux News 0 06-03-2014 01:51 PM
LXer: Samsung claims foreman lied about his past to get on Apple v. Samsung jury LXer Syndicated Linux News 0 10-04-2012 09:40 AM
LXer: Apple v. Samsung verdict is in: $1 billion loss for Samsung LXer Syndicated Linux News 0 08-25-2012 10:20 AM
LXer: There's a Verdict in Apple v. Samsung ~pj - Yes, Samsung Infringes - Damages $1,051,855 LXer Syndicated Linux News 0 08-25-2012 08:30 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 07:15 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration