snapdroid icon indicating copy to clipboard operation
snapdroid copied to clipboard

Choppy playback over bluetooth

Open geezuh opened this issue 4 years ago • 4 comments

Hey there, I'm having an issue where playback is fairly choppy over bluetooth on the android app, but plays normally over a wired connection to the same speaker (also plays fine from builtin phone speaker). I have tested this with 3 different bluetooth devices (headphones, and 2 speakers) with the same results. I also verified that spotify plays normally over the bluetooth without snapcast, so it seems snapcast/snapdroid/android is the issue, and not wifi or bluetooth connections.

I realize bluetooth will add latency to the playback, but for my purposes this is not an important feature. is the added bluetooth latency being calculated by the server or client and could this be the cause of the issue. if so, could we get an option to not worry about the sync of certain specified devices, and prioritize smooth playback? I'm just trying to listen to my phonograph in different rooms of the house, and/or on my bluetooth headphones.

server side: phono > rca/usb input(archlinux pc) > parec > fifo. client side: snapdroid > bluetooth speaker

issue persists with all different codecs. my rca input device only supports 48k, so i haven't tried other rates. s16le

let me know if this is known behavior, or if i should provide any logs, or audio recordings of the issue.

geezuh avatar Jun 16 '20 03:06 geezuh

The Android version and App version would be very interesting. Also I need a client log, you can capture it with adb:

adb logcat --pid=`adb shell pidof -s de.badaix.snapcast`

