Sfoglia il codice sorgente

config: switch stream_tx.bat to svabi.ch source

tags/v0.9.0
Jan Svabenik 1 mese fa
parent
commit
a2deb4b481
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      stream_tx.bat

+ 1
- 1
stream_tx.bat Vedi File

@@ -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
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

Loading…
Annulla
Salva