There is enough to explain what is happening.
Code:
--------------------
9-08-18 15:04:10.3459] Slim::Player::Song:pen (409) Transcoder: streamMode=F,
streamformat=flc
[19-08-18 15:04:10.3461] Slim::Player::TranscodingHelper::tokenizeConvertCo
mmand2 (617) Using command for conversion: "C:\Program Files
(x86)\SQUEEZ~1\server\Bin\MSWin32-x86-multi-thread\flac.exe" -cs
--totally-silent --compression-level-0 --skip=29:04.06 --until=38:33.62 --
"C:\Musica\Al Di Meola\Al Di Meola -1978- Casino (Master Sound)\Al Di Meola -
Casino.wav" | "C:\Program Files
(x86)\SQUEEZ~1\server\Bin\MSWin32-x86-multi-thread\sox.exe" -q -t flac - -t
flac -C 0 - |
[19-08-18 15:04:10.3462] Slim::Player::Song:pen (559) Tokenized command:
"C:\Program Files (x86)\SQUEEZ~1\server\Bin\MSWin32-x86-multi-thread\flac.exe"
-cs --totally-silent --compression-level-0 --skip=29:04.06 --until=38:33.62 --
"C:\Musica\Al Di Meola\Al Di Meola -1978- Casino (Master Sound)\Al Di Meola -
Casino.wav" | "C:\Program Files
(x86)\SQUEEZ~1\server\Bin\MSWin32-x86-multi-thread\sox.exe" -q -t flac - -t
flac -C 0 - |
[19-08-18 15:04:10.3532] Slim::Player::StreamingController::_Stream (1283)
b8:27:eb:5e:a1:2e: stream
[19-08-18 15:04:10.3541] Slim::Player::StreamingController::_Stream (1320)
Song queue is now 5
[19-08-18 15:04:10.3543] Slim::Player::StreamingController::_setPlayingStat e
(2378) new playing state BUFFERING
[19-08-18 15:04:10.3544] Slim::Player::StreamingController::_setStreamingSt
ate (2387) new streaming state STREAMING
[19-08-18 15:04:10.4452] Slim::Player::Source::_readNextChunk (373) end of
file or error on socket, song pos: 50692096
[19-08-18 15:04:10.4455] Slim::Player::Source::_readNextChunk (378)
b8:27:eb:5e:a1:2e mark end of stream
[19-08-18 15:04:10.4458] Slim::Player::Source::_readNextChunk (386) Didn't
stream any bytes for this song; mark it as failed
[19-08-18 15:04:10.4461]
Slim::Player::StreamingController:layerStreamingFailed (2249) b8:27:eb:5e:a1:2e
[19-08-18 15:04:10.4465] Slim::Player::StreamingController::_playersMessage
(797) Problem: Can't open file for::
file:///C:/Musica/Al%20Di%20Meola/Al%20Di%20Meola%20-1978-%20Casino%20(Master%20Sound)/Al%20Di%20Meola%20-%20Casino.wav#1744.06666666667-2313.626
--------------------
I've marked the 3 important things in color.
In reverse order.
The last one shows the error message LMS will return .
The "end of file" message usually means that command to process the
files have failed.
The line with "Tokenzied command" shows what LMS is try to do with the
file.
So there is a probelm with the command line
Code:
--------------------
"C:\Program Files
(x86)\SQUEEZ~1\server\Bin\MSWin32-x86-multi-thread\flac.exe" -cs
--totally-silent --compression-level-0 --skip=29:04.06 --until=38:33.62 --
"C:\Musica\Al Di Meola\Al Di Meola -1978- Casino (Master Sound)\Al Di Meola -
Casino.wav" | "C:\Program Files
(x86)\SQUEEZ~1\server\Bin\MSWin32-x86-multi-thread\sox.exe" -q -t flac - -t
flac -C 0 -
--------------------
There are two executables - LMS is using *flac* to skip to the track
position in the wav file (I.e. between 29:04.06 and 38:33.62 ) and then
uses *sox* to encode into flac as makes optimal use of bandwidth.
Need to confirm that flac and soc run OK on your system.
Can you open a command shell and at the prompt type the following
commands - flac and sox each should produce a banner message if they run
ok.
Code:
--------------------
C:
cd "\Program Files (x86)\SQUEEZ~1\server\Bin\MSWin32-x86-multi-thread"
flac
sox
--------------------
--------------------
------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=110871
_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter