nRF5340 Audio DK headphone output

I've purchased a couple of nRF5340 Audio DKs for testing Auracast broadcast source/sink. Installed VS Code and have the sample apps built & flashed.

SOURCE: Sample app bap_broadast _source. Audio source is either line in from a phone headphone, or USB audio from PC.

SINK:Sample app bap_broadcast_sink using line out jack

Problem is I get no audio output. The sink is definitely connecting & receiving the stream according to the uart output:

Stream 0x20000f88 connected
Stream 0x20000f88 started
Enable: stream with codec 0x200079e8
Enabling LC3 decoder with frame duration 10000us, frequency 16000Hz and with channel allocation 0x00000002, 40 octets per frame and 1 frame blocks per SDU
Waiting for PA disconnected
Stream 0x20000f88: received 1000 total ISO packets: Valid 1000 | Error 0 | Loss 0
Stream 0x20000f88: received 2000 total ISO packets: Valid 2000 | Error 0 | Loss 0
Stream 0x20000f88: received 3000 total ISO packets: Valid 3000 | Error 0 | Loss 0
Stream 0x20000f88: received 4000 total ISO packets: Valid 4000 | Error 0 | Loss 0
Stream 0x20000f88: received 5000 total ISO packets: Valid 5000 | Error 0 | Loss 0
Stream 0x20000f88: received 6000 total ISO packets: Valid 6000 | Error 0 | Loss 0
Stream 0x20000f88: received 7000 total ISO packets: Valid 7000 | Error 0 | Loss 0
Stream 0x20000f88: received 8000 total ISO packets: Valid 8000 | Error 0 | Loss 0
Stream 0x20000f88: received 9000 total ISO packets: Valid 9000 | Error 0 | Loss 0
Stream 0x20000f88: received 10000 total ISO packets: Valid 10000 | Error 0 | Loss 0
Stream 0x20000f88: received 11000 total ISO packets: Valid 11000 | Error 0 | Loss 0
Stream 0x20000f88: received 12000 total ISO packets: Valid 12000 | Error 0 | Loss 0
Stream 0x20000f88: received 13000 total ISO packets: Valid 13000 | Error 0 | Loss 0
Stream 0x20000f88: received 14000 total ISO packets: Valid 14000 | Error 0 | Loss 0
Stream 0x20000f88: received 15000 total ISO packets: Valid 15000 | Error 0 | Loss 0
Stream 0x20000f88: received 16000 total ISO packets: Valid 16000 | Error 0 | Loss 0
Stream 0x20000f88: received 17000 total ISO packets: Valid 17000 | Error 0 | Loss 0
Stream 0x20000f88 disconnected with reason 0x08

(the disconnection is me powering off the source DK)

Is there a config change needed for headphone out?

