Changes

Jump to: navigation, search

Telepresence

405 bytes added, 21:43, 30 July 2013
/* Video Streaming */
Issues:
* Client *must* be started first because of caps transmission
 
=== TCP ===
 
<pre>
pi@raspberrypi ~ $ raspivid -t 999999 -w 1080 -h 720 -fps 25 -hf -b 512000 -n -o - | gst-launch-1.0 -v fdsrc ! h264parse ! rtph264pay config-interval=1 pt=96 ! gdppay ! tcpserversink host=0.0.0.0 port=5000
pi@raspberrypi ~ $ gst-launch-1.0 -v tcpclientsrc host=fixme.telepresence.fixme.ch port=5000 ! gdpdepay ! rtph264depay ! h264parse ! omxh264dec ! autovideosink sync=false
</pre>
== CEC - TV Screen control through HDMI ==
513
edits