Commit Graph

1541 Commits (ba5b3b92b18b2d3adb89958530bd113e706b77d1)

Author SHA1 Message Date
winlin 235e3cc120 add comments for PES packet length is 0 11 years ago
winlin 2c4c91d821 convert format to unix 11 years ago
winlin 145eb7bf29 convert ts_info to unix format 11 years ago
winlin 14211d884a add comments for ts_info 11 years ago
winlin cdd548004c rename ts_info.cpp to ts_info.cc 11 years ago
winlin 37e53f3735 add ts PCR analysis, the tool MPEG-2-ts-packet-analysis.2.4.5.0 decode PCR wrong 11 years ago
winlin 71015dc4a1 fix bug of aac demux, make same to ffmpeg, demux success 11 years ago
winlin c7e5bc0264 add ffmpeg demuxed dts/pts doc 11 years ago
winlin 26c24b7bdc add ts dts/pts analysis 11 years ago
winlin 08d745f1cf remove the flv muxer 11 years ago
winlin 21b962e9ff rename ts to mpegts, for github parse the *.ts as typedscript 11 years ago
winlin f70894d2c3 demux aac from ts and write to file.aac 11 years ago
winlin a0ecc5a305 finger out the PES_packet_length is 0 11 years ago
winlin dc7f2cff86 remove the unused h264 enums 11 years ago
winlin 3913e46ba5 fix bug of ts_info 11 years ago
winlin af5ce26746 finger out the ts audio/video package for AACADTS and H264NAL 11 years ago
winlin 54a1116f7a add ts analysis file 11 years ago
winlin 974af0605b fix protocol decode PCUC packet bug, requires 4bytes 11 years ago
winlin bc8828a7de update the random generater 11 years ago
winlin 4bba9ddcbb add ts_info doc 11 years ago
winlin c350a182b7 link the -lcrypto 11 years ago
winlin d1e20dc866 fix the global static instance error, use function to get server 11 years ago
winlin c79372417d parse the aac ADTS packets, add h264 doc 11 years ago
winlin f667351095 add aac specification, iso-13818-7 11 years ago
winlin 1ae03a2ba0 parse video/audio message 11 years ago
winlin 6b75390476 add Makefile for ts_info 11 years ago
winlin 6d4e4d3da2 update the ts_info, parse the PES packet 11 years ago
winlin b2fe7fb8a1 update ts_info, parse the PES packet dts/pts. 11 years ago
winlin a47a53f271 update the ts_info parse the PMT and PES header 11 years ago
winlin 89332789d1 update ts_info, parse header, adaption field and PAT 11 years ago
winlin 611d2a7e46 update ts_info, parse header, adaption field and PAT 11 years ago
winlin 741564b809 add reference doc from vb 11 years ago
winlin c621be2247 add ts_info.cpp for HLS research 11 years ago
winlin 732b2bbc6e add hls specification 11 years ago
winlin d06d83fb96 add rtmp players 11 years ago
winlin 8745ab542b add rtmp players 11 years ago
winlin ff565c4d9b fix bug of amf0 decode 11 years ago
winlin bf1113dad7 add log for update video/audio sequence header 11 years ago
winlin 687d190da1 reset the audio sample size and video frame size when unpublish 11 years ago
winlin 0645f5e927 calc the delta for time jitter for video 11 years ago
winlin 8f528ae5b2 v0.4 released. 12500 lines. 11 years ago
winlin b855caa045 refine handshake, pithy print clock 11 years ago
winlin 3669419e4c support config and reload the pithy print. 11 years ago
winlin 6c3b5943e9 add reload config comments for config. 11 years ago
winlin 0813104c6e support reload config(vhost and its detail). 11 years ago
winlin aef2fe9db5 support reload config(vhost and its detail). 11 years ago
winlin 68ccd7eb64 support reload config(listen and chunk_size) by SIGHUP(1). 11 years ago
winlin ed3525056c support config the chunk_size. 11 years ago
winlin c78af697a1 support pause for live stream. 11 years ago
winlin c77695ce55 add comments for extended-timestamp, always send the extended-timestamp even chunk type=0x03 11 years ago
winlin 883b054f9d update readme. 11 years ago
winlin 6e62efb9e6 update readme. 11 years ago
winlin 751323fac8 release v0.3, 11773 lines 11 years ago
winlin 58d9677ddd support vhosts specified config. 11 years ago
winlin 9f94f891ad delete the cache when unpublish, when publish the encoder will update it 11 years ago
winlin a5339c2a27 refine socket buffer, append bytes to vector directly 11 years ago
winlin c0b6982e0d support listen multiple ports. 11 years ago
winlin 2aa15a1134 support nginx-style config file 11 years ago
winlin 8ee307b0b4 update configure, try to detect the tools 11 years ago
winlin a1a3a2eef9 add macro to disable the srs_trace 11 years ago
winlin b4427877f7 support pithy print log message specified by stage. 11 years ago
winlin 293399dcf5 fix bug of time jitter correcter 11 years ago
winlin 3aa6be8645 fix the timestamp bug. correct the audio diff by audiosamplerate 11 years ago
winlin 3accc969ab update the signature of server 11 years ago
winlin 3c8e1f8ff7 fix bug of extended-timestamp, support librtmp/ffmpeg publish 11 years ago
winlin 0ed8807727 support cache last gop for video 11 years ago
winlin 359c7da19b support flash publish 11 years ago
winlin 6d385f15a7 refine code, add todo command 11 years ago
winlin 24a54a40e8 refine code, add prefix srs 11 years ago
winlin 53a668e34d support h264/avc codec by rtmp complex handshake(SrsComplexHandshake) 11 years ago
winlin f0f4837a97 define the structs for c0c1 complex handshake 11 years ago
winlin e6ca039dd6 add rtmp complex handshake classes 11 years ago
winlin 598aaa5c98 detect the video/audio codec, only cache the h264/aac sequence header 11 years ago
winlin 2987a24877 add TODO for complex handshake 11 years ago
winlin 2ee913bd70 update comment TODO for sequence header and fast-startup caching last gop 11 years ago
winlin 9da31de1c1 support decode user control message. response ping automatically 11 years ago
winlin 0a92faf2e3 update timestamp comments 11 years ago
winlin b40d0467a8 time jitter detect and correct, very simple algorithm 11 years ago
winlin e31e3d601d time jitter detect and correct, very simple algorithm 11 years ago
winlin 2a346c2398 support send acknowledgement when recv message. 11 years ago
winlin 5d1d0ff8bb update help 11 years ago
winlin a0a0da5f23 release v0.1, support FMLE/FFMPEG publish, vp6 codec live streaming 11 years ago
winlin 54b9c5d389 support FMLE/FFMPEG publish vp6 codec, h264/aac not support yet 11 years ago
winlin 444a45facd fix bug to accept FFMPEG streaming 11 years ago
winlin 150489af51 support ffmpeg publish 11 years ago
winlin 584a427c2e dispatch video/audio/data to consumers 11 years ago
winlin 0a0d33335a rename base message to ISrsMessage 11 years ago
winlin 52a454c41b rename base message to ISrsMessage 11 years ago
winlin d8a99dde52 rename SrsSharedMessage to SrsSharedPtrMessage 11 years ago
winlin cdd843a641 rename SrsMessage to SrsCommonMessage 11 years ago
winlin c64ed83378 add shared ptr to video/audio/data 11 years ago
winlin 5af377e41d add shared ptr message 11 years ago
winlin 940d2f02eb basic media cache framework 11 years ago
winlin a24d0ecf0c support decode onMetaData. 11 years ago
winlin ed371d6e7e support FMLE publish streaming 11 years ago
winlin 33c586181d support fmle publish. fix bug of rtmp chunk stream. 11 years ago
winlin e598616e14 fix objectEncoding bug, default to AMF0, change to AMF3 if required. 11 years ago
winlin 99aa8bc087 support FMLE releaseStream, FCPublish 11 years ago
winlin 58a54176f7 support onStatus, RtmpSampleAccess, DataStart 11 years ago
winlin adc382ad48 support set chunk size, PCUC 4bytes packets 11 years ago
winlin af5961432d support createStream and play, identity the play client 11 years ago
winlin 5475d0e435 support ack size. 11 years ago
winlin 2e590e18f4 fix bug of send rtmp message 11 years ago
winlin 1beee1e970 support ecma array. connect app response. 11 years ago
winlin 8283ed465a support encode amf0 packet, connect app response packet 11 years ago
winlin 57dd58d557 send set peer bandwidth packet. 11 years ago
winlin 2abfcee10f support set ack window size. 11 years ago
winlin 1047e06bf3 encode packet and send out 11 years ago
winlin a2d2fa1a25 log the req. 11 years ago
winlin bd64ae8257 refine the protocol and amf0, extract the template method as global static method 11 years ago
winlin 2c53134bbb connect vhost/app packet decoded. 11 years ago
winlin df400ef1c5 connect vhost/app packet decoded. 11 years ago
winlin 2886672347 amf0 object decode framework 11 years ago
winlin 810bb6ba38 decode amf0 string 11 years ago
winlin a638ebd1c6 decode the amf0 command message: connect. 11 years ago
winlin 63bf9e112d decode the amf0 command message: connect. 11 years ago
winlin 25468e4ff8 refine buffer read socket logic. 11 years ago
winlin 496c5ecfde add amf0 decode framework. 11 years ago
winlin f5672998fd expect rtmp packet which decoded from message payload 11 years ago
winlin bf5378434f decode chunk stream to RTMP message 11 years ago
winlin 2625ecc151 decode message header 11 years ago
winlin f730ccbf9f decode basic header 11 years ago
winlin 393e32ee0f add rtmp specification 11 years ago
winlin bd66702299 add rtmp specification 11 years ago
winlin 9541ac1e35 add log macro use __PRETTY_FUNCTION__ for c++ 11 years ago
winlin 49a7cb9afb refine comments. 11 years ago
winlin 56e78bdf6f add comments. refine naming 11 years ago
winlin a323483bea add protocol stack 11 years ago
winlin fbe6e061c0 simple handshake(specified by rtmp protocol v1.0) success 11 years ago
winlin 3976a17841 add auto free. recv c0c1 11 years ago
winlin 0609eeb7c8 add socket rtmp and buffer. rename logs 11 years ago
winlin d4b6178f0f get peer ip and add rtmp class 11 years ago
winlin 96e1de255c close fd when delete connection object 11 years ago
winlin 973bea1e14 extract the rtmp connection 11 years ago
winlin d8a64603c0 support listen and accept framework 11 years ago
winlin 5b02f9c78b init st, add error code 11 years ago
winlin eb3b824e6c rename upp project 11 years ago
winlin a4c5f94b15 add copyright info 11 years ago
winlin 78c69016ba add srs_core.cpp 11 years ago
winlin 67d96fcab4 add log 11 years ago
winlin 7268dd15a1 add build framework 11 years ago