diff --git a/cave_washmachine.sh b/cave_washmachine.sh new file mode 100755 index 0000000..5ace6c6 --- /dev/null +++ b/cave_washmachine.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +# +# Streams microphone in to rtsp://10.7.1.12:8085/stream.sdp +cvlc -vvv alsa://hw:0,0 --sout '#transcode{acodec=mp3,ab=128}:rtp{dst=10.7.1.12,port=1234,sdp=rtsp://10.7.1.12:8085/stream.sdp}'