Commit Graph

22 Commits (0acb942c3a17b0490cdaf5ce13fc2540135cfbba)

Author SHA1 Message Date
winlin 569596c10d update copyright, from 2013 to 2015
winlin aa69f6197a srs-librtmp add rtmp prefix for rtmp apis. 2.0.29
winlin b3bb2cdf2b refine code, rename the human functions to prefixed with srs_human_
winlin d9474d7600 refine examples of srs-librtmp, add srs_print_rtmp_packet. 2.0.28.
winlin 7ebca6cb5b refine the type of RTMP from int to char. add srs_parse_timestamp(), 2.0.19
winlin 606fc13a03 rename the confict macro to srs_lib_trace
winlin cf5c24af4a refine librtmp, unify all tools format and usage.
winlin 6de83db76e refine srs-librtmp log macro
winlin aad42d7941 fix ubuntu14 build warnings
winlin 8817823462 add rtmp detecter
winlin 14f0a2e046 for bug , add timeout for connect.
winlin 93c9c55fb9 remove the complex handshake of librtmp. refine makefile of librtmp tools
winlin b2aab8804b use complex handshake for srs play
winlin 0f498acd7b add comments and variable for c3 extended-timestamp. to 0.9.82
winlin da93b6fe99 add complex handshake utest
winlin c1086f8a9d srs-librtmp: finish the simple publish and play sample.
winlin efa09102cf srs-librtmp: implements the read packet.
winlin 86267f854c srs-librtmp: implements handshake.
winlin f24f27deb9 srs-librtmp: add make ssl/nossl support for sample
winlin b7a62ba131 use goto to free resource
winlin fc9e3fd890 srs-librtmp define interfaces
winlin 44375b9e6b add srs publish/play demo use srs-librtmp