13:57:24 [INFO] SWYH-RS V 1.10.3 - Running on x86_64, windows, windows - Logging started. 13:57:24 [INFO] Config: Configuration { server_port: Some(5901), auto_resume: false, sound_source: Some("Speakers / Headphones (Realtek Audio)"), sound_source_index: Some(0), log_level: Debug, ssdp_interval_mins: 10.0, auto_reconnect: false, _disable_chunked: true, lpcm_stream_size: Some(U64maxNotChunked), wav_stream_size: Some(U32maxNotChunked), rf64_stream_size: Some(U64maxNotChunked), flac_stream_size: Some(U64maxNotChunked), use_wave_format: true, bits_per_sample: Some(16), streaming_format: Some(Wav), monitor_rms: false, capture_timeout: Some(2000), inject_silence: Some(true), last_renderer: None, last_network: Some("192.168.1.29"), config_dir: "C:\\Users\\RXM\\.swyh-rs", config_id: Some(""), read_only: false } 13:57:24 [DEBUG] (1) swyh_rs::utils::audiodevices: Supported hosts: [Wasapi] 13:57:24 [DEBUG] (1) swyh_rs::utils::audiodevices: Available hosts: [Wasapi] 13:57:24 [DEBUG] (1) swyh_rs::utils::audiodevices: WASAPI 13:57:24 [DEBUG] (1) swyh_rs::utils::audiodevices: Default Output Device: Some("Speakers / Headphones (Realtek Audio)") 13:57:24 [DEBUG] (1) swyh_rs::utils::audiodevices: Default Input Device: Some("Microphone Array (Realtek Audio)") 13:57:24 [DEBUG] (1) swyh_rs::utils::audiodevices: Devices: 13:57:24 [DEBUG] (1) swyh_rs::utils::audiodevices: 1. "Speakers / Headphones (Realtek Audio)" 13:57:24 [DEBUG] (1) swyh_rs::utils::audiodevices: All supported output stream configs: 13:57:24 [DEBUG] (1) swyh_rs::utils::audiodevices: 1.1. SupportedStreamConfigRange { channels: 2, min_sample_rate: SampleRate(48000), max_sample_rate: SampleRate(48000), buffer_size: Range { min: 0, max: 4294967295 }, sample_format: U8 } 13:57:24 [DEBUG] (1) swyh_rs::utils::audiodevices: 1.2. SupportedStreamConfigRange { channels: 2, min_sample_rate: SampleRate(48000), max_sample_rate: SampleRate(48000), buffer_size: Range { min: 0, max: 4294967295 }, sample_format: I16 } 13:57:24 [DEBUG] (1) swyh_rs::utils::audiodevices: 1.3. SupportedStreamConfigRange { channels: 2, min_sample_rate: SampleRate(48000), max_sample_rate: SampleRate(48000), buffer_size: Range { min: 0, max: 4294967295 }, sample_format: I32 } 13:57:24 [DEBUG] (1) swyh_rs::utils::audiodevices: 1.4. SupportedStreamConfigRange { channels: 2, min_sample_rate: SampleRate(48000), max_sample_rate: SampleRate(48000), buffer_size: Range { min: 0, max: 4294967295 }, sample_format: F32 } 13:57:24 [DEBUG] (1) swyh_rs::utils::audiodevices: Default output stream config: SupportedStreamConfig { channels: 2, sample_rate: SampleRate(48000), buffer_size: Range { min: 0, max: 4294967295 }, sample_format: F32 } 13:57:24 [DEBUG] (1) swyh_rs::utils::audiodevices: 2. "Microphone Array (Realtek Audio)" 13:57:24 [DEBUG] (1) swyh_rs::utils::audiodevices: All supported input stream configs: 13:57:24 [DEBUG] (1) swyh_rs::utils::audiodevices: 2.1. SupportedStreamConfigRange { channels: 2, min_sample_rate: SampleRate(48000), max_sample_rate: SampleRate(48000), buffer_size: Range { min: 0, max: 4294967295 }, sample_format: U8 } 13:57:24 [DEBUG] (1) swyh_rs::utils::audiodevices: 2.2. SupportedStreamConfigRange { channels: 2, min_sample_rate: SampleRate(48000), max_sample_rate: SampleRate(48000), buffer_size: Range { min: 0, max: 4294967295 }, sample_format: I16 } 13:57:24 [DEBUG] (1) swyh_rs::utils::audiodevices: 2.3. SupportedStreamConfigRange { channels: 2, min_sample_rate: SampleRate(48000), max_sample_rate: SampleRate(48000), buffer_size: Range { min: 0, max: 4294967295 }, sample_format: I32 } 13:57:24 [DEBUG] (1) swyh_rs::utils::audiodevices: 2.4. SupportedStreamConfigRange { channels: 2, min_sample_rate: SampleRate(48000), max_sample_rate: SampleRate(48000), buffer_size: Range { min: 0, max: 4294967295 }, sample_format: F32 } 13:57:24 [DEBUG] (1) swyh_rs::utils::audiodevices: Default input stream config: SupportedStreamConfig { channels: 2, sample_rate: SampleRate(48000), buffer_size: Range { min: 0, max: 4294967295 }, sample_format: F32 } 13:57:24 [INFO] Selected audio source: Speakers / Headphones (Realtek Audio)[#0] 13:57:24 [INFO] tb_log: Setup audio sources 13:57:24 [INFO] tb_log: Now running at ABOVE_NORMAL_PRIORITY_CLASS 13:57:24 [DEBUG] (1) swyh_rs: Try capturing system audio 13:57:24 [INFO] tb_log: Capturing audio from: Speakers / Headphones (Realtek Audio) 13:57:24 [INFO] tb_log: Default audio SupportedStreamConfig { channels: 2, sample_rate: SampleRate(48000), buffer_size: Range { min: 0, max: 4294967295 }, sample_format: F32 } 13:57:24 [INFO] tb_log: Injecting silence into the output stream 13:57:24 [INFO] tb_log: The wave_reader is now receiving samples 13:57:25 [INFO] tb_log: Discover networks 13:57:25 [INFO] tb_log: Starting SSDP discovery 13:57:25 [DEBUG] (4) swyh_rs::openhome::rendercontrol: SSDP discovery started 13:57:25 [INFO] running SSDP on 192.168.1.29 13:57:25 [INFO] tb_log: The streaming server is listening on http://192.168.1.29:5901/stream/swyh.wav 13:57:25 [INFO] tb_log: Streaming sample rate: 48000, bits per sample: 16, format: Wav 13:57:25 [DEBUG] (6) tiny_http: Server listening on 192.168.1.29:5901 13:57:25 [DEBUG] (7) tiny_http: Running accept thread 13:57:25 [DEBUG] (4) swyh_rs::openhome::rendercontrol: UDP response at 194 from 192.168.1.44:54044: HTTP/1.1 200 OK CACHE-CONTROL: max-age = 1800 EXT: LOCATION: http://192.168.1.44:1400/xml/device_description.xml SERVER: Linux UPnP/1.0 Sonos/78.1-52020 (ZPS39) ST: urn:schemas-upnp-org:service:RenderingControl:1 USN: uuid:RINCON_C4387599850401400_MR::urn:schemas-upnp-org:service:RenderingControl:1 X-RINCON-HOUSEHOLD: Sonos_xiMm8RZ42WHOrM5mcwACiHtSJB X-RINCON-BOOTSEQ: 3 BOOTID.UPNP.ORG: 3 X-RINCON-WIFIMODE: 1 X-RINCON-VARIANT: 2 HOUSEHOLD.SMARTSPEAKER.AUDIO: Sonos_xiMm8RZ42WHOrM5mcwACiHtSJB.gqXK24U6upEo1j6gqSP1 LOCATION.SMARTSPEAKER.AUDIO: lc_e6bcf0bb52444ffe8d3125273a3b8937 SECURELOCATION.UPNP.ORG: https://192.168.1.44:1443/xml/device_description.xml X-SONOS-HHSECURELOCATION: https://192.168.1.44:1843/xml/device_description.xml 13:57:25 [DEBUG] (4) swyh_rs::openhome::rendercontrol: SSDP Discovery: AV renderer: http://192.168.1.44:1400/xml/device_description.xml 13:57:25 [DEBUG] (4) swyh_rs::openhome::rendercontrol: UDP response at 347 from 192.168.1.43:52774: HTTP/1.1 200 OK CACHE-CONTROL: max-age = 1800 EXT: LOCATION: http://192.168.1.43:1400/xml/device_description.xml SERVER: Linux UPnP/1.0 Sonos/78.1-52020 (ZPS39) ST: urn:schemas-upnp-org:service:RenderingControl:1 USN: uuid:RINCON_C4387599624801400_MR::urn:schemas-upnp-org:service:RenderingControl:1 X-RINCON-HOUSEHOLD: Sonos_xiMm8RZ42WHOrM5mcwACiHtSJB X-RINCON-BOOTSEQ: 4 BOOTID.UPNP.ORG: 4 X-RINCON-WIFIMODE: 1 X-RINCON-VARIANT: 2 HOUSEHOLD.SMARTSPEAKER.AUDIO: Sonos_xiMm8RZ42WHOrM5mcwACiHtSJB.gqXK24U6upEo1j6gqSP1 LOCATION.SMARTSPEAKER.AUDIO: lc_e6bcf0bb52444ffe8d3125273a3b8937 SECURELOCATION.UPNP.ORG: https://192.168.1.43:1443/xml/device_description.xml X-SONOS-HHSECURELOCATION: https://192.168.1.43:1843/xml/device_description.xml 13:57:25 [DEBUG] (4) swyh_rs::openhome::rendercontrol: SSDP Discovery: AV renderer: http://192.168.1.43:1400/xml/device_description.xml 13:57:28 [INFO] SSDP discovery: new Renderer found at : http://192.168.1.44:1400/xml/device_description.xml 13:57:28 [INFO] SSDP discovery: new Renderer found at : http://192.168.1.43:1400/xml/device_description.xml 13:57:28 [DEBUG] (4) swyh_rs::openhome::rendercontrol: Getting new renderer descriptions 13:57:28 [DEBUG] (4) swyh_rs::openhome::rendercontrol: Get service description for http://192.168.1.44:1400/xml/device_description.xml 13:57:28 [DEBUG] (4) ureq::stream: connecting to 192.168.1.44:1400 at 192.168.1.44:1400 13:57:28 [DEBUG] (4) ureq::stream: created stream: Stream(TcpStream { addr: 192.168.1.29:49945, peer: 192.168.1.44:1400, socket: 1308 }) 13:57:28 [DEBUG] (4) ureq::unit: sending request GET http://192.168.1.44:1400/xml/device_description.xml 13:57:28 [DEBUG] (4) ureq::unit: writing prelude: GET /xml/device_description.xml HTTP/1.1 Host: 192.168.1.44:1400 Accept: */* User-Agent: swyh-rs-Rust Content-Type: text/xml accept-encoding: gzip Content-Length: 0 13:57:28 [DEBUG] (4) ureq::response: Chunked body in response 13:57:28 [DEBUG] (4) ureq::unit: response 200 to GET http://192.168.1.44:1400/xml/device_description.xml 13:57:28 [DEBUG] (4) ureq::stream: dropping stream: Stream(TcpStream { addr: 192.168.1.29:49945, peer: 192.168.1.44:1400, socket: 1308 }) 13:57:28 [DEBUG] (4) swyh_rs::openhome::rendercontrol: Service description: 13:57:28 [DEBUG] (4) swyh_rs::openhome::rendercontrol: 1 0 urn:schemas-upnp-org:device:ZonePlayer:1 192.168.1.44 - Sonos Era 100 - RINCON_C4387599850401400 Sonos, Inc. http://www.sonos.com S39 Sonos Era 100 Sonos Era 100 http://www.sonos.com/products/zoneplayers/S39 78.1-52020 2 1.38.1.10-1.2 C4-38-75-99-85-04:G C4:38:75:99:85:04 uuid:RINCON_C4387599850401400 0 image/png 48 48 24 /img/icon-S39.png 77.0-00000 58.0-00000 1.39.1 1.1.0 16.1.1 35 Office Era 100 41 0x00000008 0x05cd0b12 0x0f45480e A102 2 12 2048 8192 0 140 0 1443 1843 urn:schemas-upnp-org:service:AlarmClock:1 urn:upnp-org:serviceId:AlarmClock /AlarmClock/Control /AlarmClock/Event /xml/AlarmClock1.xml urn:schemas-upnp-org:service:MusicServices:1 urn:upnp-org:serviceId:MusicServices /MusicServices/Control /MusicServices/Event /xml/MusicServices1.xml urn:schemas-upnp-org:service:AudioIn:1 urn:upnp-org:serviceId:AudioIn /AudioIn/Control /AudioIn/Event /xml/AudioIn1.xml urn:schemas-upnp-org:service:DeviceProperties:1 urn:upnp-org:serviceId:DeviceProperties /DeviceProperties/Control /DeviceProperties/Event /xml/DeviceProperties1.xml urn:schemas-upnp-org:service:SystemProperties:1 urn:upnp-org:serviceId:SystemProperties /SystemProperties/Control /SystemProperties/Event /xml/SystemProperties1.xml urn:schemas-upnp-org:service:ZoneGroupTopology:1 urn:upnp-org:serviceId:ZoneGroupTopology /ZoneGroupTopology/Control /ZoneGroupTopology/Event /xml/ZoneGroupTopology1.xml urn:schemas-upnp-org:service:GroupManagement:1 urn:upnp-org:serviceId:GroupManagement /GroupManagement/Control /GroupManagement/Event /xml/GroupManagement1.xml urn:schemas-tencent-com:service:QPlay:1 urn:tencent-com:serviceId:QPlay /QPlay/Control /QPlay/Event /xml/QPlay1.xml urn:schemas-upnp-org:device:MediaServer:1 192.168.1.44 - Sonos Era 100 Media Server - RINCON_C4387599850401400 Sonos, Inc. http://www.sonos.com S39 Sonos Era 100 Media Server Sonos Era 100 http://www.sonos.com/products/zoneplayers/S39 uuid:RINCON_C4387599850401400_MS urn:schemas-upnp-org:service:ContentDirectory:1 urn:upnp-org:serviceId:ContentDirectory /MediaServer/ContentDirectory/Control /MediaServer/ContentDirectory/Event /xml/ContentDirectory1.xml urn:schemas-upnp-org:service:ConnectionManager:1 urn:upnp-org:serviceId:ConnectionManager /MediaServer/ConnectionManager/Control /MediaServer/ConnectionManager/Event /xml/ConnectionManager1.xml urn:schemas-upnp-org:device:MediaRenderer:1 Office - Sonos Era 100 Media Renderer - RINCON_C4387599850401400 Sonos, Inc. http://www.sonos.com S39 Sonos Era 100 Media Renderer Sonos Era 100 http://www.sonos.com/products/zoneplayers/S39 uuid:RINCON_C4387599850401400_MR urn:schemas-upnp-org:service:RenderingControl:1 urn:upnp-org:serviceId:RenderingControl /MediaRenderer/RenderingControl/Control /MediaRenderer/RenderingControl/Event /xml/RenderingControl1.xml urn:schemas-upnp-org:service:ConnectionManager:1 urn:upnp-org:serviceId:ConnectionManager /MediaRenderer/ConnectionManager/Control /MediaRenderer/ConnectionManager/Event /xml/ConnectionManager1.xml urn:schemas-upnp-org:service:AVTransport:1 urn:upnp-org:serviceId:AVTransport /MediaRenderer/AVTransport/Control /MediaRenderer/AVTransport/Event /xml/AVTransport1.xml urn:schemas-sonos-com:service:Queue:1 urn:sonos-com:serviceId:Queue /MediaRenderer/Queue/Control /MediaRenderer/Queue/Event /xml/Queue1.xml urn:schemas-upnp-org:service:GroupRenderingControl:1 urn:upnp-org:serviceId:GroupRenderingControl /MediaRenderer/GroupRenderingControl/Control /MediaRenderer/GroupRenderingControl/Event /xml/GroupRenderingControl1.xml urn:schemas-upnp-org:service:VirtualLineIn:1 urn:upnp-org:serviceId:VirtualLineIn /MediaRenderer/VirtualLineIn/Control /MediaRenderer/VirtualLineIn/Event /xml/VirtualLineIn1.xml urn:rhapsody-real-com:device-id-1-0:sonos_1:RINCON_C4387599850401400 QPlay:2 image/png 48 48 24 /img/icon-S39.png 13:57:28 [DEBUG] (4) swyh_rs::openhome::rendercontrol: Get service description for http://192.168.1.43:1400/xml/device_description.xml 13:57:28 [DEBUG] (4) ureq::stream: connecting to 192.168.1.43:1400 at 192.168.1.43:1400 13:57:28 [DEBUG] (4) ureq::stream: created stream: Stream(TcpStream { addr: 192.168.1.29:49946, peer: 192.168.1.43:1400, socket: 1308 }) 13:57:28 [DEBUG] (4) ureq::unit: sending request GET http://192.168.1.43:1400/xml/device_description.xml 13:57:28 [DEBUG] (4) ureq::unit: writing prelude: GET /xml/device_description.xml HTTP/1.1 Host: 192.168.1.43:1400 Accept: */* User-Agent: swyh-rs-Rust Content-Type: text/xml accept-encoding: gzip Content-Length: 0 13:57:28 [DEBUG] (4) ureq::response: Chunked body in response 13:57:28 [DEBUG] (4) ureq::unit: response 200 to GET http://192.168.1.43:1400/xml/device_description.xml 13:57:28 [DEBUG] (4) ureq::stream: dropping stream: Stream(TcpStream { addr: 192.168.1.29:49946, peer: 192.168.1.43:1400, socket: 1308 }) 13:57:28 [DEBUG] (4) swyh_rs::openhome::rendercontrol: Service description: 13:57:28 [DEBUG] (4) swyh_rs::openhome::rendercontrol: 1 0 urn:schemas-upnp-org:device:ZonePlayer:1 192.168.1.43 - Sonos Era 100 - RINCON_C4387599624801400 Sonos, Inc. http://www.sonos.com S39 Sonos Era 100 Sonos Era 100 http://www.sonos.com/products/zoneplayers/S39 78.1-52020 2 1.38.1.10-1.2 C4-38-75-99-62-48:F C4:38:75:99:62:48 uuid:RINCON_C4387599624801400 0 image/png 48 48 24 /img/icon-S39.png 77.0-00000 58.0-00000 1.39.1 1.1.0 16.1.1 35 Office Era 100 41 0x00000008 0x05cd0b12 0x0f45480e A102 2 12 2048 8192 0 140 0 1443 1843 urn:schemas-upnp-org:service:AlarmClock:1 urn:upnp-org:serviceId:AlarmClock /AlarmClock/Control /AlarmClock/Event /xml/AlarmClock1.xml urn:schemas-upnp-org:service:MusicServices:1 urn:upnp-org:serviceId:MusicServices /MusicServices/Control /MusicServices/Event /xml/MusicServices1.xml urn:schemas-upnp-org:service:AudioIn:1 urn:upnp-org:serviceId:AudioIn /AudioIn/Control /AudioIn/Event /xml/AudioIn1.xml urn:schemas-upnp-org:service:DeviceProperties:1 urn:upnp-org:serviceId:DeviceProperties /DeviceProperties/Control /DeviceProperties/Event /xml/DeviceProperties1.xml urn:schemas-upnp-org:service:SystemProperties:1 urn:upnp-org:serviceId:SystemProperties /SystemProperties/Control /SystemProperties/Event /xml/SystemProperties1.xml urn:schemas-upnp-org:service:ZoneGroupTopology:1 urn:upnp-org:serviceId:ZoneGroupTopology /ZoneGroupTopology/Control /ZoneGroupTopology/Event /xml/ZoneGroupTopology1.xml urn:schemas-upnp-org:service:GroupManagement:1 urn:upnp-org:serviceId:GroupManagement /GroupManagement/Control /GroupManagement/Event /xml/GroupManagement1.xml urn:schemas-tencent-com:service:QPlay:1 urn:tencent-com:serviceId:QPlay /QPlay/Control /QPlay/Event /xml/QPlay1.xml urn:schemas-upnp-org:device:MediaServer:1 192.168.1.43 - Sonos Era 100 Media Server - RINCON_C4387599624801400 Sonos, Inc. http://www.sonos.com S39 Sonos Era 100 Media Server Sonos Era 100 http://www.sonos.com/products/zoneplayers/S39 uuid:RINCON_C4387599624801400_MS urn:schemas-upnp-org:service:ContentDirectory:1 urn:upnp-org:serviceId:ContentDirectory /MediaServer/ContentDirectory/Control /MediaServer/ContentDirectory/Event /xml/ContentDirectory1.xml urn:schemas-upnp-org:service:ConnectionManager:1 urn:upnp-org:serviceId:ConnectionManager /MediaServer/ConnectionManager/Control /MediaServer/ConnectionManager/Event /xml/ConnectionManager1.xml urn:schemas-upnp-org:device:MediaRenderer:1 Office - Sonos Era 100 Media Renderer - RINCON_C4387599624801400 Sonos, Inc. http://www.sonos.com S39 Sonos Era 100 Media Renderer Sonos Era 100 http://www.sonos.com/products/zoneplayers/S39 uuid:RINCON_C4387599624801400_MR urn:schemas-upnp-org:service:RenderingControl:1 urn:upnp-org:serviceId:RenderingControl /MediaRenderer/RenderingControl/Control /MediaRenderer/RenderingControl/Event /xml/RenderingControl1.xml urn:schemas-upnp-org:service:ConnectionManager:1 urn:upnp-org:serviceId:ConnectionManager /MediaRenderer/ConnectionManager/Control /MediaRenderer/ConnectionManager/Event /xml/ConnectionManager1.xml urn:schemas-upnp-org:service:AVTransport:1 urn:upnp-org:serviceId:AVTransport /MediaRenderer/AVTransport/Control /MediaRenderer/AVTransport/Event /xml/AVTransport1.xml urn:schemas-sonos-com:service:Queue:1 urn:sonos-com:serviceId:Queue /MediaRenderer/Queue/Control /MediaRenderer/Queue/Event /xml/Queue1.xml urn:schemas-upnp-org:service:GroupRenderingControl:1 urn:upnp-org:serviceId:GroupRenderingControl /MediaRenderer/GroupRenderingControl/Control /MediaRenderer/GroupRenderingControl/Event /xml/GroupRenderingControl1.xml urn:schemas-upnp-org:service:VirtualLineIn:1 urn:upnp-org:serviceId:VirtualLineIn /MediaRenderer/VirtualLineIn/Control /MediaRenderer/VirtualLineIn/Event /xml/VirtualLineIn1.xml urn:rhapsody-real-com:device-id-1-0:sonos_1:RINCON_C4387599624801400 QPlay:2 image/png 48 48 24 /img/icon-S39.png 13:57:28 [DEBUG] (4) swyh_rs::openhome::rendercontrol: Renderer Office - Sonos Era 100 Media Renderer - RINCON_C4387599850401400 Sonos Era 100 ip 192.168.1.44 at urlbase http://192.168.1.44:1400/ has 16 services 13:57:28 [DEBUG] (4) swyh_rs::openhome::rendercontrol: => OpenHome Playlist control url: '', AvTransport url: '/MediaRenderer/AVTransport/Control' 13:57:28 [DEBUG] (4) swyh_rs::openhome::rendercontrol: .. urn:schemas-upnp-org:service:AlarmClock:1 urn:upnp-org:serviceId:AlarmClock /AlarmClock/Control 13:57:28 [DEBUG] (4) swyh_rs::openhome::rendercontrol: .. urn:schemas-upnp-org:service:MusicServices:1 urn:upnp-org:serviceId:MusicServices /MusicServices/Control 13:57:28 [DEBUG] (4) swyh_rs::openhome::rendercontrol: .. urn:schemas-upnp-org:service:AudioIn:1 urn:upnp-org:serviceId:AudioIn /AudioIn/Control 13:57:28 [DEBUG] (4) swyh_rs::openhome::rendercontrol: .. urn:schemas-upnp-org:service:DeviceProperties:1 urn:upnp-org:serviceId:DeviceProperties /DeviceProperties/Control 13:57:28 [DEBUG] (4) swyh_rs::openhome::rendercontrol: .. urn:schemas-upnp-org:service:SystemProperties:1 urn:upnp-org:serviceId:SystemProperties /SystemProperties/Control 13:57:28 [DEBUG] (4) swyh_rs::openhome::rendercontrol: .. urn:schemas-upnp-org:service:ZoneGroupTopology:1 urn:upnp-org:serviceId:ZoneGroupTopology /ZoneGroupTopology/Control 13:57:28 [DEBUG] (4) swyh_rs::openhome::rendercontrol: .. urn:schemas-upnp-org:service:GroupManagement:1 urn:upnp-org:serviceId:GroupManagement /GroupManagement/Control 13:57:28 [DEBUG] (4) swyh_rs::openhome::rendercontrol: .. urn:schemas-tencent-com:service:QPlay:1 urn:tencent-com:serviceId:QPlay /QPlay/Control 13:57:28 [DEBUG] (4) swyh_rs::openhome::rendercontrol: .. urn:schemas-upnp-org:service:ContentDirectory:1 urn:upnp-org:serviceId:ContentDirectory /MediaServer/ContentDirectory/Control 13:57:28 [DEBUG] (4) swyh_rs::openhome::rendercontrol: .. urn:schemas-upnp-org:service:ConnectionManager:1 urn:upnp-org:serviceId:ConnectionManager /MediaServer/ConnectionManager/Control 13:57:28 [DEBUG] (4) swyh_rs::openhome::rendercontrol: .. urn:schemas-upnp-org:service:RenderingControl:1 urn:upnp-org:serviceId:RenderingControl /MediaRenderer/RenderingControl/Control 13:57:28 [DEBUG] (4) swyh_rs::openhome::rendercontrol: .. urn:schemas-upnp-org:service:ConnectionManager:1 urn:upnp-org:serviceId:ConnectionManager /MediaRenderer/ConnectionManager/Control 13:57:28 [DEBUG] (4) swyh_rs::openhome::rendercontrol: .. urn:schemas-upnp-org:service:AVTransport:1 urn:upnp-org:serviceId:AVTransport /MediaRenderer/AVTransport/Control 13:57:28 [DEBUG] (4) swyh_rs::openhome::rendercontrol: .. urn:schemas-sonos-com:service:Queue:1 urn:sonos-com:serviceId:Queue /MediaRenderer/Queue/Control 13:57:28 [DEBUG] (4) swyh_rs::openhome::rendercontrol: .. urn:schemas-upnp-org:service:GroupRenderingControl:1 urn:upnp-org:serviceId:GroupRenderingControl /MediaRenderer/GroupRenderingControl/Control 13:57:28 [DEBUG] (4) swyh_rs::openhome::rendercontrol: .. urn:schemas-upnp-org:service:VirtualLineIn:1 urn:upnp-org:serviceId:VirtualLineIn /MediaRenderer/VirtualLineIn/Control 13:57:28 [DEBUG] (4) swyh_rs::openhome::rendercontrol: Renderer Office - Sonos Era 100 Media Renderer - RINCON_C4387599624801400 Sonos Era 100 ip 192.168.1.43 at urlbase http://192.168.1.43:1400/ has 16 services 13:57:28 [DEBUG] (4) swyh_rs::openhome::rendercontrol: => OpenHome Playlist control url: '', AvTransport url: '/MediaRenderer/AVTransport/Control' 13:57:28 [DEBUG] (4) swyh_rs::openhome::rendercontrol: .. urn:schemas-upnp-org:service:AlarmClock:1 urn:upnp-org:serviceId:AlarmClock /AlarmClock/Control 13:57:28 [DEBUG] (4) swyh_rs::openhome::rendercontrol: .. urn:schemas-upnp-org:service:MusicServices:1 urn:upnp-org:serviceId:MusicServices /MusicServices/Control 13:57:28 [DEBUG] (4) swyh_rs::openhome::rendercontrol: .. urn:schemas-upnp-org:service:AudioIn:1 urn:upnp-org:serviceId:AudioIn /AudioIn/Control 13:57:28 [DEBUG] (4) swyh_rs::openhome::rendercontrol: .. urn:schemas-upnp-org:service:DeviceProperties:1 urn:upnp-org:serviceId:DeviceProperties /DeviceProperties/Control 13:57:28 [DEBUG] (4) swyh_rs::openhome::rendercontrol: .. urn:schemas-upnp-org:service:SystemProperties:1 urn:upnp-org:serviceId:SystemProperties /SystemProperties/Control 13:57:28 [DEBUG] (4) swyh_rs::openhome::rendercontrol: .. urn:schemas-upnp-org:service:ZoneGroupTopology:1 urn:upnp-org:serviceId:ZoneGroupTopology /ZoneGroupTopology/Control 13:57:28 [DEBUG] (4) swyh_rs::openhome::rendercontrol: .. urn:schemas-upnp-org:service:GroupManagement:1 urn:upnp-org:serviceId:GroupManagement /GroupManagement/Control 13:57:28 [DEBUG] (4) swyh_rs::openhome::rendercontrol: .. urn:schemas-tencent-com:service:QPlay:1 urn:tencent-com:serviceId:QPlay /QPlay/Control 13:57:28 [DEBUG] (4) swyh_rs::openhome::rendercontrol: .. urn:schemas-upnp-org:service:ContentDirectory:1 urn:upnp-org:serviceId:ContentDirectory /MediaServer/ContentDirectory/Control 13:57:28 [DEBUG] (4) swyh_rs::openhome::rendercontrol: .. urn:schemas-upnp-org:service:ConnectionManager:1 urn:upnp-org:serviceId:ConnectionManager /MediaServer/ConnectionManager/Control 13:57:28 [DEBUG] (4) swyh_rs::openhome::rendercontrol: .. urn:schemas-upnp-org:service:RenderingControl:1 urn:upnp-org:serviceId:RenderingControl /MediaRenderer/RenderingControl/Control 13:57:28 [DEBUG] (4) swyh_rs::openhome::rendercontrol: .. urn:schemas-upnp-org:service:ConnectionManager:1 urn:upnp-org:serviceId:ConnectionManager /MediaRenderer/ConnectionManager/Control 13:57:28 [DEBUG] (4) swyh_rs::openhome::rendercontrol: .. urn:schemas-upnp-org:service:AVTransport:1 urn:upnp-org:serviceId:AVTransport /MediaRenderer/AVTransport/Control 13:57:28 [DEBUG] (4) swyh_rs::openhome::rendercontrol: .. urn:schemas-sonos-com:service:Queue:1 urn:sonos-com:serviceId:Queue /MediaRenderer/Queue/Control 13:57:28 [DEBUG] (4) swyh_rs::openhome::rendercontrol: .. urn:schemas-upnp-org:service:GroupRenderingControl:1 urn:upnp-org:serviceId:GroupRenderingControl /MediaRenderer/GroupRenderingControl/Control 13:57:28 [DEBUG] (4) swyh_rs::openhome::rendercontrol: .. urn:schemas-upnp-org:service:VirtualLineIn:1 urn:upnp-org:serviceId:VirtualLineIn /MediaRenderer/VirtualLineIn/Control 13:57:28 [DEBUG] (4) swyh_rs::openhome::rendercontrol: SSDP discovery complete 13:57:28 [INFO] Found new renderer Office - Sonos Era 100 Media Renderer - RINCON_C4387599850401400 Sonos Era 100 at 192.168.1.44 13:57:28 [DEBUG] (1) swyh_rs::openhome::rendercontrol: url: http://192.168.1.44:1400/MediaRenderer/RenderingControl/Control, =>SOAP Action: urn:schemas-upnp-org:service:RenderingControl:1#GetVolume, =>SOAP xml: 0Master 13:57:28 [DEBUG] (1) ureq::stream: connecting to 192.168.1.44:1400 at 192.168.1.44:1400 13:57:28 [INFO] Found new renderer Office - Sonos Era 100 Media Renderer - RINCON_C4387599624801400 Sonos Era 100 at 192.168.1.43 13:57:28 [DEBUG] (1) ureq::stream: created stream: Stream(TcpStream { addr: 192.168.1.29:49947, peer: 192.168.1.44:1400, socket: 1332 }) 13:57:28 [DEBUG] (1) ureq::unit: sending request POST http://192.168.1.44:1400/MediaRenderer/RenderingControl/Control 13:57:28 [DEBUG] (1) ureq::unit: writing prelude: POST /MediaRenderer/RenderingControl/Control HTTP/1.1 Host: 192.168.1.44:1400 Connection: close User-Agent: swyh-rs-Rust/0.x Accept: */* SOAPAction: "urn:schemas-upnp-org:service:RenderingControl:1#GetVolume" Content-Type: text/xml; charset="utf-8" accept-encoding: gzip Content-Length: 345 13:57:28 [DEBUG] (1) ureq::response: Body entirely buffered (length: 288) 13:57:28 [DEBUG] (1) ureq::stream: dropping stream: Stream(TcpStream { addr: 192.168.1.29:49947, peer: 192.168.1.44:1400, socket: 1332 }) 13:57:28 [DEBUG] (1) ureq::unit: response 200 to POST http://192.168.1.44:1400/MediaRenderer/RenderingControl/Control 13:57:28 [DEBUG] (1) swyh_rs::openhome::rendercontrol: <=SOAP response: 17 13:57:28 [DEBUG] (1) swyh_rs::openhome::rendercontrol: oh_get_volume response: 17 13:57:28 [INFO] tb_log: AV Get Volume on Office - Sonos Era 100 Media Renderer - RINCON_C4387599850401400 host=192.168.1.44 port=1400 = 17% 13:57:28 [DEBUG] (1) swyh_rs: Renderer Office - Sonos Era 100 Media Renderer - RINCON_C4387599850401400 Volume: 17 13:57:28 [DEBUG] (1) swyh_rs::openhome::rendercontrol: url: http://192.168.1.43:1400/MediaRenderer/RenderingControl/Control, =>SOAP Action: urn:schemas-upnp-org:service:RenderingControl:1#GetVolume, =>SOAP xml: 0Master 13:57:28 [DEBUG] (1) ureq::stream: connecting to 192.168.1.43:1400 at 192.168.1.43:1400 13:57:28 [DEBUG] (1) ureq::stream: created stream: Stream(TcpStream { addr: 192.168.1.29:49948, peer: 192.168.1.43:1400, socket: 1332 }) 13:57:28 [DEBUG] (1) ureq::unit: sending request POST http://192.168.1.43:1400/MediaRenderer/RenderingControl/Control 13:57:28 [DEBUG] (1) ureq::unit: writing prelude: POST /MediaRenderer/RenderingControl/Control HTTP/1.1 Host: 192.168.1.43:1400 Connection: close User-Agent: swyh-rs-Rust/0.x Accept: */* SOAPAction: "urn:schemas-upnp-org:service:RenderingControl:1#GetVolume" Content-Type: text/xml; charset="utf-8" accept-encoding: gzip Content-Length: 345 13:57:28 [DEBUG] (1) ureq::response: Body entirely buffered (length: 288) 13:57:28 [DEBUG] (1) ureq::stream: dropping stream: Stream(TcpStream { addr: 192.168.1.29:49948, peer: 192.168.1.43:1400, socket: 1332 }) 13:57:28 [DEBUG] (1) ureq::unit: response 200 to POST http://192.168.1.43:1400/MediaRenderer/RenderingControl/Control 13:57:28 [DEBUG] (1) swyh_rs::openhome::rendercontrol: <=SOAP response: 17 13:57:28 [DEBUG] (1) swyh_rs::openhome::rendercontrol: oh_get_volume response: 17 13:57:28 [INFO] tb_log: AV Get Volume on Office - Sonos Era 100 Media Renderer - RINCON_C4387599624801400 host=192.168.1.43 port=1400 = 17% 13:57:28 [DEBUG] (1) swyh_rs: Renderer Office - Sonos Era 100 Media Renderer - RINCON_C4387599624801400 Volume: 17 13:57:35 [INFO] tb_log: Received request /stream/swyh.wav from 192.168.1.44:34348 13:57:35 [DEBUG] (14) swyh_rs::utils::rwstream: WAV Header (l=44): [52, 49, 46, 46, f6, ff, ff, ff, 57, 41, 56, 45, 66, 6d, 74, 20, 10, 00, 00, 00, 01, 00, 02, 00, 80, bb, 00, 00, 00, ee, 02, 00, 04, 00, 10, 00, 64, 61, 74, 61, d2, ff, ff, ff] 13:57:35 [DEBUG] (14) swyh_rs::server::streaming_server: Now have 1 streaming clients 13:57:35 [INFO] tb_log: Streaming audio/wave;codec=1 (WAV), input sample format F32, channels=2, rate=48000, to 192.168.1.44:34348 13:57:35 [INFO] tb_log: Received request /stream/swyh.wav from 192.168.1.44:34350 13:57:35 [DEBUG] (15) swyh_rs::utils::rwstream: WAV Header (l=44): [52, 49, 46, 46, f6, ff, ff, ff, 57, 41, 56, 45, 66, 6d, 74, 20, 10, 00, 00, 00, 01, 00, 02, 00, 80, bb, 00, 00, 00, ee, 02, 00, 04, 00, 10, 00, 64, 61, 74, 61, d2, ff, ff, ff] 13:57:35 [DEBUG] (15) swyh_rs::server::streaming_server: Now have 2 streaming clients 13:57:35 [INFO] tb_log: Streaming audio/wave;codec=1 (WAV), input sample format F32, channels=2, rate=48000, to 192.168.1.44:34350 13:57:35 [DEBUG] (14) swyh_rs::server::streaming_server: Now have 1 streaming clients left 13:57:35 [INFO] tb_log: Streaming to 192.168.1.44:34348 has ended 13:57:37 [DEBUG] (15) swyh_rs::server::streaming_server: Now have 0 streaming clients left 13:57:37 [INFO] tb_log: Streaming to 192.168.1.44:34350 has ended 13:57:42 [INFO] tb_log: Received request /stream/swyh.wav from 192.168.1.44:34376 13:57:42 [DEBUG] (16) swyh_rs::utils::rwstream: WAV Header (l=44): [52, 49, 46, 46, f6, ff, ff, ff, 57, 41, 56, 45, 66, 6d, 74, 20, 10, 00, 00, 00, 01, 00, 02, 00, 80, bb, 00, 00, 00, ee, 02, 00, 04, 00, 10, 00, 64, 61, 74, 61, d2, ff, ff, ff] 13:57:42 [DEBUG] (16) swyh_rs::server::streaming_server: Now have 1 streaming clients 13:57:42 [INFO] tb_log: Streaming audio/wave;codec=1 (WAV), input sample format F32, channels=2, rate=48000, to 192.168.1.44:34376 13:57:44 [DEBUG] (16) swyh_rs::server::streaming_server: Now have 0 streaming clients left 13:57:44 [INFO] tb_log: Streaming to 192.168.1.44:34376 has ended 13:57:48 [INFO] tb_log: Received request /stream/swyh.wav from 192.168.1.44:34406 13:57:48 [DEBUG] (17) swyh_rs::utils::rwstream: WAV Header (l=44): [52, 49, 46, 46, f6, ff, ff, ff, 57, 41, 56, 45, 66, 6d, 74, 20, 10, 00, 00, 00, 01, 00, 02, 00, 80, bb, 00, 00, 00, ee, 02, 00, 04, 00, 10, 00, 64, 61, 74, 61, d2, ff, ff, ff] 13:57:48 [DEBUG] (17) swyh_rs::server::streaming_server: Now have 1 streaming clients 13:57:48 [INFO] tb_log: Streaming audio/wave;codec=1 (WAV), input sample format F32, channels=2, rate=48000, to 192.168.1.44:34406 13:57:49 [DEBUG] (17) swyh_rs::server::streaming_server: Now have 0 streaming clients left 13:57:49 [INFO] tb_log: Streaming to 192.168.1.44:34406 has ended 13:57:54 [INFO] tb_log: Received request /stream/swyh.wav from 192.168.1.44:34438 13:57:54 [DEBUG] (18) swyh_rs::utils::rwstream: WAV Header (l=44): [52, 49, 46, 46, f6, ff, ff, ff, 57, 41, 56, 45, 66, 6d, 74, 20, 10, 00, 00, 00, 01, 00, 02, 00, 80, bb, 00, 00, 00, ee, 02, 00, 04, 00, 10, 00, 64, 61, 74, 61, d2, ff, ff, ff] 13:57:54 [DEBUG] (18) swyh_rs::server::streaming_server: Now have 1 streaming clients 13:57:54 [INFO] tb_log: Streaming audio/wave;codec=1 (WAV), input sample format F32, channels=2, rate=48000, to 192.168.1.44:34438 13:57:56 [DEBUG] (18) swyh_rs::server::streaming_server: Now have 0 streaming clients left 13:57:56 [INFO] tb_log: Streaming to 192.168.1.44:34438 has ended 13:58:01 [INFO] tb_log: Received request /stream/swyh.wav from 192.168.1.44:34472 13:58:01 [DEBUG] (19) swyh_rs::utils::rwstream: WAV Header (l=44): [52, 49, 46, 46, f6, ff, ff, ff, 57, 41, 56, 45, 66, 6d, 74, 20, 10, 00, 00, 00, 01, 00, 02, 00, 80, bb, 00, 00, 00, ee, 02, 00, 04, 00, 10, 00, 64, 61, 74, 61, d2, ff, ff, ff] 13:58:01 [DEBUG] (19) swyh_rs::server::streaming_server: Now have 1 streaming clients 13:58:01 [INFO] tb_log: Streaming audio/wave;codec=1 (WAV), input sample format F32, channels=2, rate=48000, to 192.168.1.44:34472 13:58:02 [DEBUG] (19) swyh_rs::server::streaming_server: Now have 0 streaming clients left 13:58:02 [INFO] tb_log: Streaming to 192.168.1.44:34472 has ended 13:58:08 [INFO] tb_log: Received request /stream/swyh.wav from 192.168.1.44:34504 13:58:08 [DEBUG] (20) swyh_rs::utils::rwstream: WAV Header (l=44): [52, 49, 46, 46, f6, ff, ff, ff, 57, 41, 56, 45, 66, 6d, 74, 20, 10, 00, 00, 00, 01, 00, 02, 00, 80, bb, 00, 00, 00, ee, 02, 00, 04, 00, 10, 00, 64, 61, 74, 61, d2, ff, ff, ff] 13:58:08 [DEBUG] (20) swyh_rs::server::streaming_server: Now have 1 streaming clients 13:58:08 [INFO] tb_log: Streaming audio/wave;codec=1 (WAV), input sample format F32, channels=2, rate=48000, to 192.168.1.44:34504 13:58:09 [DEBUG] (20) swyh_rs::server::streaming_server: Now have 0 streaming clients left 13:58:09 [INFO] tb_log: Streaming to 192.168.1.44:34504 has ended 13:58:10 [DEBUG] (21) swyh_rs::server::streaming_server: Config: 16/Wav <=> Request: 24/Flac 13:58:10 [INFO] tb_log: Received request /stream/swyh.flac from 192.168.1.44:34530 13:58:10 [DEBUG] (21) swyh_rs::server::streaming_server: Now have 1 streaming clients 13:58:10 [INFO] tb_log: Streaming audio/FLAC, input sample format F32, channels=2, rate=48000, to 192.168.1.44:34530 13:58:11 [DEBUG] (23) swyh_rs::server::streaming_server: Config: 16/Wav <=> Request: 24/Flac 13:58:11 [INFO] tb_log: Received request /stream/swyh.flac from 192.168.1.44:34534 13:58:11 [DEBUG] (23) swyh_rs::server::streaming_server: Now have 2 streaming clients 13:58:11 [INFO] tb_log: Streaming audio/FLAC, input sample format F32, channels=2, rate=48000, to 192.168.1.44:34534 13:58:11 [DEBUG] (21) swyh_rs::server::streaming_server: Now have 1 streaming clients left 13:58:11 [INFO] tb_log: Streaming to 192.168.1.44:34530 has ended 13:58:12 [DEBUG] (23) swyh_rs::server::streaming_server: Now have 0 streaming clients left 13:58:12 [INFO] tb_log: Streaming to 192.168.1.44:34534 has ended 13:58:17 [DEBUG] (25) swyh_rs::server::streaming_server: Config: 16/Wav <=> Request: 24/Flac 13:58:17 [INFO] tb_log: Received request /stream/swyh.flac from 192.168.1.44:34564 13:58:17 [DEBUG] (25) swyh_rs::server::streaming_server: Now have 1 streaming clients 13:58:17 [INFO] tb_log: Streaming audio/FLAC, input sample format F32, channels=2, rate=48000, to 192.168.1.44:34564 13:58:19 [DEBUG] (25) swyh_rs::server::streaming_server: Now have 0 streaming clients left 13:58:19 [INFO] tb_log: Streaming to 192.168.1.44:34564 has ended 13:58:24 [DEBUG] (27) swyh_rs::server::streaming_server: Config: 16/Wav <=> Request: 24/Flac 13:58:24 [INFO] tb_log: Received request /stream/swyh.flac from 192.168.1.44:34596 13:58:24 [DEBUG] (27) swyh_rs::server::streaming_server: Now have 1 streaming clients 13:58:24 [INFO] tb_log: Streaming audio/FLAC, input sample format F32, channels=2, rate=48000, to 192.168.1.44:34596 13:58:26 [DEBUG] (27) swyh_rs::server::streaming_server: Now have 0 streaming clients left 13:58:26 [INFO] tb_log: Streaming to 192.168.1.44:34596 has ended 13:58:30 [DEBUG] (29) swyh_rs::server::streaming_server: Config: 16/Wav <=> Request: 24/Flac 13:58:30 [INFO] tb_log: Received request /stream/swyh.flac from 192.168.1.44:34626 13:58:30 [DEBUG] (29) swyh_rs::server::streaming_server: Now have 1 streaming clients 13:58:30 [INFO] tb_log: Streaming audio/FLAC, input sample format F32, channels=2, rate=48000, to 192.168.1.44:34626 13:58:32 [DEBUG] (29) swyh_rs::server::streaming_server: Now have 0 streaming clients left 13:58:32 [INFO] tb_log: Streaming to 192.168.1.44:34626 has ended 13:58:36 [DEBUG] (31) swyh_rs::server::streaming_server: Config: 16/Wav <=> Request: 24/Flac 13:58:36 [INFO] tb_log: Received request /stream/swyh.flac from 192.168.1.44:34662 13:58:36 [DEBUG] (31) swyh_rs::server::streaming_server: Now have 1 streaming clients 13:58:36 [INFO] tb_log: Streaming audio/FLAC, input sample format F32, channels=2, rate=48000, to 192.168.1.44:34662 13:58:38 [DEBUG] (31) swyh_rs::server::streaming_server: Now have 0 streaming clients left 13:58:38 [INFO] tb_log: Streaming to 192.168.1.44:34662 has ended 13:58:40 [INFO] No active HTTP streaming connections - exiting. 13:58:40 [ERROR] Error accepting new client: A blocking operation was interrupted by a call to WSACancelBlockingCall. (os error 10004) 13:58:40 [DEBUG] (7) tiny_http: Terminating accept thread