Commit Graph

4082 Commits (ede1c34a25cffb7d34a0ce91a84ee6e33699cd4a)
 

Author SHA1 Message Date
winlin 598aaa5c98 detect the video/audio codec, only cache the h264/aac sequence header
winlin 2987a24877 add TODO for complex handshake
winlin 2ee913bd70 update comment TODO for sequence header and fast-startup caching last gop
winlin 9da31de1c1 support decode user control message. response ping automatically
winlin 0a92faf2e3 update timestamp comments
winlin b40d0467a8 time jitter detect and correct, very simple algorithm
winlin e31e3d601d time jitter detect and correct, very simple algorithm
winlin 2a346c2398 support send acknowledgement when recv message.
winlin 5d1d0ff8bb update help
winlin 3974cac46b update README
winlin a0a0da5f23 release v0.1, support FMLE/FFMPEG publish, vp6 codec live streaming
winlin dc7149595b support FMLE/FFMPEG publish vp6 codec, h264/aac not support yet
winlin 4199ff4346 support FMLE/FFMPEG publish vp6 codec, h264/aac not support yet
winlin 54b9c5d389 support FMLE/FFMPEG publish vp6 codec, h264/aac not support yet
winlin 444a45facd fix bug to accept FFMPEG streaming
winlin 150489af51 support ffmpeg publish
winlin 584a427c2e dispatch video/audio/data to consumers
winlin 0a0d33335a rename base message to ISrsMessage
winlin 52a454c41b rename base message to ISrsMessage
winlin d8a99dde52 rename SrsSharedMessage to SrsSharedPtrMessage
winlin cdd843a641 rename SrsMessage to SrsCommonMessage
winlin c64ed83378 add shared ptr to video/audio/data
winlin 5af377e41d add shared ptr message
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.