SYNOPSIS
目的 : 透過 gstreamer 將,picamera 的 stream 透過 rtmp 傳給 media-server
- 安裝主程式
- 安裝 pulgin 套件
- 下載 gst-rpicamsrc 編譯
- 推送 rtmp 到 media-server
- 觀看 live
gstreamer
- 主程式 :
apt-get install gstreamer1.0-tools
- plugin repo : use https://github.com/thaytan/gst-rpicamsrc
- 透過
apt-get install gstreamer1.0-tools
安裝的方式,無法抓取 picamera 的 stream
- 透過
- install dep
apt-get install autoconf automake libtool
apt-get install libgstreamer1.0-dev
apt-get install libgstreamer-plugins-base1.0-dev
apt-get install libraspberrypi-dev
- build gst-rpicamsrc
git clone https://github.com/thaytan/gst-rpicamsrc.git
cd gst-rpicamsrc/
./autogen.sh --prefix=/usr --libdir=/usr/lib/arm-linux-gnueabihf/
make
reboot
- start push stream
1 |
|
建立 media-server
- 可使用 nginx rtmp-module 進行架設, demo
觀看 live
- 可用 vlc 觀看 rtmp
- 或者用簡易版的 docker-player