laundry for the lazy

This commit is contained in:
Oliver Ladner 2014-09-25 21:33:29 +02:00
commit 8042d2cc25

4
cave_washmachine.sh Executable file
View file

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