Browse Source

remove notebook from udp

David 9 năm trước cách đây
mục cha
commit
188ef88728
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      mic1/feed-mic.sh

+ 1 - 1
mic1/feed-mic.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 set -euo pipefail
-HOST="192.168.2.155:5003,192.168.2.123:5003"
+HOST="192.168.2.123:5003"
 SRC="alsasrc device=hw:CARD=CODEC,DEV=0 slave-method=resample provide-clock=true do-timestamp=true buffer-time=20000"
 
 gst-launch-1.0 $SRC ! queue ! audioconvert ! audioresample ! audio/x-raw,format=S16LE,channels=2,rate=48000,layout=interleaved ! multiudpsink clients=$HOST