warren64c wrote: 
> OK now the log with chunked in player specific dropdown

I really don't understand what's happening in that log. here is what you
should see with "chunked" enabled


Code:
--------------------
    
  [17:01:50.928395] handle_http:468 [0xc3f68]: received GET /bridge-1.flac 
HTTP/1.1
  [17:01:50.928449] handle_http:471 [0xc3f68]: HTTP headers
  CONNECTION: close
  Host: 192.168.2.144:49154
  ACCEPT: */*
  USER-AGENT: Linux UPnP/1.0 Sonos/57.3-79200 (ZPS3)
  X-Sonos-SWGen: 1
  
  [17:01:50.928494] handle_http:476 [0xc3f68]: Sonos mode
  [17:01:50.928587] handle_http:563 [0xc3f68]: responding:
  HTTP/1.1 200 OK
  Server: squeezebox-bridge
  Connection: close
  Content-Type: audio/flac
  Transfer-Encoding: chunked
  
--------------------


but you have


Code:
--------------------
    
  [18:21:52.769249] handle_http:468 [0x3a2d68]: received GET /bridge-1.flac 
HTTP/1.1
  [18:21:52.769272] handle_http:471 [0x3a2d68]: HTTP headers
  User-Agent: Lavf54.29.104
  Accept: */*
  Range: bytes=0-
  Connection: close
  Host: 192.168.1.25:49153
  
  [18:21:52.769370] handle_http:563 [0x3a2d68]: responding:
  HTTP/1.1 200 OK
  Server: squeezebox-bridge
  Connection: close
  Content-Type: audio/flac
  
--------------------


The request is a bit different of course, but as long as it is a HTTP
1.1 request, the answer should be chunked when set. Can you send me your
config file?



LMS 7.9  on Pi 3B+ & Odroid-C2 - *SqueezeAMP!*, 5xRadio, 3xBoom, 4xDuet,
1xTouch, 1 SB3. Sonos PLAY:3, PLAY:5, Marantz NR1603, Foobar2000,
ShairPortW, JRiver 21, 2xChromecast Audio, Chromecast v1 and v2,
Squeezelite on Pi,  Yamaha WX-010, AppleTV 4, Airport Express, GGMM E5,
Riva 1 & 3
------------------------------------------------------------------------
philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261
View this thread: http://forums.slimdevices.com/showthread.php?t=103728

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to