Parents Reply Children
  • OK that's the config I'm using. And yes, that's the DK board I'm using.

    An update: I have now set the source & stream up on 2 separate DKs on separate PCs. Both present themselves as USB audio devices, and I can stream from the source and receive on the sink, using Audacity as a way of monitoring the input source.

    Stream 0x20000f88: received 256000 total ISO packets: Valid 255998 | Error 2 | Loss 0
    Sending USB audio (count = 2101000)
    Sending USB audio (count = 2102000)
    Sending USB audio (count = 2103000)
    Sending USB audio (count = 2104000)
    Sending USB audio (count = 2105000)
    Sending USB audio (count = 2106000)
    Sending USB audio (count = 2107000)
    Sending USB audio (count = 2108000)
    Sending USB audio (count = 2109000)
    Sending USB audio (count = 2110000)
    Stream 0x20000f88: received 257000 total ISO packets: Valid 256998 | Error 2 | Loss 0
    Sending USB audio (count = 2111000)
    Sending USB audio (count = 2112000)
    Sending USB audio (count = 2113000)
    Sending USB audio (count = 2114000)
    Sending USB audio (count = 2115000)
    Sending USB audio (count = 2116000)
    Sending USB audio (count = 2117000)
    Sending USB audio (count = 2118000)
    Sending USB audio (count = 2119000)
    Sending USB audio (count = 2120000)
    Stream 0x20000f88: received 258000 total ISO packets: Valid 257998 | Error 2 | Loss 0
    Sending USB audio (count = 2121000)
    

    So, back to the original question: How can I configure both the source and sink to use I2S Line In / Headphone Out?

    According to this documentation  I set CONFIG_AUDIO_SOURCE_I2S (source app), but I see no option with this name, nor is there anything mentioned for the sink app. Also, the LED/Button UI mentioned in the docs doesn't apply so it looks like the docs are inaccurate?

  • Nick_RA said:
    How can I configure both the source and sink to use I2S Line In / Headphone Out?

    See nRF5340 Audio configuration: Selecting the analog jack input using I2S and this post

    Nick_RA said:
    According to this documentation  I set CONFIG_AUDIO_SOURCE_I2S (source app), but I see no option with this name, nor is there anything mentioned for the sink app.

    Did you add CONFIG_AUDIO_SOURCE_I2S=y to prj.conf file for the debug version /prj_release.conf file for the release version as the instruction? Also, check the .config file under build/Audio to see if it takes effect.  

    Nick_RA said:
    Also, the LED/Button UI mentioned in the docs doesn't apply so it looks like the docs are inaccurate?

    Could you elaborate more on the issue? 

    Are you able to see the LED1 - Blinking Blue? Which Button doesn't work as the doc? Do you check the device log?

    Could you provide the terminal log from both Audio DKs?

  • I've attached logs for both. The source DK doesn't start streaming until line 1795 when I start playing an audio source and switch the output device to the DK.

    The post you linked to is something different, I don't want to loop back line in > headphone out. I just want my broadcast source DK to stream from Line In, and my broadcast sink DK output to Headphone Out.

    As I wrote above, the source example project doesn't accept CONFIG_AUDIO_SOURCE_I2S=y

    Regarding the UI, there is no UI !! LED1 does not light, none of the switches do anything. I can't see anything in the code to suggest otherwise. Have you actually built & run the code examples using VScode nRF Connect extension "Create new application > copy a sample"?

    *** Booting nRF Connect SDK v2.9.0-7787b2649840 ***
    *** Using Zephyr OS v3.7.99-1f8f3dc29142 ***
    [00:00:00.292,633] <inf> bt_hci_core: HW Platform: Nordic Semiconductor (0x0002)
    [00:00:00.292,663] <inf> bt_hci_core: HW Variant: nRF53x (0x0003)
    [00:00:00.292,694] <inf> bt_hci_core: Firmware: Standard Bluetooth controller (0x00) Version 3.7 Build 99
    [00:00:00.294,616] <inf> bt_hci_core: Identity: F5:A8:41:CC:BF:B9 (random)
    [00:00:00.294,647] <inf> bt_hci_core: HCI: version 5.4 (0x0d) revision 0x0000, manufacturer 0x0059
    [00:00:00.294,677] <inf> bt_hci_core: LMP: version 5.4 (0x0d) subver 0xffff
    Bluetooth initialized
    [00:00:00.294,738] <wrn> usb_nrfx: invalid endpoint type
    [00:00:00.294,738] <wrn> usb_nrfx: invalid endpoint type
    [00:00:00.294,738] <wrn> usb_nrfx: invalid endpoint type
    [00:00:00.294,769] <wrn> usb_nrfx: invalid endpoint type
    [00:00:00.294,769] <wrn> usb_nrfx: invalid endpoint type
    [00:00:00.294,769] <wrn> usb_nrfx: invalid endpoint type
    [00:00:00.294,769] <wrn> usb_nrfx: invalid endpoint type
    [00:00:00.294,799] <wrn> usb_nrfx: invalid endpoint type
    [00:00:00.294,799] <wrn> usb_nrfx: invalid endpoint type
    [00:00:00.294,799] <wrn> usb_nrfx: invalid endpoint type
    [00:00:00.294,830] <wrn> usb_nrfx: invalid endpoint type
    [00:00:00.294,830] <wrn> usb_nrfx: invalid endpoint type
    [00:00:00.294,830] <wrn> usb_nrfx: invalid endpoint type
    [00:00:00.294,830] <wrn> usb_nrfx: invalid endpoint type
    Reset
    Starting advertising
    Waiting for Broadcast Assistant
    [00:00:00.529,479] <wrn> usb_device: Endpoint 0x88 already disabled
    [00:00:00.529,632] <wrn> usb_device: Endpoint 0x08 already disabled
    [00:00:00.534,210] <wrn> usb_device: Endpoint 0x88 already disabled
    [00:00:00.534,393] <wrn> usb_device: Endpoint 0x08 already disabled
    No Broadcast Assistant connected
    Scanning for broadcast sources
    Waiting for Broadcaster
    Found broadcaster with ID 0xDE91FA and addr 09:1D:4A:5A:98:CE (random) and sid 0x00
    broadcaster_broadcast_id = 0xDE91FA
    Attempting to PA sync to the broadcaster with id 0xDE91FA
    Waiting for PA synced
    Sending USB audio (count = 0)
    PA sync 0x20007574 synced for broadcast sink with broadcast ID 0xDE91FA
    Broadcast source PA synced, creating Broadcast Sink
    Receive state updated, pa sync state: 2
    Broadcast Sink created, waiting for BASE
    Sending USB audio (count = 1000)
    Receive state updated, pa sync state: 2
    subgroup 0 bis_sync: 0x00000000
    Received BASE with 1 subgroups from broadcast sink 0x20007984
    bis_index_bitfield = 0x00000002
    Broadcast sink (0x20007984) is syncable, BIG not encrypted
    BASE received, waiting for syncable
    Waiting for broadcast code
    Waiting for BIS sync request
    Syncing to broadcast with bitfield: 0x00000002 = 0x00000002 (bis_index) & 0xffffffff (req_bis_sync), stream_count = 1
    Waiting for stream(s) started
    Sending USB audio (count = 2000)
    Sending USB audio (count = 3000)
    Receive state updated, pa sync state: 2
    subgroup 0 bis_sync: 0x00000002
    Stream 0x20000f88 connected
    Stream 0x20000f88 started
    Enable: stream with codec 0x200079e8
    Enabling LC3 decoder with frame duration 10000us, frequency 16000Hz and with channel allocation 0x00000002, 40 octets per frame and 1 frame blocks per SDU
    Waiting for PA disconnected
    Sending USB audio (count = 4000)
    Sending USB audio (count = 5000)
    Sending USB audio (count = 6000)
    Sending USB audio (count = 7000)
    Sending USB audio (count = 8000)
    Sending USB audio (count = 9000)
    Sending USB audio (count = 10000)
    Sending USB audio (count = 11000)
    Sending USB audio (count = 12000)
    Sending USB audio (count = 13000)
    Stream 0x20000f88: received 1000 total ISO packets: Valid 1000 | Error 0 | Loss 0
    add_to_usb_ring_buf: Failure to add to usb_ring_buf 1000, 1920
    Sending USB audio (count = 14000)
    Sending USB audio (count = 15000)
    Sending USB audio (count = 16000)
    Sending USB audio (count = 17000)
    Sending USB audio (count = 18000)
    Sending USB audio (count = 19000)
    Sending USB audio (count = 20000)
    Sending USB audio (count = 21000)
    Sending USB audio (count = 22000)
    Sending USB audio (count = 23000)
    
    *** Booting nRF Connect SDK v2.9.0-7787b2649840 ***
    *** Using Zephyr OS v3.7.99-1f8f3dc29142 ***
    [00:00:00.484,588] <inf> bt_hci_core: HW Platform: Nordic Semiconductor (0x0002)
    [00:00:00.484,649] <inf> bt_hci_core: HW Variant: nRF53x (0x0003)
    --- 1 messages dropped ---
    [00:00:00.486,480] <inf> bt_hci_core: Identity: C1:7F:0A:B7:93:6C (random)
    --- 4 messages dropped ---
    Initialized ring buf 0: capacity: 640
    --- 3 messages dropped ---
    [00:00:00.487,396] <wrn> usb_nrfx: invalid endpoint type
    --- 3 messages dropped ---
    [00:00:00.487,457] <wrn> usb_nrfx: invalid endpoint type
    --- 6 messages dropped ---
    Initializing lc3 encoder for stream 1
    --- 2 messages dropped ---
    Starting broadcast source
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    --- 3 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 3 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    [00:00:00.723,571] <wrn> usb_device: Endpoint 0x08 already disabled
    --- 3 messages dropped ---
    [00:00:00.728,607] <wrn> usb_device: Endpoint 0x08 already disabled
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 3 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 3 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 3 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 3 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 3 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 3 messages dropped ---
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 3 messages dropped ---
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 3 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 3 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 3 messages dropped ---
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 3 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 3 messages dropped ---
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 3 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 3 messages dropped ---
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 3 messages dropped ---
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 3 messages dropped ---
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 3 messages dropped ---
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 3 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 3 messages dropped ---
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 3 messages dropped ---
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 3 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 3 messages dropped ---
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 3 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 3 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Stream 0x20001698: Sent 1000 total ISO packets
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 2 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 3 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 3 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    --- 1 messages dropped ---
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 320!
    Not enough bytes ready, padding 160!
    Not enough bytes ready, padding 96!
    USB Data received (count = 1000)
    USB Data received (count = 2000)
    USB Data received (count = 3000)
    USB Data received (count = 4000)
    USB Data received (count = 5000)
    USB Data received (count = 6000)
    USB Data received (count = 7000)
    USB Data received (count = 8000)
    USB Data received (count = 9000)
    Not enough bytes ready, padding 32!
    Stream 0x200009a0: Sent 2000 total ISO packets
    Stream 0x20001698: Sent 2000 total ISO packets
    USB Data received (count = 10000)
    USB Data received (count = 11000)
    USB Data received (count = 12000)
    USB Data received (count = 13000)
    

  • Are you sure your AudioDK looks like this figure and has the same interface? 

    If you are using the Audio application with nRF53 Audio DK, the log should look like this

     

    Nick_RA said:
    As I wrote above, the source example project doesn't accept CONFIG_AUDIO_SOURCE_I2S=y

    Please ensure the SDK and Toolchain are v2.9.0 in the "Edit Build Configuration". 

    If the above still cannot help, please describe how you built the Audio application.

    Nick_RA said:
    I just want my broadcast source DK to stream from Line In, and my broadcast sink DK output to Headphone Out.

    Add CONFIG_AUDIO_SOURCE_I2S=y to prj.conf file for the debug version /prj_release.conf file for the release version as the instruction in the nRF5340 Audio configuration: Selecting the analog jack input using I2S. The default configuration of the sink should already output to the Headphone Out. 

  • Here is the board

    And here is the toolchain info

    This may well be down to how I am building the app in vscode. I followed the Nordic  walkthrough videos on YouTube, but VScode's UI has changed  since then. This is how I am building the app:

    1. Create New Application
    2. Copy a sample, save
    3. Create new build configuration
    4. Select the correct board target
    5. Use default name "build" and build
    6. Flash

    Adding the line CONFIG_AUDIO_SOURCE_I2S=y to proj.conf results in the "unknown symbol" error.

    I think we are maybe working on different versions of projects. Can you zip up an example and attach it?

Related