一、简介
百度。
这里是我入坑的学习资料《GStreamer应用开发手册学习笔记之二》:
https://blog.csdn.net/fireroll/article/details/46859973
这里可参阅一些GStreamer安装、shell命令行:
https://www.cnblogs.com/dong1/p/10423743.html
这里是我参考的gstreamer接入rtsp博客《gstreamer如何接入RTSP流(IP摄像头)的代码范例》:
https://blog.csdn.net/quantum7/article/details/82151637?utm_source=blogxgwz0
二、安装
版本GStreamer-1.14.5
sudo apt install \
libssl1.0.0 \
libgstreamer1.0-0 \
gstreamer1.0-tools \
gstreamer1.0-plugins-good \
gstreamer1.0-plugins-bad \
gstreamer1.0-plugins-ugly \
gstreamer1.0-libav \
libgstrtspserver-1.0-0 \
libjansson4=2.11-1
三、命令行
gstreamer调用摄像头并显示:
gst-launch-1.0 rtspsrc location="rtsp://admin:admin123@192.168.1.106:554/cam/realmonitor?channel=1&subtype=0" ! rtph264depay ! avdec_h264 ! autovideosink
或:gst-launch-1.0 rts


3362

被折叠的 条评论
为什么被折叠?



