mic-to-udp.sh 567 B

1234567891011121314
  1. #!/bin/bash
  2. if [ $# -ne 1 ]; then
  3. echo "1 arg, target host (120,151?)"
  4. exit 1
  5. fi
  6. #44100 ??
  7. echo gst-launch-1.0 alsasrc do-timestamp=true ! audioconvert ! audioresample ! mulawenc ! rtppcmupay ! udpsink host=$1 port=5001
  8. gst-launch-1.0 alsasrc do-timestamp=true ! audioconvert ! audioresample ! mulawenc ! rtppcmupay ! udpsink host=$1 port=5001
  9. #gst-launch-1.0 alsasrc slave-method=0 ! audioconvert ! audioresample ! alawenc ! rtppcmapay ! udpsink host=$1 port=5001
  10. #gst-launch-1.0 alsasrc ! audioconvert ! audioresample ! alawenc ! rtppcmapay ! udpsink host=