afalout wrote: 
> Attached please find squeeze2upnp/LMS-to-uPnP, tshark/Wireshark, and
> SBS/LMS logs
> 
> I first restarted SBS, hard reset the Onkyo, then started tshark, and
> lms2upnp. This is the output of the script I am using to do all that:
> 
> INFO - CMD: sudo --user tcpdump tshark -w
> /var/log/tshark_2014-12-27_19:03:34.pcapng -i p1p1 -p -x -t a ( src host
> 192.168.1.68 and dst host 192.168.1.76 ) or ( src host 192.168.1.76 and
> dst host 192.168.1.68 ) 
> INFO - Tshark started with PID '28231'
> (output=/var/log/tshark_2014-12-27_19:03:34.pcapng
> stdout=/tmp/runTshark.run)
> INFO - squeeze2upnp-x86 started (28239), logging stdout to
> '/tmp/runLMS2UPNP.run' and
> '/var/log/squeeze2upnp_2014-12-27_19:03:34.log'
> 
> Then I wait for UPnP players to be created in LMS, select "oLab" player
> and click PLAY. (Gin Wigmore, Black Sheep)
> 
> Onkyo brriefly shows on LCD "Volume ...." so it obviously received a
> volume change command.
> 
> Then Onkyo freezes. Completely. No sound output at any stage. I have to
> hard-reset it every time. All 3 Onkyo receivers I have behave the same.
> 
> Then I stop everything, and collect log files:
> 
> INFO - Tshark stopped
> INFO - squeeze2upnp-x86 stopped
> INFO - Found 'MARKER-LMS2UPNP-MARKER-2014-12-27_19:03:34' in SBS log
> file
> INFO - Found LMS2UPNP log:
> '/var/log/squeeze2upnp_2014-12-27_19:03:34.log'
> INFO - Found Wireshark (tshark) pcap log:
> '/var/log/tshark_2014-12-27_19:03:34.pcapng'
> 
> Few additional points :
> - More often then not, LMS also goes into tailspin - 90%+ CPU
> utilization, and no commands work. I have to kill it.
> - No lms2upnp configuration files was used, as you can see from command
> line.
> - LMS log file is emply because LMS did not write to it during the test
> - tshark capture was limited to host that is running LMS2UPNP/SBS and
> Onkyo as you can see from command line
> - I have no reason to suspect my network as of now. I use it a lot, and
> it is as it is now for over 2 years. I had not experienced any isses
> that could indicate network issues.
> - I do not use FooBar to control Onky while any of the isses where
> occuring. For this test, I shut it down just in case
> - I would be happy to give you SSH acess if you think that would help.
> 
> Thanks,
> Andrej
> 
> 17046

I'm not sure what to say ... according to the wireshark log, the oLab
receives the command to play the track and sends back a HTTP GET to get
the stream

====================================
GET /LMS2UPNP/00-01-02-03-04-09-idx-1.mp3 HTTP/1.1
Range: bytes=0-
transferMode.dlna.org: Streaming
Host: 192.168.1.76:49153
User-Agent: Mediabolic-IMHTTP/1.8.225 UPNP/1.0 DLNADOC/1.50

HTTP/1.1 206 Partial Content
CONTENT-TYPE: audio/mpeg
CONTENT-RANGE: bytes 0-*
TRANSFER-ENCODING: chunked
DATE: Sat, 27 Dec 2014 06:04:48 GMT
LAST-MODIFIED: Thu, 01 Jan 1970 00:00:00 GMT
SERVER: Linux/3.17.4-200.fc20.i686+PAE, UPnP/1.0, Portable SDK for UPnP
devices/1.6.19
X-User-Agent: redsonic
CONNECTION: close

100000
====================================

The Onkyo HTTP client is one of these that sends an open range command
"0-" and this is where there is some ambiguity on what you should answer
to that when you use chunked-encoding and don't know the total size of
what will be sent (my response is 0-* which has been confirmed by one
HTTP guru ...). That might cause a big grief to the Onkyo. In that case,
try to create a config file and set a value for <stream_length> with a
large number, larger than the largest file you will ever use, or use
that default config file. Other than that ... I need to sleep on this


+-------------------------------------------------------------------+
|Filename: config.xml.txt                                           |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=17047|
+-------------------------------------------------------------------+


LMS 7.7.2 - 5 radio, 3 Boom, 4 Duet, 1 Touch, 1 SB2. Sonos 2xPLAY:1,
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBMC, Foobar2000, XBoxOne
(sort of)
------------------------------------------------------------------------
philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261
View this thread: http://forums.slimdevices.com/showthread.php?t=102496

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to