appotry / wireme

Automatically exported from code.google.com/p/wireme
0 stars 0 forks source link

Needs connection manager service #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Play audio/video/image content at samsung or panasonic tv.
2.Tv media controller can see the wireme's content 
3. But it can't play anything.

What is the expected output? What do you see instead?
Must play media content. It is compatible format.

What version of the product are you using? On what operating system?
Last git revision

Please provide any additional information below.

It can't be because Wiremes doesn't offer content manager service.

Original issue reported on code.google.com by tam...@gmail.com on 22 Nov 2011 at 9:14

GoogleCodeExporter commented 8 years ago
Adding two line to file MediaServer.java :964
This is problem is solved and is goinging work at all samsung tv's.

res.addHeader("transferMode.dlna.org","Streaming");
res.addHeader("contentFeatures.dlna.org","DLNA.ORG_OP=01;DLNA.ORG_CI=0;DLNA.ORG_
FLAGS=017000 00000000000000000000000000");

Original comment by tam...@gmail.com on 14 Dec 2011 at 1:31

GoogleCodeExporter commented 8 years ago
Sorry, the file to change is HttpServer.java

Original comment by tam...@gmail.com on 14 Dec 2011 at 1:39

GoogleCodeExporter commented 8 years ago
If this is the solution will there be an update on the official code base?

Original comment by hadd...@gmail.com on 19 Feb 2012 at 3:09

GoogleCodeExporter commented 8 years ago
It isn't an oficial solution...

Original comment by tam...@gmail.com on 20 Feb 2012 at 7:46