swyh-rs-cli did not show up any more
I am trying to run swyh-rs-cli but I see no GUY but only strange output if I start it via command Line.
This is what I have:
Directory: `C:\TubeSimulationForRoon\Stream_what_you_hear`
Contents:
<img width="619" height="228" alt="Image" src="https://github.com/user-attachments/assets/b69356eb-4ecf-4ba0-954b-4efa6fd7a77b" />
I opened a cmd window and did a cd to `C:\TubeSimulationForRoon\Stream_what_you_hear`
What I get is this instead of showing the CLI
```
Loading config from C:\Users\definiteaudio\.swyh-rs\config_cli.toml
Current config: Configuration { server_port: Some(5901), auto_resume: false, sound_source: Some("Voicemeeter Out B1 (VB-Audio Voicemeeter VAIO)"), sound_source_index: Some(11), log_level: Info, ssdp_interval_mins: 10.0, auto_reconnect: true, _disable_chunked: true, lpcm_stream_size: Some(U64maxNotChunked), wav_stream_size: Some(U32maxNotChunked), rf64_stream_size: Some(U64maxNotChunked), flac_stream_size: Some(U32maxChunked), use_wave_format: false, bits_per_sample: Some(24), streaming_format: Some(Flac), monitor_rms: false, capture_timeout: Some(2000), inject_silence: Some(false), buffering_delay_msec: Some(0), last_renderer: None, active_renderers: [], last_network: Some("192.168.0.247"), config_dir: "C:\\Users\\definiteaudio\\.swyh-rs", config_id: Some(""), read_only: false }
08:24:39 [INFO] SWYH-RS-CLI V 1.10.6 - Running on x86_64, windows, windows - Logging started.
08:24:40 [INFO] tb_log: Found network: 192.168.0.247
08:24:40 [INFO] tb_log: Found network: 172.28.5.93
08:24:40 [INFO] tb_log: Found network: 127.0.0.1
08:24:40 [INFO] Using network 192.168.0.247
08:24:40 [INFO] tb_log: Now running at ABOVE_NORMAL_PRIORITY_CLASS
08:24:40 [INFO] tb_log: Capturing audio from: VBMatrix In 8 (VB-Audio Matrix VAIO)
08:24:40 [INFO] tb_log: Default audio SupportedStreamConfig { channels: 2, sample_rate: SampleRate(48000), buffer_size: Range { min: 0, max: 4294967295 }, sample_format: F32 }
08:24:40 [INFO] tb_log: Discover networks
08:24:40 [INFO] tb_log: Starting SSDP discovery
08:24:40 [INFO] running SSDP on 192.168.0.247
08:24:40 [INFO] New config: Configuration { server_port: Some(5901), auto_resume: false, sound_source: Some("Voicemeeter Out B1 (VB-Audio Voicemeeter VAIO)"), sound_source_index: Some(11), log_level: Info, ssdp_interval_mins: 10.0, auto_reconnect: true, _disable_chunked: true, lpcm_stream_size: Some(U64maxNotChunked), wav_stream_size: Some(U32maxNotChunked), rf64_stream_size: Some(U64maxNotChunked), flac_stream_size: Some(U32maxChunked), use_wave_format: false, bits_per_sample: Some(24), streaming_format: Some(Flac), monitor_rms: false, capture_timeout: Some(2000), inject_silence: Some(false), buffering_delay_msec: Some(0), last_renderer: None, active_renderers: [], last_network: Some("192.168.0.247"), config_dir: "C:\\Users\\definiteaudio\\.swyh-rs", config_id: Some(""), read_only: false }
08:24:40 [INFO] tb_log: Serving started on port 5901...
08:24:40 [INFO] tb_log: The streaming server is listening on http://192.168.0.247:5901/stream/swyh.wav
08:24:40 [INFO] tb_log: Streaming sample rate: 48000, bits per sample: 24, format: Flac
08:24:40 [INFO] tb_log: The wave_reader is now receiving samples
```
This is the configfile used:
```
c:\TubeSimulationForRoon\Stream_what_you_hear>swyh-rs-cli.exe
Args { dry_run: None, config_id: None, server_port: None, auto_resume: None, sound_source_index: None, sound_source_name: None, log_level: None, ssdp_interval_mins: None, use_wave_format: None, bits_per_sample: None, streaming_format: None, stream_size: None, player_ip: None, ip_address: None, active_players: None, inject_silence: None, serve_only: None, volume: None, upfront_buffer: None }
ARG override configfile (-C): None
Loading config from C:\Users\definiteaudio\.swyh-rs\config_cli.toml
Current config: Configuration { server_port: Some(5901), auto_resume: false, sound_source: Some("Voicemeeter Out B1 (VB-Audio Voicemeeter VAIO)"), sound_source_index: Some(11), log_level: Info, ssdp_interval_mins: 10.0, auto_reconnect: true, _disable_chunked: true, lpcm_stream_size: Some(U64maxNotChunked), wav_stream_size: Some(U32maxNotChunked), rf64_stream_size: Some(U64maxNotChunked), flac_stream_size: Some(U32maxChunked), use_wave_format: false, bits_per_sample: Some(24), streaming_format: Some(Flac), monitor_rms: false, capture_timeout: Some(2000), inject_silence: Some(false), buffering_delay_msec: Some(0), last_renderer: None, active_renderers: [], last_network: Some("192.168.0.247"), config_dir: "C:\\Users\\definiteaudio\\.swyh-rs", config_id: Some(""), read_only: false }
08:24:39 [INFO] SWYH-RS-CLI V 1.10.6 - Running on x86_64, windows, windows - Logging started.
08:24:40 [INFO] tb_log: Found network: 192.168.0.247
08:24:40 [INFO] tb_log: Found network: 172.28.5.93
08:24:40 [INFO] tb_log: Found network: 127.0.0.1
08:24:40 [INFO] Using network 192.168.0.247
08:24:40 [INFO] tb_log: Now running at ABOVE_NORMAL_PRIORITY_CLASS
08:24:40 [INFO] tb_log: Capturing audio from: VBMatrix In 8 (VB-Audio Matrix VAIO)
08:24:40 [INFO] tb_log: Default audio SupportedStreamConfig { channels: 2, sample_rate: SampleRate(48000), buffer_size: Range { min: 0, max: 4294967295 }, sample_format: F32 }
08:24:40 [INFO] tb_log: Discover networks
08:24:40 [INFO] tb_log: Starting SSDP discovery
08:24:40 [INFO] running SSDP on 192.168.0.247
08:24:40 [INFO] New config: Configuration { server_port: Some(5901), auto_resume: false, sound_source: Some("Voicemeeter Out B1 (VB-Audio Voicemeeter VAIO)"), sound_source_index: Some(11), log_level: Info, ssdp_interval_mins: 10.0, auto_reconnect: true, _disable_chunked: true, lpcm_stream_size: Some(U64maxNotChunked), wav_stream_size: Some(U32maxNotChunked), rf64_stream_size: Some(U64maxNotChunked), flac_stream_size: Some(U32maxChunked), use_wave_format: false, bits_per_sample: Some(24), streaming_format: Some(Flac), monitor_rms: false, capture_timeout: Some(2000), inject_silence: Some(false), buffering_delay_msec: Some(0), last_renderer: None, active_renderers: [], last_network: Some("192.168.0.247"), config_dir: "C:\\Users\\definiteaudio\\.swyh-rs", config_id: Some(""), read_only: false }
08:24:40 [INFO] tb_log: Serving started on port 5901...
08:24:40 [INFO] tb_log: The streaming server is listening on http://192.168.0.247:5901/stream/swyh.wav
08:24:40 [INFO] tb_log: Streaming sample rate: 48000, bits per sample: 24, format: Flac
08:24:40 [INFO] tb_log: The wave_reader is now receiving samples
```
I have no idea why it did not show up and also no idea what I can do.
Help would be appreciated.
Best DrCWO
13 条评论