--------- beginning of main
06-16 17:41:02.332 28408 28408 I badaix.snapcas: Late-enabling -Xcheck:jni
06-16 17:41:02.367 28408 28408 E badaix.snapcas: Unknown bits set in runtime_flags: 0x8000
06-16 17:41:02.613 28408 28408 I Perf    : Connecting to perf service.
06-16 17:41:02.625 28408 28408 I MultiDex: VM with version 2.1.0 has multidex support
06-16 17:41:02.625 28408 28408 I MultiDex: Installing application
06-16 17:41:02.625 28408 28408 I MultiDex: VM has multidex support, MultiDex support library is disabled.
06-16 17:41:02.632 28408 28430 E Perf    : Fail to get file list de.badaix.snapcast
06-16 17:41:02.633 28408 28430 E Perf    : getFolderSize() : Exception_1 = java.lang.NullPointerException: Attempt to get length of null array
06-16 17:41:02.786 28408 28408 W badaix.snapcas: Accessing hidden method Landroid/view/View;->computeFitSystemWindows(Landroid/graphics/Rect;Landroid/graphics/Rect;)Z (greylist, reflection, allowed)
06-16 17:41:02.788 28408 28408 W badaix.snapcas: Accessing hidden method Landroid/view/ViewGroup;->makeOptionalFitsSystemWindows()V (greylist, reflection, allowed)
06-16 17:41:02.839 28408 28408 D GroupList: onCreateView: GroupListFragment{bd32ccb #0 id=0x7f090057}
06-16 17:41:02.868 28408 28408 D Main    : Samplerate: 8000
06-16 17:41:02.870 28408 28408 D Main    : Samplerate: 8000, buffer: 1280
06-16 17:41:02.870 28408 28408 D Main    : Samplerate: 11025
06-16 17:41:02.871 28408 28408 D Main    : Samplerate: 11025, buffer: 1792
06-16 17:41:02.871 28408 28408 D Main    : Samplerate: 16000
06-16 17:41:02.871 28408 28408 D Main    : Samplerate: 16000, buffer: 2560
06-16 17:41:02.872 28408 28408 D Main    : Samplerate: 22050
06-16 17:41:02.872 28408 28408 D Main    : Samplerate: 22050, buffer: 3584
06-16 17:41:02.872 28408 28408 D Main    : Samplerate: 44100
06-16 17:41:02.872 28408 28408 D Main    : Samplerate: 44100, buffer: 7104
06-16 17:41:02.872 28408 28408 D Main    : Samplerate: 48000
06-16 17:41:02.873 28408 28408 D Main    : Samplerate: 48000, buffer: 7680
06-16 17:41:02.874 28408 28408 D Main    : Samplerate: 48000
06-16 17:41:02.927 28408 28436 D RC      : onConnecting
06-16 17:41:02.928 28408 28408 D Main    : lastRunVersion: 2000, version: 2000
06-16 17:41:02.930 28408 28436 D TCP     : Connecting to 192.168.0.3:1705
06-16 17:41:02.946 28408 28436 D RC      : onConnected
06-16 17:41:02.948 28408 28438 D TCP     : Sending: {"jsonrpc":"2.0","method":"Server.GetStatus","id":0}
06-16 17:41:02.983 28408 28436 D RC      : Response to: Server.GetStatus
06-16 17:41:03.002 28408 28431 I AdrenoGLES: QUALCOMM build                   : 7331a27, Ieeb4a86f7b
06-16 17:41:03.002 28408 28431 I AdrenoGLES: Build Date                       : 11/13/19
06-16 17:41:03.002 28408 28431 I AdrenoGLES: OpenGL ES Shader Compiler Version: EV031.27.05.02
06-16 17:41:03.002 28408 28431 I AdrenoGLES: Local Branch                     : 
06-16 17:41:03.002 28408 28431 I AdrenoGLES: Remote Branch                    : 
06-16 17:41:03.002 28408 28431 I AdrenoGLES: Remote Branch                    : 
06-16 17:41:03.002 28408 28431 I AdrenoGLES: Reconstruct Branch               : 
06-16 17:41:03.002 28408 28431 I AdrenoGLES: Build Config                     : S L 8.0.12 AArch64
06-16 17:41:03.007 28408 28431 I AdrenoGLES: PFP: 0x005ff112, ME: 0x005ff066
06-16 17:41:03.011 28408 28431 W AdrenoUtils: <ReadGpuID_from_sysfs:194>: Failed to open /sys/class/kgsl/kgsl-3d0/gpu_model
06-16 17:41:03.011 28408 28431 W AdrenoUtils: <ReadGpuID:218>: Failed to read chip ID from gpu_model. Fallback to use the GSL path
06-16 17:41:03.031 28408 28431 W Gralloc3: mapper 3.x is not supported
06-16 17:41:03.095 28408 28408 D Main    : updateStartStopMenuItem: ic_media_play
06-16 17:41:04.486 28408 28408 D Service : start host: 192.168.0.3, port: 1704
06-16 17:41:04.488 28408 28408 D Service : Running on a non-TV Device
06-16 17:41:04.517 28408 28408 D Service : startProcess
06-16 17:41:04.518 28408 28408 I Service : Configured engine: Auto, active engine: oboe, sampleformat: 48000:16:*
06-16 17:41:04.965 28408 28445 D Main    : onPlayerStart
06-16 17:41:04.965 28408 28445 D Main    : [Info] (Connection) Resolving host IP for: 192.168.0.3
06-16 17:41:04.966 28408 28408 D Main    : updateStartStopMenuItem: ic_media_stop
06-16 17:41:04.966 28408 28445 D Main    : [Info] (Connection) Connecting
06-16 17:41:04.969 28408 28445 D Main    : [Notice] (Connection) Connected to 192.168.0.3
06-16 17:41:04.970 28408 28445 D Main    : [Info] (Connection) My MAC: "00:00:00:00:00:00", socket: 7
06-16 17:41:04.974 28408 28436 D TCP     : Received Message: '{"jsonrpc":"2.0","method":"Client.OnConnect","params":{"client":{"config":{"instance":1,"latency":0,"name":"","volume":{"muted":false,"percent":49}},"connected":true,"host":{"arch":"arm64-v8a","ip":"::ffff:192.168.0.17","mac":"00:00:00:00:00:00","name":"Mi A2 Lite","os":"Android 10"},"id":"859a477e-7e4e-479c-bfdc-c4a1df4b0c9a","lastSeen":{"sec":1592322065,"usec":474205},"snapclient":{"name":"Snapclient","protocolVersion":2,"version":"0.20.0"}},"id":"859a477e-7e4e-479c-bfdc-c4a1df4b0c9a"}}'
06-16 17:41:04.974 28408 28445 D Main    : [Info] (Controller) ServerSettings - buffer: 1000, latency: 0, volume: 49, muted: 0
06-16 17:41:04.976 28408 28445 D Main    : [Info] (Controller) Codec: flac, sampleformat: 48000:16:2
06-16 17:41:04.976 28408 28445 D Main    : [Info] (Player) Player name: oboe, device: default, description: <none>, idx: -1, sharing mode: shared
06-16 17:41:04.976 28408 28445 D Main    : [Info] (Player) Mixer mode: software, parameters: <none>
06-16 17:41:04.976 28408 28445 D Main    : [Info] (Player) Sampleformat: 48000:16:2, stream: 48000:16:2
06-16 17:41:04.976 28408 28445 D Main    : [Info] (OboePlayer) Init start
06-16 17:41:04.977 28408 28445 D Main    : [Info] (OboePlayer) DefaultStreamValues::SampleRate: 48000, DefaultStreamValues::FramesPerBurst: 192
06-16 17:41:04.996 28408 28445 D Main    : [Info] (OboePlayer) BufferSizeInFrames: 384, FramesPerBurst: 192
06-16 17:41:04.996 28408 28445 D Main    : [Info] (OboePlayer) AudioApi: AAudio
06-16 17:41:04.996 28408 28445 D Main    : [Info] (OboePlayer) Init done
06-16 17:41:04.996 28408 28445 D Main    : [Info] (OboePlayer) Start
06-16 17:41:04.998 28408 28445 D Main    : [Info] (Stream) no chunks available
06-16 17:41:05.204 28408 28445 D Main    : [Info] (Controller) diff to server [ms]: 6.72625e+09
06-16 17:41:05.915 28408 28445 D Main    : [Debug] (Stats) Chunk: -1	-1	-1	-1	1	20	0
06-16 17:41:06.003 28408 28445 D Main    : [Debug] (Stats) Chunk: -1	0	0	0	24	20	0
06-16 17:41:07.004 28408 28445 D Main    : [Debug] (Stats) Chunk: 0	0	-1	-1	289	20	0
06-16 17:41:08.004 28408 28445 D Main    : [Debug] (Stats) Chunk: 0	0	0	0	500	20	0
06-16 17:41:09.004 28408 28445 D Main    : [Debug] (Stats) Chunk: 0	0	0	0	500	20	0
06-16 17:41:10.004 28408 28445 D Main    : [Debug] (Stats) Chunk: 0	0	0	0	500	20	0
06-16 17:41:11.002 28408 28445 D Main    : [Debug] (Stats) Chunk: -2	-2	-2	0	500	21	0
06-16 17:41:12.002 28408 28445 D Main    : [Debug] (Stats) Chunk: 0	0	0	-1	500	21	5
06-16 17:41:13.003 28408 28445 D Main    : [Debug] (Stats) Chunk: 0	0	0	-1	500	20	0
06-16 17:41:14.003 28408 28445 D Main    : [Debug] (Stats) Chunk: -1	0	0	0	500	20	0
06-16 17:41:15.003 28408 28445 D Main    : [Debug] (Stats) Chunk: 0	0	0	0	500	20	0
06-16 17:41:16.003 28408 28445 D Main    : [Debug] (Stats) Chunk: -1	0	0	0	500	21	0
06-16 17:41:17.003 28408 28445 D Main    : [Debug] (Stats) Chunk: 0	0	0	0	500	20	0
06-16 17:41:18.003 28408 28445 D Main    : [Debug] (Stats) Chunk: 0	0	0	0	500	20	0
06-16 17:41:19.004 28408 28445 D Main    : [Debug] (Stats) Chunk: -1	0	0	0	500	20	0
06-16 17:41:20.003 28408 28445 D Main    : [Debug] (Stats) Chunk: 0	0	0	0	500	20	0
06-16 17:41:21.002 28408 28445 D Main    : [Debug] (Stats) Chunk: -1	-1	-1	0	500	21	0
06-16 17:41:22.003 28408 28445 D Main    : [Debug] (Stats) Chunk: 0	0	-1	-1	500	21	2
06-16 17:41:22.285 28408 28408 D Main    : lastRunVersion: 2000, version: 2000
06-16 17:41:23.003 28408 28445 D Main    : [Debug] (Stats) Chunk: -1	0	0	-1	500	20	0
06-16 17:41:24.003 28408 28445 D Main    : [Debug] (Stats) Chunk: -1	0	0	0	500	20	0
06-16 17:41:25.004 28408 28445 D Main    : [Debug] (Stats) Chunk: 1	0	0	0	500	20	0
06-16 17:41:26.003 28408 28445 D Main    : [Debug] (Stats) Chunk: 0	0	0	0	500	20	0
06-16 17:41:27.003 28408 28445 D Main    : [Debug] (Stats) Chunk: 0	0	0	0	500	20	0
06-16 17:41:28.003 28408 28445 D Main    : [Debug] (Stats) Chunk: 0	0	0	0	500	20	0
06-16 17:41:29.003 28408 28445 D Main    : [Debug] (Stats) Chunk: 0	0	0	0	500	20	0
06-16 17:41:30.003 28408 28445 D Main    : [Debug] (Stats) Chunk: 0	0	0	0	500	20	0
06-16 17:41:31.004 28408 28445 D Main    : [Debug] (Stats) Chunk: 1	1	1	0	500	20	0
06-16 17:41:32.004 28408 28445 D Main    : [Debug] (Stats) Chunk: 1	1	1	0	500	20	-1
06-16 17:41:33.004 28408 28445 D Main    : [Debug] (Stats) Chunk: 0	1	0	0	500	20	-1
06-16 17:41:34.004 28408 28445 D Main    : [Debug] (Stats) Chunk: 1	1	1	0	500	20	0
06-16 17:41:35.004 28408 28445 D Main    : [Debug] (Stats) Chunk: 0	1	1	0	500	20	-2
06-16 17:41:36.004 28408 28445 D Main    : [Debug] (Stats) Chunk: 0	0	0	0	500	20	0
06-16 17:41:37.004 28408 28445 D Main    : [Debug] (Stats) Chunk: 0	0	0	0	500	20	0
06-16 17:41:38.005 28408 28445 D Main    : [Debug] (Stats) Chunk: 1	0	0	0	500	19	0
06-16 17:41:39.004 28408 28445 D Main    : [Debug] (Stats) Chunk: 0	0	0	0	500	20	0
06-16 17:41:40.004 28408 28445 D Main    : [Debug] (Stats) Chunk: 0	0	0	0	500	20	0
06-16 17:41:41.004 28408 28445 D Main    : [Debug] (Stats) Chunk: 0	0	0	0	500	20	0
06-16 17:41:42.004 28408 28445 D Main    : [Debug] (Stats) Chunk: 0	0	0	0	500	20	0
06-16 17:41:43.003 28408 28445 D Main    : [Debug] (Stats) Chunk: 0	0	0	0	500	20	0

badaix avatar Jun 16 '20 16:06 badaix

I checked with a bt speaker and it looks quite bad: when playing audio Snapclient needs reliable information for each chunk sent to the DAC when it will be played out or leave the ring buffer. For BT the reported play out times are very noisy. In my case not noisy enough to have "hard syncs" (messages like this pBuffer->full() && (abs(median_) > 2): 2191), but very close. To solve this, it would need some "high tolerance" flag in the Snapclient that must be actived when a BT device is connected. I will think about a solution. Anyways I would be very interested in your logs.

06-16 21:44:08.009 28588 29029 D Main    : [Debug] (Stats) Chunk: -58	-28	16	4	166	363	4
06-16 21:44:09.010 28588 29029 D Main    : [Debug] (Stats) Chunk: -3	6	28	20	264	363	-18
06-16 21:44:10.009 28588 29029 D Main    : [Debug] (Stats) Chunk: 32	49	36	23	364	363	-12
06-16 21:44:11.009 28588 29029 D Main    : [Debug] (Stats) Chunk: 66	80	7	19	465	363	-11
06-16 21:44:12.009 28588 29029 D Main    : [Debug] (Stats) Chunk: 107	50	20	21	500	363	-9
06-16 21:44:12.011 28588 29029 D Main    : [Info] (Stream) pBuffer->full() && (abs(median_) > 2): 2191
06-16 21:44:13.030 28588 29029 D Main    : [Debug] (Stats) Chunk: 142	-38	-5	-5	101	362	0
06-16 21:44:14.010 28588 29029 D Main    : [Debug] (Stats) Chunk: -6	3	26	12	199	363	1
06-16 21:44:15.002 28588 29029 D Main    : [Debug] (Stats) Chunk: 43	49	0	7	299	367	-7
06-16 21:44:16.010 28588 29029 D Main    : [Debug] (Stats) Chunk: -28	70	4	7	403	372	0
06-16 21:44:17.005 28588 29029 D Main    : [Debug] (Stats) Chunk: 28	41	12	7	500	363	-4
06-16 21:44:18.011 28588 29029 D Main    : [Debug] (Stats) Chunk: -44	-27	5	11	500	362	-16
06-16 21:44:19.001 28588 29029 D Main    : [Debug] (Stats) Chunk: 14	24	31	13	500	366	-7
06-16 21:44:20.001 28588 29029 D Main    : [Debug] (Stats) Chunk: 59	58	-2	12	500	370	-10
06-16 21:44:21.010 28588 29029 D Main    : [Debug] (Stats) Chunk: 85	85	1	11	500	362	0
06-16 21:44:22.030 28588 29029 D Main    : [Debug] (Stats) Chunk: 131	49	12	11	500	362	-1
06-16 21:44:23.001 28588 29029 D Main    : [Debug] (Stats) Chunk: -23	-12	19	14	500	363	-19
06-16 21:44:24.010 28588 29029 D Main    : [Debug] (Stats) Chunk: 15	25	28	13	500	363	-13
06-16 21:44:25.010 28588 29029 D Main    : [Debug] (Stats) Chunk: 58	58	3	10	500	363	-10
06-16 21:44:26.001 28588 29029 D Main    : [Debug] (Stats) Chunk: 10	29	5	11	500	363	-3
06-16 21:44:27.009 28588 29029 D Main    : [Debug] (Stats) Chunk: -62	-39	7	10	500	363	-6
06-16 21:44:28.010 28588 29029 D Main    : [Debug] (Stats) Chunk: -16	-5	19	13	500	363	-12
06-16 21:44:29.001 28588 29029 D Main    : [Debug] (Stats) Chunk: 36	31	11	10	500	370	-9
06-16 21:44:30.010 28588 29029 D Main    : [Debug] (Stats) Chunk: 62	62	0	9	500	363	-10
06-16 21:44:31.011 28588 29029 D Main    : [Debug] (Stats) Chunk: 110	27	7	9	500	362	-1
06-16 21:44:32.030 28588 29029 D Main    : [Debug] (Stats) Chunk: 148	-33	10	10	500	363	-10
06-16 21:44:33.009 28588 29029 D Main    : [Debug] (Stats) Chunk: -8	6	15	10	500	363	-12
06-16 21:44:34.010 28588 29029 D Main    : [Debug] (Stats) Chunk: 37	45	-1	7	500	363	-9
06-16 21:44:35.003 28588 29029 D Main    : [Debug] (Stats) Chunk: -18	74	0	7	500	363	0
06-16 21:44:36.008 28588 29029 D Main    : [Debug] (Stats) Chunk: 23	-47	-4	6	500	363	0
06-16 21:44:37.001 28588 29029 D Main    : [Debug] (Stats) Chunk: -27	-19	17	7	500	364	3
06-16 21:44:38.010 28588 29029 D Main    : [Debug] (Stats) Chunk: 9	21	24	11	500	363	-13
06-16 21:44:39.010 28588 29029 D Main    : [Debug] (Stats) Chunk: 51	52	-6	6	500	363	-8
06-16 21:44:40.010 28588 29029 D Main    : [Debug] (Stats) Chunk: 94	18	5	9	500	363	4
06-16 21:44:41.001 28588 29029 D Main    : [Debug] (Stats) Chunk: -50	-37	2	9	500	363	-6

badaix avatar Jun 16 '20 20:06 badaix

Did you manage to get some logs?

badaix avatar Jun 23 '20 11:06 badaix

Hello! I have the same issue, here is my log from a Motorola Moto X4 running stock (rooted) Android 9. At 20:10:08 I disconnected the bluetooth speaker (you can see the "exception" logs stopping) and music started to play normally from my phone speaker.

Thanks!!

01-23 20:09:05.438 I/ActivityThread(6200): handleStopService: token=android.os.BinderProxy@acfcdbf not found.
01-23 20:09:06.219 D/Main    (6200): Samplerate: 16000, buffer: 2560
01-23 20:09:06.219 D/Main    (6200): Samplerate: 22050
01-23 20:09:06.220 D/Main    (6200): Samplerate: 22050, buffer: 3584
01-23 20:09:06.220 D/Main    (6200): Samplerate: 44100
01-23 20:09:06.220 D/Main    (6200): Samplerate: 44100, buffer: 7104
01-23 20:09:06.220 D/Main    (6200): Samplerate: 48000
01-23 20:09:06.221 D/Main    (6200): Samplerate: 48000, buffer: 7680
01-23 20:09:06.223 D/Main    (6200): Samplerate: 48000
01-23 20:09:06.242 D/RC      (6200): onConnecting
01-23 20:09:06.242 D/Main    (6200): lastRunVersion: 2200, version: 2200
01-23 20:09:06.250 D/OpenGLRenderer(6200): Skia GL Pipeline
01-23 20:09:06.322 I/Adreno  (6200): QUALCOMM build                   : 12b5963, I6fd668c4d3
01-23 20:09:06.322 I/Adreno  (6200): Build Date                       : 10/04/18
01-23 20:09:06.322 I/Adreno  (6200): OpenGL ES Shader Compiler Version: EV031.25.03.01
01-23 20:09:06.322 I/Adreno  (6200): Local Branch                     : 
01-23 20:09:06.322 I/Adreno  (6200): Remote Branch                    : refs/tags/AU_LINUX_ANDROID_LA.UM.7.2.R1.09.00.00.442.049
01-23 20:09:06.322 I/Adreno  (6200): Remote Branch                    : NONE
01-23 20:09:06.322 I/Adreno  (6200): Reconstruct Branch               : NOTHING
01-23 20:09:06.322 I/Adreno  (6200): Build Config                     : S L 6.0.7 AArch64
01-23 20:09:06.323 D/vndksupport(6200): Loading /vendor/lib64/hw/gralloc.sdm660.so from current namespace instead of sphal namespace.
01-23 20:09:06.340 I/Adreno  (6200): PFP: 0x005ff112, ME: 0x005ff066
01-23 20:09:06.346 I/ConfigStore(6200): android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
01-23 20:09:06.347 I/ConfigStore(6200): android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
01-23 20:09:06.348 I/OpenGLRenderer(6200): Initialized EGL, version 1.4
01-23 20:09:06.348 D/OpenGLRenderer(6200): Swap behavior 2
01-23 20:09:06.369 D/vndksupport(6200): Loading /vendor/lib64/hw/[email protected] from current namespace instead of sphal namespace.
01-23 20:09:06.370 D/vndksupport(6200): Loading /vendor/lib64/hw/gralloc.sdm660.so from current namespace instead of sphal namespace.
01-23 20:09:06.405 D/Main    (6200): updateStartStopMenuItem: ic_media_play
01-23 20:09:06.545 D/TCP     (6200): Connecting to <undisclosed>:1705
01-23 20:09:06.552 D/RC      (6200): onConnected
01-23 20:09:06.555 D/TCP     (6200): Sending: {"jsonrpc":"2.0","method":"Server.GetStatus","id":0}
01-23 20:09:06.571 D/TCP     (6200): Received Message: '{"id":0,"jsonrpc":"2.0","result":{"server":{"groups":[{"clients":[{"config":{"instance":1,"latency":0,"name":"","volume":{"muted":false,"percent":100}},"connected":false,"host":{"arch":"web","ip":"192.168.0.4","mac":"00:00:00:00:00:00","name":"Iris","os":"Linux x86_64"},"id":"d8a5d453-7a2e-48f5-9dcf-1555e636d198","lastSeen":{"sec":1611426349,"usec":722849},"snapclient":{"name":"Snapweb","protocolVersion":2,"version":"0.1.0"}},{"config":{"instance":1,"latency":0,"name":"","volume":{"muted":false,"percent":48}},"connected":true,"host":{"arch":"x86_64","ip":"192.168.0.4","mac":"<undisclosed>","name":"notebook","os":"Debian GNU/Linux bullseye/sid"},"id":"04:d3:b0:ef:81:4d","lastSeen":{"sec":1611428947,"usec":1621},"snapclient":{"name":"Snapclient","protocolVersion":2,"version":"0.23.0"}}],"id":"589c1c9a-f473-fa69-bd6d-f5e811fa987e","muted":false,"name":"notebook","stream_id":"living"},{"clients":[{"config":{"instance":1,"latency":0,"name":"","volume":{"muted":false,"percent":36}},"connected":true,"host":{"arch":"armv7l","ip":"192.168.0.200","mac":"<undisclosed>","name":"rasp","os":"Raspbian GNU/Linux 10 (buster)"},"id":"b8:27:eb:e1:ed:7e","lastSeen":{"sec":1611428946,"usec":643240},"snapclient":{"name":"Snapclient","protocolVersion":2,"version":"0.23.0"}}],"id":"d9fb3778-7618-dd53-1e84-182d3f9b5a01","muted":false,"name":"rasp","stream_id":"living"},{"clients":[{"config":{"instance":1,"latency":0,"name":"","volume":{"muted":false,"percent":100}},"connected":false,"host":{"arch":"arm64-v8a","ip":"192.168.0.103","mac":"00:00:00:00:00:00","name":"moto x4","os":"Android 9"},"id":"cfba28f0-3339-48ea-80e6-7426830806fe","lastSeen":{"sec":1611428940,"usec":8917},"snapclient":{"name":"Snapclient","protocolVersion":2,"version":"0.22.0"}}],"id":"9275b635-f399-adec-16b2-94666d764e9a","muted":false,"name":"payton","stream_id":"living"}],"server":{"host":{"arch":"armv7l","ip":"","mac":"","name":"rasp","os":"Raspbian GNU/Linux 10 (buster)"},"snapserver":{"controlProtocolVersion":1,"name":"Snapserver","protocolVersion":1,"version":"0.23.0"}},"streams":[{"id":"living","meta":{"STREAM":"living"},"status":"idle","uri":{"fragment":"","host":"","path":"","query":{"chunk_ms":"20","codec":"flac","device":"hw:0,1,1","name":"living","sampleformat":"48000:16:2"},"raw":"alsa:///?chunk_ms=20&codec=flac&device=hw:0,1,1&name=living&sampleformat=48000:16:2","scheme":"alsa"}}]}}}'
01-23 20:09:06.572 D/RC      (6200): Response to: Server.GetStatus
01-23 20:09:20.239 D/Service (6200): onDestroy
01-23 20:09:20.239 D/Service (6200): stop
01-23 20:09:20.239 D/Service (6200): stopProcess
01-23 20:09:20.239 D/Main    (6200): onPlayerStop
01-23 20:09:20.239 D/Main    (6200): updateStartStopMenuItem: ic_media_play
01-23 20:09:28.488 D/Main    (6200): lastRunVersion: 2200, version: 2200
01-23 20:09:34.249 D/TCP     (6200): Received Message: '{"jsonrpc":"2.0","method":"Stream.OnUpdate","params":{"id":"living","stream":{"id":"living","meta":{"STREAM":"living"},"status":"playing","uri":{"fragment":"","host":"","path":"","query":{"chunk_ms":"20","codec":"flac","device":"hw:0,1,1","name":"living","sampleformat":"48000:16:2"},"raw":"alsa:///?chunk_ms=20&codec=flac&device=hw:0,1,1&name=living&sampleformat=48000:16:2","scheme":"alsa"}}}}'
01-23 20:09:36.650 D/Service (6200): start host: <undisclosed>, port: 1704
01-23 20:09:36.653 D/Service (6200): Running on a non-TV Device
01-23 20:09:36.666 D/Service (6200): startProcess
01-23 20:09:36.668 I/Service (6200): Configured engine: Auto, active engine: oboe, sampleformat: 48000:16:*
01-23 20:09:37.327 D/Main    (6200): onPlayerStart
01-23 20:09:37.327 D/Main    (6200): [Info] (Connection) Resolving host IP for: <undisclosed>
01-23 20:09:37.327 D/Main    (6200): updateStartStopMenuItem: ic_media_stop
01-23 20:09:37.373 D/Main    (6200): [Info] (Connection) Connecting
01-23 20:09:37.377 D/Main    (6200): [Notice] (Connection) Connected to 192.168.0.200
01-23 20:09:37.377 D/Main    (6200): [Info] (Connection) My MAC: "00:00:00:00:00:00", socket: 7
01-23 20:09:37.382 D/TCP     (6200): Received Message: '{"jsonrpc":"2.0","method":"Client.OnConnect","params":{"client":{"config":{"instance":1,"latency":0,"name":"","volume":{"muted":false,"percent":100}},"connected":true,"host":{"arch":"arm64-v8a","ip":"192.168.0.103","mac":"00:00:00:00:00:00","name":"moto x4","os":"Android 9"},"id":"cfba28f0-3339-48ea-80e6-7426830806fe","lastSeen":{"sec":1611428978,"usec":140352},"snapclient":{"name":"Snapclient","protocolVersion":2,"version":"0.22.0"}},"id":"cfba28f0-3339-48ea-80e6-7426830806fe"}}'
01-23 20:09:37.384 D/Main    (6200): [Info] (Controller) ServerSettings - buffer: 500, latency: 0, volume: 100, muted: 0
01-23 20:09:37.384 D/Main    (6200): [Info] (Controller) Codec: flac, sampleformat: 48000:16:2
01-23 20:09:37.385 D/Main    (6200): [Info] (Player) Player name: oboe, device: default, description: <none>, idx: -1, sharing mode: shared, parameters: <none>
01-23 20:09:37.385 D/Main    (6200): [Info] (Player) Mixer mode: software, parameters: <none>
01-23 20:09:37.385 D/Main    (6200): [Info] (Player) Sampleformat: 48000:16:0, stream: 48000:16:2
01-23 20:09:37.385 D/Main    (6200): [Info] (OboePlayer) Init start
01-23 20:09:37.385 D/Main    (6200): [Info] (OboePlayer) DefaultStreamValues::SampleRate: 48000, DefaultStreamValues::FramesPerBurst: 240
01-23 20:09:37.429 D/Main    (6200): [Info] (OboePlayer) AudioApi: AAudio
01-23 20:09:37.430 D/Main    (6200): [Info] (OboePlayer) BufferSizeInFrames: 11748, FramesPerBurst: 960
01-23 20:09:37.430 D/Main    (6200): [Info] (OboePlayer) Init done
01-23 20:09:37.430 D/Main    (6200): [Info] (OboePlayer) Start
01-23 20:09:37.616 D/Main    (6200): [Info] (Controller) diff to server [ms]: -3.17246e+08
01-23 20:09:38.007 D/Main    (6200): [Debug] (Stats) Chunk: -376	-376	-376	-376	8	223	0
01-23 20:09:38.280 D/Main    (6200): [Info] (Stream) pMiniBuffer->full() && (abs(pMiniBuffer->mean()) > 50): 62524
01-23 20:09:39.012 D/Main    (6200): [Debug] (Stats) Chunk: 335	430	387	387	69	469	0
01-23 20:09:39.358 D/Main    (6200): [Info] (Stream) pShortBuffer->full() && (abs(shortMedian_) > 5): 38768
01-23 20:09:39.375 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:39.392 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:39.421 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:39.443 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:39.463 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:39.587 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:39.589 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:39.756 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:40.018 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:40.028 D/Main    (6200): [Debug] (Stats) Chunk: 0	0	0	0	1	484	0
01-23 20:09:40.059 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:40.070 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:40.111 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:40.306 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:40.324 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:40.673 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:40.694 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:40.715 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:40.736 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:40.788 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:40.789 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:41.004 D/Main    (6200): [Debug] (Stats) Chunk: 5	5	5	5	2	484	0
01-23 20:09:41.014 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:41.028 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:41.075 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:41.240 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:41.270 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:41.332 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:41.342 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:41.363 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:41.388 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:41.437 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:41.457 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:41.516 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:41.535 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:41.758 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:41.766 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:41.987 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:42.017 D/Main    (6200): [Info] (Stream) no chunks available
01-23 20:09:42.225 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:42.228 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:42.298 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:42.313 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:42.319 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:42.341 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:42.398 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:42.433 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:42.515 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:42.556 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:42.587 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:42.711 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:42.731 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:42.751 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:42.834 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:42.852 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:42.870 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:42.944 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:43.000 D/Main    (6200): [Info] (Stream) no chunks available
01-23 20:09:43.069 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:43.090 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:43.111 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:43.132 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:43.187 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:43.263 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:43.280 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:43.312 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:43.425 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:43.717 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:43.734 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:43.738 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:43.779 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:43.790 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:43.872 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:43.882 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:43.903 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:43.975 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:44.005 D/Main    (6200): [Debug] (Stats) Chunk: 0	0	0	0	2	484	0
01-23 20:09:44.027 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:44.047 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:44.149 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:44.166 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:44.184 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:44.387 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:44.510 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:44.625 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:44.855 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:44.865 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:44.869 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:44.938 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:44.943 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:44.954 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:44.959 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:44.983 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:45.021 D/Main    (6200): [Info] (Stream) no chunks available
01-23 20:09:45.100 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:45.109 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:45.130 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:45.191 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:45.204 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:45.222 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:45.467 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:45.484 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:45.589 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:45.613 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:45.633 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:45.654 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:45.676 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:45.711 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:45.828 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:46.017 D/Main    (6200): [Info] (Stream) no chunks available
01-23 20:09:46.161 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:46.181 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:46.253 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:46.274 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:46.311 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:46.420 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:46.429 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:46.451 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:46.472 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:46.514 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:46.675 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:46.675 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:46.823 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:46.838 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:47.020 D/Main    (6200): [Debug] (Stats) Chunk: 0	0	0	0	1	484	0
01-23 20:09:47.030 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:47.145 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:47.383 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:47.387 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:47.476 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:47.498 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:47.579 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:47.597 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:47.601 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:47.735 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:47.745 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:47.766 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:47.787 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:47.798 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:47.819 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:47.839 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:48.003 D/Main    (6200): [Debug] (Stats) Chunk: 52	138	138	138	10	475	0
01-23 20:09:48.021 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:48.039 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:48.060 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:48.081 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:48.102 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:48.468 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:48.702 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:48.708 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:48.711 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:48.800 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:48.819 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:49.017 D/Main    (6200): [Info] (Stream) no chunks available
01-23 20:09:49.196 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:49.215 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:49.311 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:49.328 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:49.345 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:49.429 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:49.450 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:49.472 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:49.493 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:49.548 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:50.017 D/Main    (6200): [Debug] (Stats) Chunk: 0	0	0	0	1	484	0
01-23 20:09:50.022 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:50.027 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:50.032 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:50.120 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:50.144 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:50.218 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:50.240 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:50.260 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:50.273 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:50.312 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:50.333 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:50.343 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:50.374 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:50.512 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:50.531 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:50.625 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:50.752 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:50.773 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:50.795 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:50.815 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:50.838 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:50.869 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:50.988 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:51.010 D/Main    (6200): [Info] (Stream) no chunks available
01-23 20:09:51.342 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:51.353 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:51.400 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:51.413 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:51.434 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:51.455 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:51.496 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:51.631 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:51.703 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:51.830 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:51.850 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:51.948 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:51.969 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:52.011 D/Main    (6200): [Info] (Stream) no chunks available
01-23 20:09:52.067 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:52.165 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:52.185 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:52.415 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:52.428 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:52.666 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:52.669 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:52.757 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:52.777 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:52.815 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:52.952 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:52.974 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:53.013 D/Main    (6200): [Debug] (Stats) Chunk: 6	6	6	6	1	475	0
01-23 20:09:53.033 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:53.147 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:53.165 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:53.268 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:53.387 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:53.512 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:53.535 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:53.556 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:53.578 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:53.619 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:53.630 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:53.940 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:53.982 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:53.990 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:54.034 D/Main    (6200): [Debug] (Stats) Chunk: 0	0	0	0	1	484	0
01-23 20:09:54.034 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:54.099 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:54.173 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:54.195 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:54.224 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:54.355 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:54.373 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:54.469 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:54.489 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:54.521 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:54.716 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:54.737 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:54.757 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:54.778 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:54.801 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:54.833 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:54.855 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:54.876 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:54.898 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:54.919 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:54.951 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:54.993 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:55.012 D/Main    (6200): [Info] (Stream) no chunks available
01-23 20:09:55.064 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:55.109 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:55.115 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:55.119 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:55.129 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:55.136 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:55.156 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:55.259 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:55.302 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:55.311 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:55.354 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:55.417 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:55.551 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:55.570 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:55.590 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:55.678 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:55.696 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:55.713 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:55.731 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:55.794 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:55.815 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:55.836 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:55.861 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:55.909 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:55.930 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:55.951 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:55.973 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:56.006 D/Main    (6200): [Debug] (Stats) Chunk: 9	9	9	9	2	484	0
01-23 20:09:56.027 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:56.100 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:56.120 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:56.152 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:56.269 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:56.318 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:56.495 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:56.509 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:56.575 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:56.584 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:56.629 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:56.712 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:56.743 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:56.744 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:56.874 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:56.895 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:56.913 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:56.932 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:56.984 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:57.022 D/Main    (6200): [Info] (Stream) no chunks available
01-23 20:09:57.110 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:57.131 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:57.152 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:57.173 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:57.231 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:57.469 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:57.541 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:57.544 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:57.554 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:57.562 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:57.582 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:57.797 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:57.828 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:57.903 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:57.911 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:57.951 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:58.038 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:58.056 D/Main    (6200): [Debug] (Stats) Chunk: -103	-103	-103	-103	1	484	0
01-23 20:09:58.057 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:58.194 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:58.212 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:58.230 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:58.248 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:58.310 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:58.331 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:58.352 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:58.373 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:58.429 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:58.523 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:58.553 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:58.574 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:58.595 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:58.619 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:58.669 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:58.784 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:58.955 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:59.025 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:59.028 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:59.054 D/Main    (6200): [Info] (Stream) no chunks available
01-23 20:09:59.116 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:59.146 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:59.167 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:59.175 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:59.220 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:59.270 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:59.355 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:59.376 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:59.396 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:59.416 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:59.435 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:59.455 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:59.474 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:59.510 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:59.527 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:59.546 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:59.632 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:59.656 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:59.677 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:59.752 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:59.773 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:59.795 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:59.816 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:59.838 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:59.871 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:09:59.986 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:00.018 D/Main    (6200): [Info] (Stream) no chunks available
01-23 20:10:00.080 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:00.081 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:00.102 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:00.182 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:00.274 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:00.280 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:00.292 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:00.298 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:00.338 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:00.349 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:00.369 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:00.375 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:00.585 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:00.637 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:00.658 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:00.678 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:00.718 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:00.736 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:00.755 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:00.828 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:00.848 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:00.869 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:00.893 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:00.915 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:00.951 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:01.011 D/Main    (6200): [Info] (Stream) no chunks available
01-23 20:10:01.067 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:01.194 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:01.403 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:01.414 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:01.422 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:01.498 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:01.515 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:01.547 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:01.598 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:01.663 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:01.668 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:01.906 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:01.928 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:02.017 D/Main    (6200): [Debug] (Stats) Chunk: 126	207	207	207	5	476	0
01-23 20:10:02.035 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:02.053 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:02.071 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:02.124 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:02.140 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:02.267 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:02.385 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:02.626 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:02.720 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:02.722 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:02.740 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:02.819 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:02.833 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:02.843 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:02.977 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:02.988 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:03.009 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:03.030 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:03.038 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:03.062 D/Main    (6200): [Info] (Stream) no chunks available
01-23 20:10:03.228 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:03.247 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:03.323 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:03.343 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:03.472 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:03.495 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:03.516 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:03.540 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:03.592 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:03.614 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:03.635 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:03.658 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:03.710 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:03.827 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:03.830 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:03.955 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:04.039 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:04.052 D/Main    (6200): [Debug] (Stats) Chunk: -3	-3	-3	-3	1	483	0
01-23 20:10:04.058 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:04.094 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:04.183 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:04.190 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:04.235 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:04.258 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:04.298 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:04.666 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:04.793 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:04.813 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:04.835 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:04.855 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:04.877 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:04.910 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:04.929 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:05.013 D/Main    (6200): [Debug] (Stats) Chunk: 5	5	5	5	1	484	0
01-23 20:10:05.026 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:05.098 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:05.118 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:05.149 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:05.261 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:05.271 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:05.374 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:05.385 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:05.456 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:05.477 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:05.747 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:05.768 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:05.863 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:05.989 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:06.011 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:06.032 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:06.053 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:06.074 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:06.095 D/Main    (6200): [Debug] (Stats) Chunk: 4	4	4	4	1	484	0
01-23 20:10:06.109 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:06.202 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:06.231 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:06.253 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:06.274 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:06.295 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:06.348 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:06.678 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:06.683 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:06.699 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:06.736 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:06.874 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:06.895 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:06.947 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:06.967 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:06.988 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:07.008 D/Main    (6200): [Info] (Stream) no chunks available
01-23 20:10:07.068 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:07.087 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:07.105 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:07.192 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:07.214 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:07.235 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:07.258 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:07.279 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:07.300 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:07.429 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:07.548 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:07.664 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:07.905 D/Main    (6200): [Info] (Stream) Exception: 0
01-23 20:10:08.010 D/Main    (6200): [Debug] (Stats) Chunk: 0	0	0	0	1	484	0
01-23 20:10:08.117 D/Main    (6200): [Info] (OboePlayer) onErrorBeforeClose: ErrorDisconnected
01-23 20:10:08.117 D/Main    (6200): [Info] (OboePlayer) Stop
01-23 20:10:08.131 D/Main    (6200): [Info] (OboePlayer) onErrorAfterClose: ErrorDisconnected
01-23 20:10:08.173 D/Main    (6200): [Info] (OboePlayer) AudioApi: AAudio
01-23 20:10:08.173 D/Main    (6200): [Info] (OboePlayer) Start
01-23 20:10:08.456 D/Main    (6200): [Info] (Stream) pMiniBuffer->full() && (abs(pMiniBuffer->mean()) > 50): -118851
01-23 20:10:09.002 D/Main    (6200): [Debug] (Stats) Chunk: 0	0	0	0	97	32	0
01-23 20:10:10.005 D/Main    (6200): [Debug] (Stats) Chunk: 0	0	0	0	319	29	0
01-23 20:10:11.001 D/Main    (6200): [Debug] (Stats) Chunk: 0	0	0	0	500	32	0
01-23 20:10:12.001 D/Main    (6200): [Debug] (Stats) Chunk: 0	0	0	0	500	32	0
01-23 20:10:13.002 D/Main    (6200): [Debug] (Stats) Chunk: 2	0	1	0	500	32	0
01-23 20:10:14.003 D/Main    (6200): [Debug] (Stats) Chunk: 1	2	1	0	500	31	0
01-23 20:10:15.005 D/Main    (6200): [Debug] (Stats) Chunk: 10	1	1	1	500	31	-2
01-23 20:10:16.003 D/Main    (6200): [Debug] (Stats) Chunk: 1	1	1	1	500	31	-1
01-23 20:10:17.003 D/Main    (6200): [Debug] (Stats) Chunk: 1	1	0	0	500	31	-1
01-23 20:10:18.004 D/Main    (6200): [Debug] (Stats) Chunk: 5	0	0	0	500	31	0
01-23 20:10:19.002 D/Main    (6200): [Debug] (Stats) Chunk: 0	0	0	0	500	31	0
01-23 20:10:20.003 D/Main    (6200): [Debug] (Stats) Chunk: 1	1	0	0	500	31	0
01-23 20:10:21.003 D/Main    (6200): [Debug] (Stats) Chunk: 0	1	0	0	500	31	0
01-23 20:10:22.002 D/Main    (6200): [Debug] (Stats) Chunk: -1	0	0	0	500	32	0
01-23 20:10:23.003 D/Main    (6200): [Debug] (Stats) Chunk: 0	1	0	0	500	31	0
01-23 20:10:24.002 D/Main    (6200): [Debug] (Stats) Chunk: 0	1	0	0	500	28	0
01-23 20:10:25.002 D/Main    (6200): [Debug] (Stats) Chunk: 0	0	0	0	500	32	0
01-23 20:10:26.003 D/Main    (6200): [Debug] (Stats) Chunk: 0	0	0	0	500	31	0
01-23 20:10:27.005 D/Main    (6200): [Debug] (Stats) Chunk: 0	0	0	0	500	32	0
01-23 20:10:28.004 D/Main    (6200): [Debug] (Stats) Chunk: 0	0	0	0	500	30	0
01-23 20:10:29.002 D/Main    (6200): [Debug] (Stats) Chunk: 0	0	0	0	500	32	0
01-23 20:10:30.002 D/Main    (6200): [Debug] (Stats) Chunk: 0	0	0	0	500	32	0
01-23 20:10:31.003 D/Main    (6200): [Debug] (Stats) Chunk: 0	0	0	0	500	31	0
01-23 20:10:32.003 D/Main    (6200): [Debug] (Stats) Chunk: 1	0	0	0	500	32	0

daniele-athome avatar Jan 23 '21 19:01 daniele-athome

Should be fixed in the meantime

badaix avatar Apr 22 '24 16:04 badaix