首页
社区
课程
招聘
[旧帖] 需要一个支持rtmp协议,并且支持afm解析的库 0.00雪花
发表于: 2016-6-20 10:34 5692

[旧帖] 需要一个支持rtmp协议,并且支持afm解析的库 0.00雪花

2016-6-20 10:34
5692
搞脱机用

需要一个支持rtmp协议,并且支持afm解析的库

需要模拟rtmp协议。怎么握手,怎么调用远程函数,怎么接收服务器的函数调用。
需要一个直接能用的库,裸写太蛋疼了

[注意]传递专业知识、拓宽行业人脉——看雪讲师团队等你加入!

收藏
免费 0
支持
分享
最新回复 (2)
雪    币: 2844
活跃值: (2648)
能力值: ( LV6,RANK:80 )
在线值:
发帖
回帖
粉丝
2
Red5 only contains a server-implementation (in java).
The python project rtmpy aims to be a free
software implementation of an RTMP library, whilst Tape intends to be a full
streaming server (in Python). rtmpy is in active development.
There is a java client implementation of RTMP, called Flazr.
As of 2nd June 2009 (just two weeks after Adobe issued the take-down notice),
Flazr also has RTMPE support.
Congratulations to Peter, and thank you to Adobe: none of this would have
remotely happened, if you hadn't brought RTMPE to people's attention.
SWFDec has a partial and experimental implementation of RTMP.
swfdec is client-only.
Gnash has a partial and experimental implementations of RTMP.
Gnash has both client and server, sharing the same common source. Cygnal
is making particularly good progress, as a server: video can already be
streamed from it, with real-time video planned for Q3 2009.
libRTMP by boxee contains an RTMP client library, and was used as
the basis for rtmpdump.
haxeVideo is a server implementation of RTMP in Haxe.
crtmpserver is a server implementation of RTMP that has implemented
(as of 25th may 2009) the RTMPE protocol.
Mammoth, formerly known as OpenFMS, is a server implementation
that has implemented an RTMPE-compatible algorithm known as
"H264-compatible and DH handshaking".
RubyIzumi is an implementation of an RTMP server in Ruby.
rtmpdump 此项目是第一个突破RTMPE加密协议的,但因为破解了RTMPE所以惹恼了ADOBE,这个开源项目在SourceForge里已经没有了。但是作者的页面还保留有链接和代码。
http://rtmpd.com/ 这个项目极其庞大,还没有一些深入的了解


http://blog.csdn.net/k1988/article/details/4744040
2016-6-20 11:59
0
雪    币: 12848
活跃值: (9147)
能力值: ( LV9,RANK:280 )
在线值:
发帖
回帖
粉丝
3
目前用的自己写的amf解析库(从librtmp改造成C++版本的)。
librtmp不是很好用还是建议LZ自己写一套
2016-6-20 14:59
0
游客
登录 | 注册 方可回帖
返回
//