[coherence-dev] Having issues getting coherence working...
Frank Scholz
fs at beebits.net
Wed Jul 16 10:12:35 CEST 2008
Hi Phil,
> My dlna client is a Pioneer VSX-LX70 AV receiver. It can see my windows
> mediaplayer share on my PC. It also can see mediatomb running on the
> same linux host that I am trying to get coherence running on. I have
> shut down mediatomb for all testing purposes so only coherence should be
> visible.
when it sees mediatomb it should be able to see Coherence too. :-)
First thing that comes to my mind, maybe the Pioneer only reacts on
version 1 devices.
So add a version:1 to your AmpacheStore configuration.
--plugin=backend:AmpacheStore,url:http://...php,key:p...d,version:1
^^^^^^^^^
This will tell Coherence to send out announcements for a MediaServer v1.
And not a v2 as it would do normaly.
If that doesn't help we need to have a look at the SSDP communication.
For that start Coherence with
COHERENCE_DEBUG=ssdp:4 coherence --plugin=backend:AmpacheStore......
and send me the output pls.
Ciao,
Frank
More information about the coherence-dev
mailing list