bpa wrote: 
> Something is odd here - there is indication of direct streaming (which
> cannot happen if synced) and no direct streaming.
> 
> You have snipped the log which sometimes is not good as often what is
> missing from the log is important.
> 
> For log files it is better to note time when starting test and wait for
> about 30 secs after finishing - put the log lines between those times
> into a text file (no other editing), ZIP the text file and attach to a
> post.

The call to Slim::Player::SqueezeBox2::directHeader always happens as it
is handling to RESP which is always sent by the player when it receives
the headers of the stream, whether it's a local or remote URL. Then, in
directHeader you have


Code:
--------------------
    
  sub directHeaders {
        my $client = shift;
        my $headers = shift;
  
        main::INFOLOG && $directlog->is_info && $directlog->info("Processing 
headers for direct streaming:\n$headers");
  
        my $controller = $client->controller()->songStreamController();
        my $handler    = $controller ? $controller->protocolHandler() : undef;
        
        if ($handler && $handler->can('handlesStreamHeaders')) {
  
                if ($handler->handlesStreamHeaders($client, $headers)) {
                        return;
                }
  
        }
  
        unless ($controller && $controller->isDirect()) {return;}
  ...
  
--------------------


I unfortunately don't have an answer why streaming does not work, seems
that the streaming state machine is stucked waiting for a player's
indication that enough data has been received. Maybe it's an issue with
old SLIMP3



LMS 7.7, 7.8 and 7.9 - 5xRadio, 3xBoom, 4xDuet, 1xTouch, 1 SB2. Sonos
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBoxOne, XBMC, Foobar2000,
ShairPortW, JRiver 21, 2xChromecast Audio, Chromecast v1 and v2, , Pi
B3, B2, Pi B+, 2xPi A+, Odroid-C1, Odroid-C2, Cubie2, Yamaha WX-010,
AppleTV 4, Airport Express, GGMM E5
------------------------------------------------------------------------
philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261
View this thread: http://forums.slimdevices.com/showthread.php?t=112289

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

Reply via email to