출처 : http://www.raspberry-projects.com/pi/pi-hardware/raspberry-pi-camera/streaming-video-using-gstreamer
Streaming Video Using gstreamer
gstreamer allows you to stream video with very low latency – a problem with VLC currently. The catch is that you need need gstreamer on the client used to view the stream. gstreamer is a development framework not a media player and there isn't a way to stream so that common players such as VLC can display the stream (without users having to install complex plugins). So, gstreamer can provide an excellent low latency video link, which is great if you are techy enough to set it up at both ends, but its no good if you want to directly stream so that Joe public can see the video on a web site for instance.
Setting Up The Raspberry Pi To Use gstreamer
You need to edit the sources.list file so enter:
and add the following to the end of the file:
Press CTRL+X to save and exit
Now run an update (which will make use of the line just added):
Now install gstreamer
To Stream The Video From the Raspberry Pi
Enter this on the command lne:
Change YOUR_RPI_IP_ADDRESS to be the IP address of your RPI.
To View The Stream
There's a lot of resources around for this. Seems to be pretty easy on Linux, OK on a MAC and harder on Windows. Apparently streaming from RPi to PRi works really well.
'라즈베리파이(RPI)' 카테고리의 다른 글
[관심][버섯] QtonPi - Qt RaspberryPi (0) | 2014.11.21 |
---|---|
[관심][펌] Introducing Qt Enterprise Embedded (aka Boot to Qt) (0) | 2014.11.21 |
[버섯돌이의 라즈베리 기초] 02 개발을 위한 SSH 환경 꾸미기 (0) | 2014.11.21 |
[추천][펌] 파이카메라 활용강좌 : 라즈베리파이 PI-CAM V4L2(VIDEO4LINUX2) 설치 (0) | 2014.11.21 |
[버섯]라즈베리 파이 부팅속도 (0) | 2014.11.21 |