LiveVideo

Aus ChaosChemnitz
Zur Navigation springen Zur Suche springen
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Blabla

Hardware Anzahl Stuff owner 4x Headset __20h__ -->chch 4x Usb-Audio __20h__ -->chch 3x Raspberry2 B __20h__ 1x Raspberry2 B TzTz 1x PiCam 1.3 __20h__ 1x PiCam 1.3 NoIr TzTz 3x Raspberry case __20h__ 1x 5V Powersupply __20h__ 1x 16GB µSD-card __20h__ 1x 16GB µSD-card TzTz 1x 8GB µSD-card TzTz 1x 8GB µSD-card __20h__

1x RocketM2 TzTz ?1x RocketM2 Florz 4x Annta Florz

5x AC AP Ubiquiti chch 2x grüner Rucksack chch

1x lm2596 dc-dc Simon 1x lm2596 dc-dc TzTz


Software Pc Videoausgabe nc -l -p 5001 | mplayer -fps 50 -demuxer h264es -

Pi Videoausgabe nc -l -p 5001 | omxplayer /dev/stdin omxplayer --fps 24 --live tcp://@172.23.92.65:5000 -s -r

Pi Videoeingang Webcam cvlc v4l2:///dev/video0:chroma=h264:width=1280:height=720 --sout "#std{access=file,mux=ts,dst='-'}" | nc 172.23.92.65 5001

Pi Videoeingang PiCam cvlc -v v4l2:///dev/video0:chroma="H264":width=1024:height=570:fps=30 --sout="#rtp{sdp=rtsp://:8554/live}" --rtsp-timeout=-1

gst-launch-1.0 -v -e uvch264src ltr-buffer-size=5 ltr-encoder-control=5 initial-bitrate=4000000 average-bitrate=2000000 peak-bitrate=4000000 max-mbps=500000 iframe-period=2000 device=/dev/video0 name=src auto-start=true src.vidsrc ! video/x-h264,width=1280,height=720,framerate=15/1,profile=high ! queue ! h264parse ! mpegtsmux ! queue! tcpserversink host=172.23.92.65 port=5000


Pi Audioausgabe gst-launch-1.0 -v udpsrc port=5003 caps="application/x-rtp" ! queue ! rtppcmudepay ! mulawdec ! audioconvert ! queue ! audioresample! alsasink device=hw:1 gst-launch-1.0 -v udpsrc port=5002 caps="application/x-rtp" ! rtpjitterbuffer latency=20 do-lost=True ! rtpopusdepay ! opusdec plc=true ! alsasink device=hw:1


Pi Audioeingang gst-launch-1.0 -vv alsasrc device=plughw:2,0 ! audioresample ! mulawenc ! rtppcmupay ! udpsink host=172.23.92.65 port=5003 besser gst-launch-1.0 -vv alsasrc device=plughw:2,0 ! queue ! audioconvert ! audioresample ! opusenc ! rtpopuspay ! udpsink host=172.23.92.188 port=5003