4 Star 1 Fork 6

freeman1974/livefeng

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
RELEASE 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
freeman1974 提交于 2016-06-17 18:32 . init
Release notes for feng 2.1rc1
This release enjoys almost a full rewrite of the network layer including a more
compliant (and strict) rtsp parser, a new state machine and an eventloop driven core. The media parser layer is now using the glib threading facility to offload the io intensive task of parsing to worker threads spawned ad hoc.
The old bufferpool got replaced with a more robust implementation of shared
queues called bufferqueue, as result the shared memory access system got
replaced by a simpler system using the posix message queues. Since this feature
isn't available in certain systems (namely macosx) we are more than willing to
accept a more portable implementation using unix sockets maintaining the same
semantics.
The better structure layout made feng consume less memory per request and
overall it should work better in constrained environments than before.
Some less tested features like sctp got fixed thanks to our user feedback and
support. Now it should be considered a first class citizen along the other
transports (pending somebody willing to help us standardize it's usage).
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/freeman1974/livefeng.git
git@gitee.com:freeman1974/livefeng.git
freeman1974
livefeng
livefeng
master

搜索帮助