Commit Graph

354 Commits (0ff49fd299f3acad12a907410500c02fbb46cbf5)

Author SHA1 Message Date
winlin 1246989ea9 for , refine dvr, support callback when reap dvr segment.
winlin 1685cdd48e for , parse pes packet ok, ts message ok.
winlin 77e43d1813 refine comments of aac publish for
winlin a1f887f46f refine code, move onMetaData to consts.
winlin 04aa6f8296 drop script data except the onMetaData packet.
winlin 44f5efda21 refine the print info.
winlin 5aa31568ba fix the rtmp dump, parse the aggregate msg.
winlin 89a3cf9efe refine code, failed when specified complex but no ssl for srslibrtmp
winlin 0e03d019a8 for bug , srs rtmp dump support conn args. 2.0.90
winlin dc11418c79 fix : http-callback support on_dvr when reap a dvr file. 2.0.89
winlin 45724bfaec update conf for transcode.
winlin 07b207b7e3 remove test code for api-server.
winlin 9d34820c80 fix : http-callback check http status code ok(200). 2.0.84
winlin 569596c10d update copyright, from 2013 to 2015
winlin 10297fab51 fix , support 0.1s+ latency. 2.0.70
winlin d171a26758 disable gop cache when not h.264. fix some warning.
winlin c5dd334645 fix the warning of ts_info
winlin ff5cdb1cc1 for bug , add srs_rtmp_dump tool. 2.0.37.
winlin e11fa383ca udpate the srs_bwt.
winlin 02778dba4c udpate the srs_bwt.
winlin a2af051840 udpate the srs_bwt.
winlin e7ccbce472 update PRIMARY, AUTHORS, CONTRIBUTORS rule. 2.0.32.
winlin e492fa5353 fix , support publish aac adts raw stream. 2.0.31.
winlin 3d97048c3a fix bug , add reuse conn to play different player.
winlin d80b580c2f refine librtmp, remove the _get_ for some attribute get.
winlin bb7a19636a fix the bandwidth file name bug.
winlin aa69f6197a srs-librtmp add rtmp prefix for rtmp apis. 2.0.29
winlin 10bc5399ec refine librtmp api, add prefix utils for utilities.
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 a058eeeb20 fix , support publish audio raw frames. 2.0.27
winlin 2c601a0069 fix , srs-librtmp drop dupliated sps/pps(sequence header). 2.0.22.
winlin 278ff845d3 fix , srs-librtmp drop any video before sps/pps(sequence header). 2.0.21.
winlin 3292136f70 update research, flv ingester, support atc time flv.
winlin 7ebca6cb5b refine the type of RTMP from int to char. add srs_parse_timestamp(), 2.0.19
winlin 0bc35e093c for bug , deadloop when read/write 0 and ETIME. 2.0.16.
winlin 77cf885d8c add comments for
winlin bf5206d049 Revert "Revert "add test file to show the max open files.""
This reverts commit ea70f29648.
winlin ea70f29648 Revert "add test file to show the max open files."
This reverts commit c8673cd50e.
winlin c8673cd50e add test file to show the max open files.
winlin 8ab6b57612 research st, the timeout and coroutine scheduler.
winlin be46e428ad research st, for bug , remove the code with bug, exit when fork.
winlin f4dfee0e9f research st, add comments for bug .
winlin cd09fcaf55 research st, remove all events except epoll.
winlin 91f6dbe479 research st, add test for setjmp and longjmp.
winlin 4d4e840209 research st, add jmp_flow.
winlin 683b01a6c9 research st, add comments about the thread cycle
winlin 8327a57b7e never use stack variable for setjmp
winlin 2c01f7e943 research st, expand MD_INIT_CONTEXT macro, the thread start.
winlin 8da8c49f39 research st, add comments