- 浏览: 229715 次
最新评论
-
Poechant:
zx246212 写道LZ写的好哇,再问个,GC一般选取多少个 ...
JVM 深入笔记(3)垃圾标记算法 -
zx246212:
LZ写的好哇,再问个,GC一般选取多少个基类呢?如果一个大的项 ...
JVM 深入笔记(3)垃圾标记算法 -
yljf1314:
高性能Web服务器Nginx的配置与部署研究(1)Nginx简介及入门示例
文章列表
Introduction to RTMFP
Author: 柳大·Poechant
Blog:blog.csdn.net/poechant
Email: zhongchao.ustc@gmail.com
Date: April 16th, 2012
1 What is RTMFP?
The SecureReal-TimeMediaFlowProtocol (RTMFP) is a proprietary protocol suite developed by Adobe Systems forencrypted, efficient multimedia delivery through ...
- 2012-04-16 01:08
- 浏览 457
- 评论(0)
OpenRTMFP/Cumulus Primer(8)CumulusServer主进程主循环分析
作者:柳大·Poechant(钟超)
博客:Blog.CSDN.net/Poechant
邮箱:zhongchao.ustc#gmail.com (# -> @)
日期:April 14th, 2012
该主循环在
- 2012-04-15 22:26
- 浏览 337
- 评论(0)
POCO库中文编程参考指南(7)Poco::Net::DatagramSocket
作者:柳大·Poechant
博客:Blog.CSDN.net/Poechant
邮箱:zhongchao.ustc#gmail.com (# -> @)
日期:April 15th, 2012
1 构造函数
创建一个未连接的 IPv4 数据报 Socket:
- 2012-04-15 21:23
- 浏览 427
- 评论(0)
POCO库中文编程参考指南(6)Poco::Timestamp
作者:柳大·Poechant
博客:Blog.CSDN.net/Poechant
邮箱:zhongchao.ustc#gmail.com (# -> @)
日期:April 15th, 2012
1 类型别名
三个时间戳相关的类型别名,
- 2012-04-15 05:37
- 浏览 487
- 评论(0)
POCO库中文编程参考指南(5)Poco::Net::SocketAddress
作者:柳大·Poechant
博客:Blog.CSDN.net/Poechant
邮箱:zhongchao.ustc#gmail.com (# -> @)
日期:April 14th, 2012
1 枚举
最大地址长度,这个与
- 2012-04-15 05:35
- 浏览 564
- 评论(0)
POCO库中文编程参考指南(4)Poco::Net::IPAddress
作者:柳大·Poechant
博客:Blog.CSDN.net/Poechant
邮箱:zhongchao.ustc#gmail.com (# -> @)
日期:April 14th, 2012
1 Poco::Net::IPAddress
地址最大长度,IPv4 是 in_addr 的长度,IPv6 是 in6_addr 的长度
- 2012-04-15 00:52
- 浏览 596
- 评论(0)
POCO库中文编程参考指南(3)Poco::Net::Socket
作者:柳大·Poechant
博客:Blog.CSDN.net/Poechant
邮箱:zhongchao.ustc#gmail.com (# -> @)
日期:April 14th, 2012
1 SelectMode
- 2012-04-15 00:13
- 浏览 241
- 评论(0)
POCO库中文编程参考指南(2)基本数据类型
作者:柳大·Poechant
博客:Blog.CSDN.net/Poechant
邮箱:zhongchao.ustc#gmail.com (# -> @)
日期:April 14th, 2012
基本类型在
- 2012-04-14 23:25
- 浏览 433
- 评论(0)
POCO库中文编程参考指南(1)总览
作者:柳大·Poechant
博客:Blog.CSDN.net/Poechant
邮箱:zhongchao.ustc#gmail.com (# -> @)
日期:April 14th, 2012
- 2012-04-14 23:10
- 浏览 500
- 评论(0)
OpenRTMFP/Cumulus Primer(7)CumulusServer 启动流程分析(续3)
作者:柳大·Poechant(钟超)
博客:Blog.CSDN.net/Poechant
邮箱:zhongchao.ustc#gmail.com (# -> @)
日期:April 14th, 2012
1 回顾一下启动过程
从 main.cpp 的启动入口
- 2012-04-14 19:20
- 浏览 392
- 评论(0)
OpenRTMFP/Cumulus Primer(6)CumulusServer启动流程分析(续2)
作者:柳大·Poechant(钟超)
博客:Blog.CSDN.net/Poechant
邮箱:zhongchao.ustc#gmail.com (# -> @)
日期:April 14th, 2012
1 main.cpp 中的
- 2012-04-14 17:54
- 浏览 520
- 评论(0)
OpenRTMFP/Cumulus Primer(3)图解CumulusEdge原理
作者:柳大·Poechant
博客:Blog.CSDN.net/Poechant
邮箱:zhongchao.ustc@gmail.com
日期:April 9th, 2012
声明:
本文的图片来自OpenRTMFP/Cumlus开源项目主页
转载请注明来自柳大的CSDN博客 Blog.CSDN.net/Poechant
OpenRTMFP/Cumulus Primer(5)CumulusServer启动流程分析(续1)
作者:柳大·Poechant(钟超)
博客:Blog.CSDN.net/Poechant
邮箱:zhongchao.ustc#gmail.com (# -> @)
日期:April 14th, 2012
1 CumulusServer 是 ServerApplication 的子类
ServerApplication 对其子类有如下要求:
- 2012-04-14 16:34
- 浏览 579
- 评论(0)
OpenRTMFP/Cumulus Primer(2)用Lua编写HelloWorld应用扩展CumulusServer
作者:柳大·Poechant
博客:Blog.csdn.net/poechant
邮箱:zhongchao.ustc@gmail.com
日期:April 10th, 2012
下面的这个实例是在本地(Client与Server位于同一机器上)测试的。
1 Server-side
1.1 Server configuration:
; CumulusServer.ini ...
OpenRTMFP/Cumulus Primer(1)入门介绍与部署CumulusServer
作者:柳大·Poechant
博客:Blog.csdn.net/poechant
邮箱:zhongchao.ustc@gmail.com
日期:April 10th, 2012
1 背景介绍
OpenRTMFP 可以帮助你实现 Flash 的实时应用的高并发扩展,OpenRTMFP/Cumulus 是基于 GNU General Public License 的。
OpenRTMFP: Real Time Media Flow Protocol
POCO: POrta ...