瀏覽代碼

update to tcpserver instead of udpsrc

David 9 年之前
父節點
當前提交
3064aed39c
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      camera1/play-cam2.sh

+ 2 - 1
camera1/play-cam2.sh

@@ -1 +1,2 @@
-LD_LIBRARY_PATH=/usr/local/lib gst-launch-1.0 -qe udpsrc port=5002 do-timestamp=true ! application/x-rtp, payload=96 ! rtpjitterbuffer latency=50 ! rtph264depay ! h264parse ! omxh264dec ! glimagesink 
+#!/bin/bash
+LD_LIBRARY_PATH=/usr/local/lib gst-launch-1.0 -qe tcpclientsrc host=192.168.2.209 port=5000 ! matroskademux ! h264parse ! omxh264dec ! glimagesink