搜集的一些RTMP項目,有Server端也有Client端
睿豐德科技 專注RFID識別技術和條碼識別技術與管理軟件的集成項目。質量追溯系統、MES系統、金蝶與條碼系統對接、用友與條碼系統對接
查詢一些RTMP的協議封裝時找到了一些RTMP開源項目,在這里列舉一下,以后有時間或是有興趣可以參考一下:
just very few of them.
- 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/ 這個項目極其龐大,還沒有一些深入的了解