From 8042d2cc2506f666f5fc0d8daecbfe0accfff274 Mon Sep 17 00:00:00 2001 From: Oliver Ladner Date: Thu, 25 Sep 2014 21:33:29 +0200 Subject: [PATCH] laundry for the lazy --- cave_washmachine.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 cave_washmachine.sh 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}'