Changes

Jump to: navigation, search

Telepresence

No change in size, 17:36, 31 July 2013
/* TCP */
<pre>
su pi -c "while :; do raspivid -t 86400000 -w 1080 1280 -h 720 -fps 25 -b 1024000 -n -o - | gst-launch-1.0 -v fdsrc ! h264parse ! rtph264pay config-interval=1 pt=96 ! gdppay ! tcpserversink host=0.0.0.0 port=15545000; sleep 60; done" &
su pi -c "while :; do gst-launch-1.0 -v tcpclientsrc host=ptl.telepresence.fixme.ch port=1554 ! gdpdepay ! rtph264depay ! h264parse ! omxh264dec ! autovideosink sync=false; sleep 60; done" &
</pre>
512
edits