天行健,君子以自强不息!
发布时间:2014-03-05 14:51:07
方案一: 编译并安装即将源代码,打包->复制到新的机器 -> 解压包,并编译安装这样的方式肯定不好,会导致源代码到处都是,也不好做版本更新;方案二: 动态库复制与粘贴1. 将cmake/ 目录下的 crtmpserver/ 和 applications/按目录结构原样打包; 复制后放在新机器上的同一目录下(如/opt/crtmpserve.........【阅读全文】
发布时间:2014-01-27 10:58:42
Hank (http://blog.chinaunix.net/uid/26000296.html)版权所有,尊重他人劳动成果,转载时请注明作者和原始出处及本声明。一、简介crtmpserver(C++ RTMP Server)是高性能的流媒体服务器,支持以下协议(直播或录制): . 支持Flash(RTMP,RTMPE,RTMPS,RTMPS,RTMPT,RTMPTE) . 支持嵌入式设备:iPhone,Andr.........【阅读全文】
发布时间:2013-08-04 22:16:29
Protecting your streams from webpage copy&paste flash code, listing or recording保护流,防止在页面上被复制&粘贴,解析或录制by Rani 目录表 Table of ContentsI. 简要说明和目的 Brief description and our goalsII. 设置rtmpd服务器 Setting up rtmpd serverI.........【阅读全文】
发布时间:2013-07-31 21:26:18
A Powerful Live Streaming Setup搭建强大的直播系统Recently we had a project requiring live streaming setup, but wasn’t for sure what the load or client usage would be. The prerequisite was to be prepared for 1-1000 users watching the event live. Thus we developed this configuration to.........【阅读全文】
发布时间:2013-07-28 11:21:28
Tutorial: How to "live stream" a media file如何"直播"一个媒体文件I have tried a while to setup a free (open source etc.) live streaming solution which is able to stream “anything” to a flash frontend. The basic idea is to stream TV from v4l2 (and similar), but I also wanted to strea.........【阅读全文】