上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 43 下一页
摘要: 安裝Nginx https://www.vultr.com/docs/setup-nginx-rtmp-on-ubuntu-14-04 安裝完成後,Nginx的安装在/usr/local/nginx底下 安裝PHP 修改PHP設定檔/etc/php5/fpm/php.ini,找到cgi.fix_pa 阅读全文
posted @ 2017-03-01 16:47 Tinywan 阅读(2323) 评论(0) 推荐(0)
摘要: 源码地址:https://github.com/Tinywan/PHP_Experience 测试环境配置: PHP 的命令行模式 从版本 4.3.0 开始,PHP 提供了一种新类型的 CLI SAPI(Server Application Programming Interface,服务端应用编程 阅读全文
posted @ 2017-02-26 09:04 Tinywan 阅读(3181) 评论(0) 推荐(0)
摘要: Visual Studio代码是一个轻量级但功能强大的源代码编辑器,可在您的桌面上运行,适用于Windows,macOS和Linux。它内置对JavaScript,TypeScript和Node.js的支持,并且具有丰富的其他语言(如C ++,C#,Python,PHP,Go)和运行时(例如.NET 阅读全文
posted @ 2017-02-24 22:40 Tinywan 阅读(1325) 评论(0) 推荐(0)
摘要: 下载Composer: curl -sS https://getcomposer.org/installer | php 安装Composer: /usr/bin/php composer.phar --version 设置全局命令: sudo mv composer.phar /usr/local 阅读全文
posted @ 2017-02-22 13:10 Tinywan 阅读(1687) 评论(0) 推荐(0)
摘要: https://github.com/astaxie/build-web-application-with-golang/blob/master/zh/01.2.md Windows 环境: 下面我就以mymath为例来讲述如何编写应用包: 新建文件sqrt.go,内容如下: 在默认的src文件夹下 阅读全文
posted @ 2017-02-21 18:47 Tinywan 阅读(5790) 评论(0) 推荐(0)
摘要: H.264有四种画质级别,分别是baseline, extended, main, high: 1、Baseline Profile:基本画质。支持I/P 帧,只支持无交错(Progressive)和CAVLC; 2、Extended profile:进阶画质。支持I/P/B/SP/SI 帧,只支持 阅读全文
posted @ 2017-02-16 10:02 Tinywan 阅读(20683) 评论(0) 推荐(0)
摘要: 背景知识 先科普一下profile&level。(这里讨论最常用的H264) H.264有四种画质级别,分别是baseline, extended, main, high: 1、Baseline Profile:基本画质。支持I/P 帧,只支持无交错(Progressive)和CAVLC; 2、Ex 阅读全文
posted @ 2017-02-15 16:29 Tinywan 阅读(28878) 评论(0) 推荐(3)
摘要: 摄像头输入: Video: h264 (Main), yuvj420p, 640x480 [SAR 1:1 DAR 4:3], 25 fps, 25 tbr, 90k tbn, 50 tbc Audio: pcm_alaw, 8000 Hz, mono, s16, 64 kb/s 摄像头ffmpeg 阅读全文
posted @ 2017-02-15 10:52 Tinywan 阅读(1478) 评论(0) 推荐(0)
摘要: Linux下搭建nginx+php+memached(LPMN)的时候,nginx.conf中配需要配置fastCGI,php需要安装php-fpm扩展并启动php-fpm守护进程,nginx才可以解析php脚本。那么,这样配置的背后原理是什么?nginx、fastCGI、php-fpm之间又有什么 阅读全文
posted @ 2017-02-14 10:04 Tinywan 阅读(881) 评论(0) 推荐(0)
摘要: github:https://github.com/revmischa/rtsp-server 轻量级RTSP / RTP流媒体服务器 阅读全文
posted @ 2017-02-14 10:01 Tinywan 阅读(8046) 评论(0) 推荐(0)
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 43 下一页