| 12345678910 |
- #!/bin/bash
- HOST="224.1.1.1"
- HOST="192.168.2.255"
- enc="mulawenc ! rtppcmupay"
- enc="speexenc ! rtpspeexpay"
- HOST="192.168.2.120:5001"
- #HOST="192.168.2.120:5001,192.168.2.155:5001,192.168.2.68:5001"
- gst-launch-1.0 alsasrc slave-method=resample ! queue ! audioconvert ! audioresample ! $enc ! multiudpsink clients=$HOST
|