anacrolix / dms

A UPnP DLNA Digital Media Server that includes basic video transcoding. Tested on a Panasonic Viera television, several Android UPnP apps, and Chromecast.
BSD 3-Clause "New" or "Revised" License
617 stars 93 forks source link

Playback from Denon X2000 does not work. #26

Open anacrolix opened 9 years ago

anacrolix commented 9 years ago

Playback on my Denon X2000 does not work. I see it in the list of devices, but selecting it will not show me a listing.

Reason unknown, also do not know how to enable some sort of debug / logging in dms.


anacrolix commented 9 years ago

From Igor Shuvalov on 2014-03-14 12:04:45+00:00

Run the application in the console, and then try to reproduce. Copy the output of the console here. There will be a message if there was a critical error. Also post here yours command line arguments

anacrolix commented 9 years ago

From Frank Rosquin on 2014-03-14 12:09:50+00:00

It is running in console, no output is give beyond the default startup messages.

#!console
$ dms -path=/media/Music/iTunes/iTunes\ Music/Music -ifname=eth0 -friendlyName="thoth"
13:05:58 main.go:137: added 4 items from cache
13:05:59 dms.go:843: HTTP srv on [::]:1338
13:05:59 dms.go:117: started SSDP on eth0

and that is all.

anacrolix commented 9 years ago

From Igor Shuvalov on 2014-03-14 12:17:07+00:00

The problem occurs only on Denon X2000? Can you try another player?

anacrolix commented 9 years ago

From Frank Rosquin on 2014-03-14 12:22:25+00:00

As a sidenote, playback from VLC on iOS works fine.

And the output from that is a very long list, permissions are fine you that is what you where after.

anacrolix commented 9 years ago

From Frank Rosquin on 2014-03-14 12:40:40+00:00

anacrolix commented 9 years ago

From Matt Joiner on 2014-03-14 13:10:23+00:00

What OS is the server running on? dms is intentionally as quiet as possible, can you run with tcpdump on port 1338 on the server? It sounds like your players are having problems connecting to the server if you're not seeing any errors. Do you have IPv6 on your network? Are the players giving any error messages?

anacrolix commented 9 years ago

From Frank Rosquin on 2014-03-14 13:48:11+00:00