4 lines
211 B
Bash
Executable file
4 lines
211 B
Bash
Executable file
#!/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}'
|