Commit Graph

2620 Commits (922150b2cf281d465179970b96bc0e841f4f2a39)
 

Author SHA1 Message Date
winlin f24a60819f add demo config test
winlin 5b714ba970 fix utest bug, when ssl disable, ignore complex handshake utest.
winlin ccd99381e6 fix bug, when disable all, some code of HLS must be exported.
winlin e53655ee83 refine the build script
winlin 0322dbbfb2 big refine code, add author to bandwidth test/check.
winlin b33a61a8da finish refine bandwidth check/test server-side.
winlin 0fb51413f4 refine bandwidth test, use function ptr.
winlin 539b595604 refine the bandwidth server-side, use kbps limit and sample. 0.9.157
winlin e220596675 refine bandwidth server-side, use sample and kbps limit
winlin 79e7e2d6cc refine bandwidth server-side, use bandwidth sample and kbps limit service
winlin 019b25ea30 add MIT license to bandwidth check/test as/js library.
winlin 3a1b3dd142 fix bandwidth bug, config item interval to float.
winlin d8ed7cc968 refine the js library for bandwidth test.
winlin 0707c24b54 refine the js library for bandwidth test.
winlin 2ff88b9bcd move js to srs_bwt.
winlin c319cc6a40 refine bandwidth test client, provides js and as library
winlin b1dd0218be refactor bandwidth test, refactor the interface of bandwidth server object.
winlin 7f21520e9f Merge branch 'master' of github.com:winlinvip/simple-rtmp-server
winlin 57471a7615 do performance test, support 2.7kclient, 500kbps
winlin e7bb0896d3 Update README.md
winlin 83c419035e Update README.md
winlin 7e737db323 Update README.md
winlin 10b5058052 do performance test, support 2.7kclient, 500kbps
winlin 8f8db41faf do performance test, support 2.7kclient, 500kbps
winlin bd69b337de do performance test, support 2.7kclient, 500kbps
winlin 6d12280b7c do performance test, support 2.7kclient, 500kbps
winlin e2d273f493 do performance test, support 1.8k, improve 22%
winlin 1ccb52bac6 complete rtmp stack utest. 0.9.156
winlin 047fb74889 refine rtmp client/server, add comments.
winlin 88c94193a3 rename rtmp_stack to stack. remove the global templte function to member function.
winlin f7922e3823 refine protocol send. add utest for server auto response message
winlin 9556790a5e finish utest of protocol stack. 0.9.156
winlin 8e27df4cf7 refine the protocol, add comments, add utest for empty packet
winlin c4aec5705b fix chunk header parse bug, add utest for basic/message header
winlin c957fadcb1 refine recv message header, add comments, remove the fresh_packet variable which duplicated with first_chunk
winlin d86e07b745 finish basic protocol utest, fix the bug of fmt11 length error.
winlin 2ddd805297 update readme, add BLE.
winlin 54fda96f37 add utest for bug
winlin 2c3cb73ad6 update utest
winlin 7027a125f0 refine protocol, add comments. add utest for protocol bytes and timeout.
winlin 1e73ae4d47 refine RTMP protocol stack, rename buffer to in_buffer, change field pp/stream to local variables. 0.9.154
winlin 59dff7d268 add comments for RTMP protocol stack
winlin 2516e3c596 complete the comments of RTMP protocol.
winlin c457eea692 add comments for all RTMP packets.
winlin 8c493e9896 fix , open the sample access by default.
winlin 2554836940 add comments for RTMP packets.
winlin 51f924c553 refine RTMP protocol stack, refine the packet encode/decode, remove class_name
winlin b551056330 add comments of io interfaces.
winlin 09afaa250a add comments of message array, add utest.
winlin 6a4b177475 refine shared ptr message, rename initialize to create