I have done this for quite a while this afternoon. The logs are not
exactly easy reading to those of us just picking this up :)
But this is how it starts:
Code:
--------------------
[15-03-24 15:59:12.7582] Slim::Player::TranscodingHelper::checkBin (241)
Found command: [faad] -q -w -f 1 $FILE$ | [flac] -cs --totally-silent
--compression-level-0 --ignore-chunk-sizes -
[15-03-24 15:59:12.7583] Slim::Player::TranscodingHelper::getConvertCommand2
(428) Matched: aac->flc via: [faad] -q -w -f 1 $FILE$ | [flac] -cs
--totally-silent --compression-level-0 --ignore-chunk-sizes -
[15-03-24 15:59:12.7583] Slim::Player::Song::open (408) Transcoder:
streamMode=I, streamformat=flc
[15-03-24 15:59:12.7584] Slim::Player::Song::open (461) Opening stream (no
direct streaming) using Plugins::BBCiPlayer::HLS
[hls://open.live.bbc.co.uk/mediaselector/5/redir/version/2.0/vpid/b055jvk0/mediaset/audio-syndication/proto/httpxx]
[15-03-24 15:59:12.7589] Slim::Player::Song::open (482) URL is a song
(audio):
hls://open.live.bbc.co.uk/mediaselector/5/redir/version/2.0/vpid/b055jvk0/mediaset/audio-syndication/proto/httpxx,
type=aac
[15-03-24 15:59:12.7597]
Slim::Player::TranscodingHelper::tokenizeConvertCommand2 (553) Using command
for conversion:
"C:\PROGRA~2\SQUEEZ~1\server\Bin\MSWin32-x86-multi-thread\faad.exe" -q -w -f 1
"-" | "C:\PROGRA~2\SQUEEZ~1\server\Bin\MSWin32-x86-multi-thread\flac.exe" -cs
--totally-silent --compression-level-0 --ignore-chunk-sizes -
[15-03-24 15:59:12.7598] Slim::Player::Song::open (558) Tokenized command:
"C:\PROGRA~2\SQUEEZ~1\server\Bin\MSWin32-x86-multi-thread\faad.exe" -q -w -f 1
"-" | "C:\PROGRA~2\SQUEEZ~1\server\Bin\MSWin32-x86-multi-thread\flac.exe" -cs
--totally-silent --compression-level-0 --ignore-chunk-sizes -
[15-03-24 15:59:12.7623] Slim::Player::Pipeline::new (96) Launching process
with command:
"C:\PROGRA~2\SQUEEZ~1\server\Bin\MSWin32-x86-multi-thread\socketwrapper.exe"
-D -i 59078 -w -o 59077 -c
"\"C:\PROGRA~2\SQUEEZ~1\server\Bin\MSWin32-x86-multi-thread\faad.exe\" -q -w -f
1 \"-\" | \"C:\PROGRA~2\SQUEEZ~1\server\Bin\MSWin32-x86-multi-thread\flac.exe\"
-cs --totally-silent --compression-level-0 --ignore-chunk-sizes -"
[15-03-24 15:59:12.7958] Slim::Player::SongStreamController::new (31) live=1
[15-03-24 15:59:12.7961] Slim::Player::StreamingController::_Stream (1327)
90:2b:34:3c:8f:0f: stream
[15-03-24 15:59:12.7967] Slim::Player::StreamingController::_Stream (1374)
Song queue is now 0
[15-03-24 15:59:12.7968] Slim::Player::StreamingController::_setPlayingState
(2479) new playing state BUFFERING
[15-03-24 15:59:12.7969]
Slim::Player::StreamingController::_setStreamingState (2492) new streaming
state STREAMING
[15-03-24 15:59:12.7970] Slim::Player::StreamingController::_eventAction
(303) 90:2b:34:3c:8f:0f: NextTrackReady - new state BUFFERING-STREAMING
[15-03-24 15:59:12.7971] Slim::Player::StreamingController::_eventAction
(303) 90:2b:34:3c:8f:0f: Play - new state BUFFERING-STREAMING
[15-03-24 15:59:12.7973] Slim::Player::Source::playmode (97)
90:2b:34:3c:8f:0f: Current playmode: play
--------------------
Then a short while later you get this:
Code:
--------------------
[15-03-24 15:59:12.8318] Slim::Player::Pipeline::acceptReader (203)
Pipeline reader connected
[15-03-24 15:59:12.8319] Slim::Player::Pipeline::sysread (282) Pipeline
doesn't have pending bytes - trying to get some from source
[15-03-24 15:59:12.8320] Slim::Player::Source::_readNextChunk (341) Got
EINTR, will try again later.
[15-03-24 15:59:12.9214] Slim::Player::Player::_buffering (1173) Buffering...
0 / 261120
[15-03-24 15:59:12.9220] Slim::Player::StreamingController::_eventAction
(271) 90:2b:34:3c:8f:0f: StatusHeartbeat in BUFFERING-STREAMING ->
Slim::Player::StreamingController::_NoOp
[15-03-24 15:59:13.0010] Slim::Player::StreamingController::_eventAction
(271) 90:2b:34:3c:8f:0f: StatusHeartbeat in BUFFERING-STREAMING ->
Slim::Player::StreamingController::_NoOp
[15-03-24 15:59:13.2224] Slim::Player::Player::_buffering (1173) Buffering...
0 / 261120
[15-03-24 15:59:13.2228] Slim::Player::StreamingController::_eventAction
(271) 90:2b:34:3c:8f:0f: StatusHeartbeat in BUFFERING-STREAMING ->
Slim::Player::StreamingController::_NoOp
[15-03-24 15:59:13.2324] Slim::Player::Pipeline::sysread (282) Pipeline
doesn't have pending bytes - trying to get some from source
[15-03-24 15:59:13.2325] Slim::Player::Source::_readNextChunk (341) Got
EINTR, will try again later.
[15-03-24 15:59:13.5234] Slim::Player::Player::_buffering (1173) Buffering...
0 / 261120
[15-03-24 15:59:13.5238] Slim::Player::StreamingController::_eventAction
(271) 90:2b:34:3c:8f:0f: StatusHeartbeat in BUFFERING-STREAMING ->
Slim::Player::StreamingController::_NoOp
[15-03-24 15:59:13.6334] Slim::Player::Pipeline::sysread (282) Pipeline
doesn't have pending bytes - trying to get some from source
[15-03-24 15:59:13.6336] Slim::Player::Source::_readNextChunk (341) Got
EINTR, will try again later.
[15-03-24 15:59:13.8246] Slim::Player::Player::_buffering (1173) Buffering...
0 / 261120
[15-03-24 15:59:13.8250] Slim::Player::StreamingController::_eventAction
(271) 90:2b:34:3c:8f:0f: StatusHeartbeat in BUFFERING-STREAMING ->
Slim::Player::StreamingController::_NoOp
[15-03-24 15:59:14.0347] Slim::Player::Pipeline::sysread (282) Pipeline
doesn't have pending bytes - trying to get some from source
[15-03-24 15:59:14.0356] Slim::Player::Pipeline::sysread (304) Attempting to
write to pipeline writer
[15-03-24 15:59:14.0358] Slim::Player::Pipeline::sysread (310) Wrote 5574
bytes to pipeline writer
[15-03-24 15:59:14.0359] Slim::Player::Pipeline::sysread (282) Pipeline
doesn't have pending bytes - trying to get some from source
[15-03-24 15:59:14.0361] Slim::Player::Pipeline::sysread (304) Attempting to
write to pipeline writer
[15-03-24 15:59:14.0363] Slim::Player::Pipeline::sysread (310) Wrote 5816
bytes to pipeline writer
[15-03-24 15:59:14.0365] Slim::Player::Pipeline::sysread (282) Pipeline
doesn't have pending bytes - trying to get some from source
[15-03-24 15:59:14.0367] Slim::Player::Pipeline::sysread (304) Attempting to
write to pipeline writer
[15-03-24 15:59:14.0369] Slim::Player::Pipeline::sysread (310) Wrote 5646
bytes to pipeline writer
[15-03-24 15:59:14.0371] Slim::Player::Pipeline::sysread (282) Pipeline
doesn't have pending bytes - trying to get some from source
[15-03-24 15:59:14.0373] Slim::Player::Pipeline::sysread (304) Attempting to
write to pipeline writer
[15-03-24 15:59:14.0375] Slim::Player::Pipeline::sysread (310) Wrote 5594
bytes to pipeline writer
[15-03-24 15:59:14.0376] Slim::Player::Pipeline::sysread (282) Pipeline
doesn't have pending bytes - trying to get some from source
[15-03-24 15:59:14.0379] Slim::Player::Pipeline::sysread (304) Attempting to
write to pipeline writer
[15-03-24 15:59:14.0380] Slim::Player::Pipeline::sysread (310) Wrote 5550
bytes to pipeline writer
[15-03-24 15:59:14.0381] Slim::Player::Pipeline::sysread (282) Pipeline
doesn't have pending bytes - trying to get some from source
[15-03-24 15:59:14.0384] Slim::Player::Pipeline::sysread (304) Attempting to
write to pipeline writer
[15-03-24 15:59:14.0385] Slim::Player::Pipeline::sysread (310) Wrote 5549
bytes to pipeline writer
[15-03-24 15:59:14.0387] Slim::Player::Pipeline::sysread (282) Pipeline
doesn't have pending bytes - trying to get some from source
[15-03-24 15:59:14.0389] Slim::Player::Pipeline::sysread (304) Attempting to
write to pipeline writer
[15-03-24 15:59:14.0390] Slim::Player::Pipeline::sysread (310) Wrote 5613
bytes to pipeline writer
[15-03-24 15:59:14.0391] Slim::Player::Pipeline::sysread (282) Pipeline
doesn't have pending bytes - trying to get some from source
[15-03-24 15:59:14.0394] Slim::Player::Pipeline::sysread (304) Attempting to
write to pipeline writer
[15-03-24 15:59:14.0395] Slim::Player::Pipeline::sysread (310) Wrote 5571
bytes to pipeline writer
[15-03-24 15:59:14.0396] Slim::Player::Pipeline::sysread (282) Pipeline
doesn't have pending bytes - trying to get some from source
[15-03-24 15:59:14.0399] Slim::Player::Pipeline::sysread (304) Attempting to
write to pipeline writer
[15-03-24 15:59:14.0400] Slim::Player::Source::_readNextChunk (351) Read to
end of file or pipe
[15-03-24 15:59:14.0402] Slim::Player::Source::_readNextChunk (374) end of
file or error on socket, song pos: 2445127
[15-03-24 15:59:14.0403] Slim::Player::Source::_readNextChunk (379)
90:2b:34:3c:8f:0f mark end of stream
[15-03-24 15:59:14.0404] Slim::Player::Source::_readNextChunk (387) Didn't
stream any bytes for this song; mark it as failed
[15-03-24 15:59:14.0406]
Slim::Player::StreamingController::playerStreamingFailed (2350)
90:2b:34:3c:8f:0f
[15-03-24 15:59:14.0407] Slim::Player::StreamingController::_playersMessage
(789) Problem: Can't open file for::
hls://open.live.bbc.co.uk/mediaselector/5/redir/version/2.0/vpid/b055jvk0/mediaset/audio-syndication/proto/httpxx
[15-03-24 15:59:14.0411] Slim::Player::StreamingController::_eventAction
(271) 90:2b:34:3c:8f:0f: StreamingFailed in BUFFERING-STREAMING ->
Slim::Player::StreamingController::_StopNextIfMore
[15-03-24 15:59:14.0412] Slim::Player::StreamingController::_eventAction
(284) params: errorDisconnect => undef
[15-03-24 15:59:14.0415] Slim::Player::StreamingController::_Stop (603) Song
queue is now 0
[15-03-24 15:59:14.0418] Slim::Player::SongStreamController::DESTROY (44)
DESTROY(Slim::Player::SongStreamController=HASH(0xa9a3eec)) live=0
[15-03-24 15:59:14.0420] Slim::Player::StreamingController::_setPlayingState
(2479) new playing state STOPPED
--------------------
It certainly seems to be calling faad, then failing.
------------------------------------------------------------------------
Davidg1's Profile: http://forums.slimdevices.com/member.php?userid=35004
View this thread: http://forums.slimdevices.com/showthread.php?t=53229
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins