Changes

Jump to: navigation, search

Telepresence

470 bytes added, 21:37, 30 July 2013
3. Configure /etc/rc.local to launch processes during startup:
 
=== RTSP ===
<pre>
PTL raspi must use rtsp://fixme.telepresence.fixme.ch:1554/ instead.
 
Issues:
* NAT...
 
=== UDP ===
 
<pre>
pi@raspberrypi ~ $ gst-launch-1.0 -v udpsrc port=5000 ! gdpdepay ! rtph264depay ! h264parse ! omxh264dec ! autovideosink
pi@raspberrypi ~ $ raspivid -t 999999 -w 1080 -h 720 -fps 25 -hf -b 1000000 -n -o - | gst-launch-1.0 -v fdsrc ! h264parse ! rtph264pay config-interval=1 pt=96 ! gdppay ! udpsink host=127.0.0.1 port=5000 force-ipv4=true
</pre>
 
Issues:
* Client *must* be started first because of caps transmission
== CEC - TV Screen control through HDMI ==
512
edits