上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 29 下一页
摘要: The Little Redis Book https://www.openmymind.net/redis.pdf 1、redis服务端 1)redis编译wget http://download.redis.io/releases/redis-4.0.11.tar.gztar xvf redis 阅读全文
posted @ 2018-10-11 16:43 dong1 阅读(401) 评论(0) 推荐(0) 编辑
摘要: 1、采用的方案,资源 1)Flask-SocketIO https://github.com/miguelgrinberg/Flask-SocketIO 2)python-socketio-client https://github.com/veo-labs/python-socketio-clie 阅读全文
posted @ 2018-10-08 15:41 dong1 阅读(285) 评论(0) 推荐(0) 编辑
摘要: C++ Quick Guide https://www.tutorialspoint.com/cplusplus/cpp_quick_guide.htm Compiled Support sudo vim ~/.bashrc # alias for g++ support C++ standard 阅读全文
posted @ 2018-09-30 17:49 dong1 阅读(203) 评论(0) 推荐(0) 编辑
摘要: An ffmpeg and SDL Tutorial or How to Write a Video Player inLess Than 1000 Lines Page 1 2 3 4 5 6 7 End Prev Home Next UPDATE: This tutorial is up to 阅读全文
posted @ 2018-09-24 22:28 dong1 阅读(231) 评论(0) 推荐(0) 编辑
摘要: 一、free 1、安装绘图工具sudo apt-get install python-matplotlib2、开启dump采集系统监控数据./dump.sh &3、数据导入图形界面python plot.py dump.sh #!/bin/bash i=0; while true do i=`exp 阅读全文
posted @ 2018-09-18 11:23 dong1 阅读(162) 评论(0) 推荐(0) 编辑
摘要: 1、flask-examples https://github.com/miguelgrinberg/flask-examples http://www.bjhee.com/flask-ad1.html 2、flask-socketio https://github.com/miguelgrinbe 阅读全文
posted @ 2018-09-16 18:58 dong1 阅读(197) 评论(0) 推荐(0) 编辑
摘要: 正式下手之前,先跑个demo体验以下。 1、my first ai application https://sonnguyen.ws/first-ai-application/ https://github.com/thanhson1085/Hello-AI 找了个一个小ai应用,从上传的图片里识别 阅读全文
posted @ 2018-09-15 18:02 dong1 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 一、gb28181设备接入gb28181服务器总览 1、下载Hikvision Tools(含SADP、录像容量计算等工具) https://www.hikvision.com/cn/download_more_393.html?_blank 扫描摄像头,更改ip,与电脑在同一网段。 2、摄像头gb 阅读全文
posted @ 2018-09-15 09:29 dong1 阅读(3457) 评论(0) 推荐(1) 编辑
摘要: 一、传统的安防监控/流媒体音视频直播基本架构 A/V device 信号采集(yuv/rgb) > 转码(h264/265) > 网络推送(rtsp/rtmp/http/onvif/p2p) > nvr/dvr/proxy/relay server(局域网系统可以不用中转服务器) > 客户端播放器( 阅读全文
posted @ 2018-09-11 23:23 dong1 阅读(1481) 评论(0) 推荐(0) 编辑
摘要: 一、rtsp/rtmp/hls/onvif测试源 1、 rtsp rtsp://184.72.239.149/vod/mp4:BigBuckBunny_175k.mov 2、rtmp rtmp://live.hkstv.hk.lxdns.com/live/hks RTMP 在线测试地址(2019.0 阅读全文
posted @ 2018-09-02 21:09 dong1 阅读(3697) 评论(0) 推荐(0) 编辑
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 29 下一页