florca wrote: > Have been playing today with squeezelite running on a RPi / armhf / > squeezeplug. > > Updated to the latest armhf build on > http://code.google.com/p/squeezelite/ and it's working really well, with > direct aac streaming from iPlayer Live / Listen again working perfectly, > together with FLAC & MP3 tracks from the Server. > > Sounds great. The only problem is that MP3 and MP2 streams from a DVB-T > USB dongle, which work perfectly on all my other Squeezedevices (and > Foobar etc.) fail for some reason with: > > > Code: -------------------- > > root@squeezeplug:~# squeezelite -d stream=sdebug > [16:36:55.559989] stream_init:214 init stream > [16:36:55.563353] stream_init:215 streambuf size: 2097152 > [16:37:04.851528] stream_sock:267 connecting to 192.168.1.144:9001 > [16:37:04.854229] stream_sock:303 adjusting icy meta request - not supported > [16:37:04.855420] stream_sock:307 header: GET /BBC%20Radio%204.mp3 HTTP/1.0 > Cache-Control: no-cache > Connection: close > Accept: */* > Host: 192.168.1.144:9001 > User-Agent: iTunes/4.7.1 (Linux; N; Debian; i686-linux; EN; utf8) SqueezeCenter, Squeezebox Server, Logitech Media Server/7.7.2/33893 > Icy-Metadata: 0 > > > [16:37:04.883115] send_header:64 wrote 272 bytes to socket > [16:37:04.884192] send_header:68 wrote header > [16:37:04.992222] stream_thread:202 poll timeout > [16:37:05.093798] stream_thread:202 poll timeout > [16:37:05.141752] *stream_thread:138 received headers too long* > ^C > -------------------- > > > >
I was trying to have fixed buffer allocation to read headers into as I expected them to always be smaller than 2K - can you rebuild with MAX_HEADER set to a larger value (or pm me with an email address so I can send you a binary with this). MAX_HEADER is set in squeezelite.h ------------------------------------------------------------------------ Triode's Profile: http://forums.slimdevices.com/member.php?userid=17 View this thread: http://forums.slimdevices.com/showthread.php?t=97046 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
