From a2deb4b48129243f84707b02ce89ad45a7c53947 Mon Sep 17 00:00:00 2001 From: Jan Svabenik Date: Sun, 5 Apr 2026 09:37:56 +0200 Subject: [PATCH] config: switch stream_tx.bat to svabi.ch source --- stream_tx.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stream_tx.bat b/stream_tx.bat index 69a9bfb..be5180e 100644 --- a/stream_tx.bat +++ b/stream_tx.bat @@ -1,2 +1,2 @@ @echo off -ffmpeg -i "http://stream.srg-ssr.ch/m/drs3/mp3_128" -f s16le -ar 44100 -ac 2 - | fmrtx.exe --tx --tx-auto-start --audio-stdin --config docs/config.plutosdr.json \ No newline at end of file +ffmpeg -i "http://svabi.ch:8443/stream" -f s16le -ar 44100 -ac 2 - | fmrtx.exe --tx --tx-auto-start --audio-stdin --config docs/config.plutosdr.json \ No newline at end of file