Commit Graph

59 Commits (940d2f02eb6149fcd93b2a6e338cf8bbf2484e56)
 

Author SHA1 Message Date
winlin 940d2f02eb basic media cache framework
winlin a24d0ecf0c support decode onMetaData.
winlin ed371d6e7e support FMLE publish streaming
winlin 33c586181d support fmle publish. fix bug of rtmp chunk stream.
winlin e598616e14 fix objectEncoding bug, default to AMF0, change to AMF3 if required.
winlin 99aa8bc087 support FMLE releaseStream, FCPublish
winlin 58a54176f7 support onStatus, RtmpSampleAccess, DataStart
winlin adc382ad48 support set chunk size, PCUC 4bytes packets
winlin af5961432d support createStream and play, identity the play client
winlin 0818677637 update readme.
winlin 5475d0e435 support ack size.
winlin 2e590e18f4 fix bug of send rtmp message
winlin 1beee1e970 support ecma array. connect app response.
winlin 8283ed465a support encode amf0 packet, connect app response packet
winlin 57dd58d557 send set peer bandwidth packet.
winlin 2abfcee10f support set ack window size.
winlin 1047e06bf3 encode packet and send out
winlin a2d2fa1a25 log the req.
winlin 02e30e490d update readme
winlin bd64ae8257 refine the protocol and amf0, extract the template method as global static method
winlin 2c53134bbb connect vhost/app packet decoded.
winlin df400ef1c5 connect vhost/app packet decoded.
winlin 2886672347 amf0 object decode framework
winlin 810bb6ba38 decode amf0 string
winlin a638ebd1c6 decode the amf0 command message: connect.
winlin 63bf9e112d decode the amf0 command message: connect.
winlin 25468e4ff8 refine buffer read socket logic.
winlin 496c5ecfde add amf0 decode framework.
winlin f5672998fd expect rtmp packet which decoded from message payload
winlin bf5378434f decode chunk stream to RTMP message
winlin 2625ecc151 decode message header
winlin f730ccbf9f decode basic header
winlin 393e32ee0f add rtmp specification
winlin bd66702299 add rtmp specification
winlin 9541ac1e35 add log macro use __PRETTY_FUNCTION__ for c++
winlin 49a7cb9afb refine comments.
winlin 56e78bdf6f add comments. refine naming
winlin a323483bea add protocol stack
winlin fbe6e061c0 simple handshake(specified by rtmp protocol v1.0) success
winlin 3976a17841 add auto free. recv c0c1
winlin 0609eeb7c8 add socket rtmp and buffer. rename logs
winlin d4b6178f0f get peer ip and add rtmp class
winlin 96e1de255c close fd when delete connection object
winlin 973bea1e14 extract the rtmp connection
winlin d8a64603c0 support listen and accept framework
winlin 5b02f9c78b init st, add error code
winlin eb3b824e6c rename upp project
winlin a4c5f94b15 add copyright info
winlin 78c69016ba add srs_core.cpp
winlin 67d96fcab4 add log