GStreamerの使い方

GStreamerのエレメントをつないでパイプラインを組み立てるには - ククログ(2014-07-22)

とりあえず動いたバージョン

受信側 gst-launch-1.0 udpsrc port=1234 caps="application/x-rtp, media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264" ! rtph264depay ! avdec_h264 ! autovideosink sync=false & gst-launch udpsrc port=1235 caps="application/…

Gstream 音声+映像 ストリーミg

signal-flag-z.blogspot.com TKJ Electronics » How to stream video and audio from a Raspberry Pi with no latency The streaming script: #!/bin/bash -eserverIp=$(ifconfig | grep -E 'inet.[0-9]' | grep -v '127.0.0.1' | awk '{ print $2}')clientI…

Gstream command

gst-launch-1.0 v4l2src ! videoconvert ! omxh264enc ! rtph264pay pt=96 config-interval=1 ! udpsink host=$1 gst-launch-1.0 udpsrc port=1234 caps="application/x-rtp, media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264" ! rt…

Gstream研究

あしたのオープンソース研究所: GStreamer - ククログ(2010-01-11) hammmm.hatenablog.com oss.infoscience.co.jp hammmm.hatenablog.com qiita.com

JJY emission on RPI

itpro.nikkeibp.co.jp

RPI3 動画配信関連

qiita.com qiita.com 街角のリブロガー: Raspberry Pi用にGStreamer 1.4をコンパイルする min117.hatenablog.com

Raspberry pi 3 dd on linux

Linux(Ubuntu)で、RaspberryPiのSDカードをインストールする方法 Linux(Ubuntu)で、RaspberryPiのSDカードをインストールする方法 - Qiita