浏览代码

remove old commands

David 9 年之前
父节点
当前提交
7863e144be
共有 1 个文件被更改,包括 1 次插入10 次删除
  1. 1 10
      camera1/fb-to-udp.sh

+ 1 - 10
camera1/fb-to-udp.sh

@@ -3,17 +3,8 @@
 HOST="192.168.2.84"
 HOST="192.168.2.21"
 HOST="192.168.2.123"
-#5001"
-#HOST="192.168.1.7:5001"
-#HOST="192.168.20.2:5001"
-#~/code/telepi/telepi - |
-#	LD_LIBRARY_PATH=/usr/local/lib gst-launch-1.0 -v fdsrc ! queue ! \
-#	video/x-h264,width=800,height=600,framerate=60/1,profile=high ! \
-#	h264parse ! rtph264pay config-interval=1 ! \
-#	multiudpsink clients=$HOST
 
-#~/code/telepi/telepi - | pv | netcat $HOST 5001
-while [ true ]; do
+while true; do
     date
 	#~/code/telepi/telepi - 2>/dev/null | netcat $HOST 5001
 	~/code/telepi/telepi - 2>/dev/null | nc $HOST 5001