Mar 22, 2022
ReadingNotes,
FFMpeg,
Linux,
Video
RTSP的URL地址格式是: rtsp://$(IP):$(PORT)/user=$(USER)&password=$(PWD)&channel=$(Channel)&stream=$(Stream).sdp?real_stream 在确认能够收到流之后(如使用VLC),可以使用FFMPEG来录制流[1] apt install FFmpeg -y RTSP="rtsp://127.0.0.1:554/user=user&password=password&channel=Channel&stream=Stream.sdp?real_stream" ffmpeg -rtsp_transport tcp -i $RTSP -vcodec copy -r 1 -t 60 -y $(TZ=UTC-8 date
...
Jul 31, 2020
Linux,
fastnetmon,
Grafana,
NetFlow,
pmacct
最近由于苦于公司已有的监控系统存在太多的问题,各种流程又太过缓慢,所以干脆考虑自己从头建一套新的监控,在大家还没从官僚的流程中反应过来的时候
...
May 17, 2016
Linux,
Distribution,
SmokePing,
Tutorial
在 a.external { background: url('/images/external.png') no-repeat 100% 0; background-size: 14px 14px; padding-right: 16px; } 前一篇文章中,简单的介绍了如何在Ubuntu 14.04中安装smokePing,安装之后smokePing是以单
...
May 10, 2016
Linux,
SmokePing,
Ubuntu
SmokePing是rrdtool的作者Tobi Oetiker的作品,是用Perl写的,主要是监视网络性能,包括常规的ping,用echop
...
Mar 16, 2022
FFMpeg,
Linux,
OpenShift
We, ProjectMercury, recently wanted to move encoding jobs into OpenShift to make our workflow more efficiently. After some effort, we made it work. Here is a quick note of the process
Pre-requests:
git rhc I assume you already have both of them
After sshed into your openshift virtual machine. Using following commands to install ffmpeg
cd $OPENSHIFT_DATA_DIR mkdir bin wget http://www.tortall.net/projects/yasm/releases/yasm-1.2.0.tar.gz wget http://ffmpeg.org/releases/ffmpeg-2.0.1.tar.gz tar -xvf yasm-1.2.0.tar.gz cd yasm-1.2.0 .
...
Mar 16, 2022
Linux,
Ubuntu,
openDCIM
a.external { background: url('/images/external.png') no-repeat 100% 0; background-size: 14px 14px; padding-right: 16px; } 中文版链接 What is openDCIM openDCIM is a free web-based Data Center Infrastructure Management application. DCIM means many different things to many different people, and there is a multitude of commercial applications available. The number one goal for openDCIM is to eliminate the excuse for anybody to ever track their data center inventory using
...
Jan 27, 2015
Linux,
Tutorial,
Ubuntu,
openDCIM
a.external { background: url('/images/external.png') no-repeat 100% 0; background-size: 14px 14px; padding-right: 16px; } English version link openDCIM简介 openDCIM是一个免费且开源的数据中心(你也可以说“机房”这个名词=_=)基础网络管
...