mic-to-udp.sh 319 B

12345678910
  1. #!/bin/bash
  2. HOST="224.1.1.1"
  3. HOST="192.168.2.255"
  4. enc="mulawenc ! rtppcmupay"
  5. enc="speexenc ! rtpspeexpay"
  6. HOST="192.168.2.120:5001"
  7. #HOST="192.168.2.120:5001,192.168.2.155:5001,192.168.2.68:5001"
  8. gst-launch-1.0 alsasrc slave-method=resample ! queue ! audioconvert ! audioresample ! $enc ! multiudpsink clients=$HOST