luni, 23 octombrie 2017

Live Streaming Raspberry Pi Camera to Windows PC

http://bit.do/dRoVU Hidden sale page at StreamAxia.
In this video I show you how to live stream with your raspberry pi camera to your Windows PC over a local area network using GStreamer. The stream works VERY well. I could stream high definition video with about 0.2s latency. You can also use this method with Mac OS X or Ubuntu but the installation is different. Windows batch script: @echo off cd C:\gstreamer\1.0\x86_64\bin gst-launch-1.0 -e -v udpsrc port=5000 ! application/x-rtp, payload=96 ! rtpjitterbuffer ! rtph264depay ! avdec_h264 ! fpsdisplaysink sync=false text-overlay=false Raspberry Pi Bash Script: #!/bin/bash clear raspivid -n -t 0 -rot 270 -w 960 -h 720 -fps 30 -b 6000000 -o - | gst-launch-1.0 -e -vvvv fdsrc ! h264parse ! rtph264pay pt=96 config-interval=5 ! udpsink host=***YOUR_PC_IP*** port=5000 Music from http://www.freestockmusic.com/2013/electronic-production-music/free-electronic-trance-stock-music-trance-candy/ Here are some third party blogs with similar setup instructions: http://robogoby.blogspot.com.au/2014/01/raspi-camera-gstreamer-10-w-windows-7.html http://pi.gbaman.info/?p=150 http://www.raspberry-projects.com/pi/pi-hardware/raspberry-pi-camera/streaming-video-using-gstreamer

Niciun comentariu:

Trimiteți un comentariu