摘要:
下载nginx-http-flv-module https://gitee.com/mirrors/nginx-http-flv-module.git 将模块编译进NGINX ./configure --add-module=../nginx-http-flv-module make make in 阅读全文
摘要:
下载 wget http://nginx.org/download/nginx-1.10.3.tar.gz wget http://zlib.net/zlib-1.2.11.tar.gz wget https://ftp.pcre.org/pub/pcre/pcre-8.40.tar.gz wget 阅读全文
摘要:
查看版本 zxc@zxc-desktop:~$ cat /etc/nv_tegra_release # R32 (release), REVISION: 4.3, GCID: 21589087, BOARD: t186ref, EABI: aarch64, DATE: Fri Jun 26 04:3 阅读全文
摘要:
GStreamer视频播放 gst-launch-1.0 v4l2src device=/dev/video0 ! "video/x-raw,format=(string)UYVY, \ width=(int)1920, height=(int)1080" ! nvvidconv ! \ "vide 阅读全文
摘要:
官方帮助 http://wiki.veye.cc/index.php/CS-USB-IMX307/zh CS-USB-IMX307是一款性价比很高的USB摄像头模组.这个模组使用了SONY STARVIS系列的图像传感器 IMX307LQD-C 产品特性 1/2.8英寸200万像素 数据格式 : Y 阅读全文
摘要:
使用命令拉流播放测试 正常效果如下: 如果报如下错误: 解决办法: 代码拉流 编译: 如果报如下错误: 解决办法: 正常运行效果同上 本文用到 live555服务器live555MediaServer 阅读全文
摘要:
可以看到D-bus的对象、路径和方法 详见: https://wiki.deepin.org/wiki/D-Feet client.c server.c 编译 获取DBUS_SESSION_BUS_ADDRESS 设置环境变量 发送端和接收端都需要设置,而且要设置一致 使用dbus-monitor接 阅读全文
摘要:
下载地址 https://dbus.freedesktop.org/releases/dbus/ 编译安装 出现如下错误: 解决办法: 出现如下错误: 解决办法: 阅读全文
摘要:
系统提供了两个待处理文件a.txt和b.txt,其中文件 a.txt 中的部分内容如下:HelloMy Name is AliceWhat is your nameI am BobI came from ChinaWhere are you fromOh my God文件 b.txt 中的部分内容如下:Alice is a good boyBob is a nice man and he is o... 阅读全文
摘要:
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <title></title> <script src="jquery-1.11.1.min.js" type="text/javascript" ch 阅读全文