-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Hi,
I just had another issue: the playback did suddenly not resume after a seek operation.
The seek operation was caused by me on the squeezeclient, the playback was synced to my Radio.
Both devices did not resume, although the GUI still showed "playing back" state.
I can't reproduce, so it seems to be some race condition / timing issue, but fortunately, I have a adb logcat of this event:
11-18 19:08:50.675 16235 16235 D SlimprotoSocket: Read command packet: Success(StreamStop)
11-18 19:08:50.676 16235 16235 D LocalPlayer: Playback state change 3 -> 1
11-18 19:08:50.693 16235 16235 D SlimprotoSocket: Read command packet: Success(AudioGain(digitalVolume=true, preamp=255, newLeft=0.4765625, newRight=0.4765625))
11-18 19:08:50.696 16235 16235 D SlimprotoSocket: Sending STMf status (uptime 17m 5.264480990s, position 0s)
11-18 19:08:50.696 16235 16235 D SlimprotoSocket: Sending STAT packet (53 bytes payload)
11-18 19:08:50.698 16235 16235 D SlimprotoSocket: Read command packet: Success(StreamStart(uri=http://192.168.1.40:9000/stream.mp3?player=dc:63:e9:8d:14:c9, method=GET, headers={}, autoStart=false, directStreaming=false, mimeType=audio/mpeg, replayGain=0.5))
11-18 19:08:50.698 16235 16235 D SlimprotoSocket: Sending STMc status (uptime 17m 5.267122344s, position 0s)
11-18 19:08:50.699 16235 16235 D SlimprotoSocket: Sending STAT packet (53 bytes payload)
11-18 19:08:50.731 16235 16235 D LocalPlayer: Playback state change 1 -> 2
11-18 19:08:50.733 16235 16235 D SlimprotoSocket: Read command packet: Success(AudioGain(digitalVolume=true, preamp=255, newLeft=0.4765625, newRight=0.4765625))
11-18 19:08:50.752 16235 16235 D SlimprotoSocket: Sending RESP packet (539 bytes payload)
11-18 19:08:50.827 16235 16235 D LocalPlayer: Playback state change 2 -> 3
11-18 19:08:50.827 16235 16235 D SlimprotoSocket: Sending STMl status (uptime 17m 5.395910741s, position 0s)
11-18 19:08:50.827 16235 16235 D SlimprotoSocket: Sending STAT packet (53 bytes payload)
11-18 19:08:50.952 16235 16235 D SlimprotoSocket: Read command packet: Success(StreamStatus(timestamp=0))
11-18 19:08:50.953 16235 16235 D SlimprotoSocket: Sending STMt status (uptime 17m 5.521372578s, position 0s)
11-18 19:08:50.953 16235 16235 D SlimprotoSocket: Sending STAT packet (53 bytes payload)
11-18 19:08:51.329 16235 16235 D LocalPlaybackService: update notification with state PlayingOrPaused(title=null, paused=true)
11-18 19:08:51.801 16235 16235 D SlimprotoSocket: Sending META packet (26 bytes payload)
11-18 19:08:52.325 16235 16235 D LocalPlaybackService: update notification with state PlayingOrPaused(title=It s No Good, paused=true)
11-18 19:08:55.162 16235 16235 D SlimprotoSocket: Read command packet: Success(StreamStatus(timestamp=0))
11-18 19:08:55.164 16235 16235 D SlimprotoSocket: Sending STMt status (uptime 17m 9.731737213s, position 0s)
11-18 19:08:55.164 16235 16235 D SlimprotoSocket: Sending STAT packet (53 bytes payload)
The code is use was main HEAD of your repo.
Metadata
Metadata
Assignees
Labels
No labels