2014年6月24日

raspberrypi 摄像头 rtsp服务器

摘要: 1.获取树莓派的摄像头的视频源并且输出到 gstreamer中,并将数据传输到tcpserversink中,设定端口为5000 raspivid -t 0 -w 800 -h 600 -fps 25 -g 5 -b 4000000 -vf -n -o - | gst-launch-1.0 fdsr... 阅读全文

posted @ 2014-06-24 17:45 不懂不问 阅读(3710) 评论(0) 推荐(0) 编辑

gst-rtsp-server 转发rtsp流

摘要: //以下为rtsp的服务器A 1 #include 2 3 #include 4 #include 5 6 static gboolean 7 timeout (GstRTSPServer * server) 8 { 9 GstRTSPSessionPool *pool;10 11 ... 阅读全文

posted @ 2014-06-24 17:22 不懂不问 阅读(14276) 评论(0) 推荐(0) 编辑

编译 gstreamer的相关组件

摘要: 1 #!/bin/bash 2 3 # Create a log file of the build as well as displaying the build on the tty as it runs 4 exec > >(tee build_gstreamer.log) 5 exe... 阅读全文

posted @ 2014-06-24 17:14 不懂不问 阅读(1799) 评论(0) 推荐(0) 编辑

导航