Browse Source

remove queue

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

+ 1 - 1
camera1/play-cam2.sh

@@ -1,2 +1,2 @@
 #!/bin/bash
-LD_LIBRARY_PATH=/usr/local/lib gst-launch-1.0 -ve tcpclientsrc host=192.168.2.209 port=5000 ! queue ! matroskademux ! h264parse ! omxh264dec ! glimagesink 
+LD_LIBRARY_PATH=/usr/local/lib gst-launch-1.0 -ve tcpclientsrc host=192.168.2.209 port=5000 ! matroskademux ! h264parse ! omxh264dec ! glimagesink