Commit Graph

1566 Commits (02778dba4c744f52c6c83739cb21abd4230a1809)

Author SHA1 Message Date
winlin a6f3478a74 for bug #194, remove the poll, it's no-use 10 years ago
winlin bc1b5f4bbf for bug #194, disable the srs fd poll. 10 years ago
winlin 4f21e92ae0 fix the message of config for max_connections. 10 years ago
winlin 21f16f3a83 for bug #194, use play fd poll to improve performance, it works. 10 years ago
winlin 164f632b62 for bug #194, add fds poll, just sleep to send without recv. 10 years ago
winlin 133cc62b51 for bug #194, use play fd poll, create the singleton poll 10 years ago
winlin efc85ed6df refine config, check the connections more precise 10 years ago
winlin de5e2d0a40 Revert "Revert "for bug #194, refine the config""
This reverts commit b4c1d55311.
10 years ago
winlin b4c1d55311 Revert "for bug #194, refine the config"
This reverts commit 2a55ae4317.
10 years ago
winlin e87eacd499 Revert "add srs pipe for bug #194"
This reverts commit f9756ea14c.
10 years ago
winlin 73abb1a31d Revert "for bug #194, add pipe to consumer."
This reverts commit 1e601a6efc.
10 years ago
winlin 306f75b267 Revert "for bug#194, open pipe for each connection."
This reverts commit ade81bb244.
10 years ago
winlin bf5206d049 Revert "Revert "add test file to show the max open files.""
This reverts commit ea70f29648.
10 years ago
winlin ea70f29648 Revert "add test file to show the max open files."
This reverts commit c8673cd50e.
10 years ago
winlin ade81bb244 for bug#194, open pipe for each connection. 10 years ago
winlin 1e601a6efc for bug #194, add pipe to consumer. 10 years ago
winlin f9756ea14c add srs pipe for bug #194 10 years ago
winlin 2a55ae4317 for bug #194, refine the config 10 years ago
winlin c8673cd50e add test file to show the max open files. 10 years ago
winlin 36d12dd8ea for bug #194, change server main cycle to 1s. 10 years ago
winlin 8cc9a11b81 for bug #194, set the server main cycle to 1s 10 years ago
winlin 2adf2550dc refine the depends to make st script 10 years ago
winlin 46330dd196 fix #195: remove the confuse code st_usleep(0). 2.0.13. 10 years ago
winlin 8ab6b57612 research st, the timeout and coroutine scheduler. 10 years ago
winlin be46e428ad research st, for bug #193, remove the code with bug, exit when fork. 10 years ago
winlin f4dfee0e9f research st, add comments for bug #193. 10 years ago
winlin cd09fcaf55 research st, remove all events except epoll. 10 years ago
winlin 91f6dbe479 research st, add test for setjmp and longjmp. 10 years ago
winlin 4d4e840209 research st, add jmp_flow. 10 years ago
winlin 683b01a6c9 research st, add comments about the thread cycle 10 years ago
winlin 8327a57b7e never use stack variable for setjmp 10 years ago
winlin 2c01f7e943 research st, expand MD_INIT_CONTEXT macro, the thread start. 10 years ago
winlin 8da8c49f39 research st, add comments 10 years ago
winlin 2b70212649 research st, add stack struct comments. 10 years ago
winlin 6bde1e54dc research st, add stack alloc commnets. 10 years ago
winlin e49a868308 research st, rename variable thread to trd, for thread is a keyword. 10 years ago
winlin ac1a4ec0a3 research st, always alloc on stack. 10 years ago
winlin ae8b3e3c00 research st, remove the support of MD_STACK_GROWS_UP 10 years ago
winlin 340464ed56 research st, remove __ia64__ cpu support 10 years ago
winlin a27c3dca2d research st, add gdb info for setjmp. 10 years ago
winlin 4b24ee9db3 research st, only for linux and arm/mips/i386/x86_64 cpus. 10 years ago
winlin cc811dfc90 refine script for generate script 10 years ago
winlin 6968aef66a update readme for srs-librtmp 10 years ago
winlin a827766cd6 for #191, support exported to project or file. 10 years ago
winlin 606fc13a03 rename the confict macro to srs_lib_trace 10 years ago
winlin 3405f35d06 fix #191: configure --export-librtmp-project and --export-librtmp-single. 2.0.11. 10 years ago
winlin e62c3a4e0e for bug #66, clear the sps and pps. 10 years ago
winlin 926650840e fix #191, configure --export-librtmp. 2.0.10. 10 years ago
winlin eb88ebfb39 use relative objs dir for makefile. for bug #191 10 years ago
winlin d4d3d46317 implements export srslibrtmp. for bug #191 10 years ago
winlin 5554922820 refine librtmp tools, use srs_trace macro instead printf. 10 years ago
winlin cf5c24af4a refine librtmp, unify all tools format and usage. 10 years ago
winlin 6de83db76e refine srs-librtmp log macro 10 years ago
winlin f92303c764 refine all research tools, remove the public header, add log to srs_librtmp.h 10 years ago
winlin 7ba07c6f49 refine librtmp, add example to api. 10 years ago
winlin 106bef802f fix #66, srs-librtmp support write h264 raw packet. 2.0.9. 10 years ago
winlin 3358570be6 refine for bug#66, implements the usage. 10 years ago
winlin 0075779d38 for bug #66, refine the api to send h264 frames. 10 years ago
winlin cd5c58ba5f for bug #66, refine the api and demo. 10 years ago
winlin 1074c8d9b2 for bug #66, use new api to directly sendout h264 raw data. 10 years ago
winlin 496f4246f4 complete the h264 to rtmp, but the sps and pps should send in a rtmp packet. for bug #66 10 years ago
winlin 6407baffd5 for bug #66, output the h264 frame type. 10 years ago
winlin 72ad6894ca move the annexb decode utility to protocol. 10 years ago
winlin bd25626f0e refine code for bug #66 10 years ago
winlin 955859ce82 refine librtmp, add pefix to srs_amf0_number and srs_amf0_bool 10 years ago
winlin 1c237a821a add api convert h264 to rtmp packet, for bug #66 10 years ago
winlin e4af098d06 refine code for bug #66 10 years ago
winlin b964a6c534 update for bug #66, add the srs-librtmp sample for publish h.264 raw stream. 10 years ago
winlin 1db69b153e update the research of arm 10 years ago
winlin 0f41e0d26f research st: only support linux 10 years ago
winlin d67454ecc2 research st: only support linux 10 years ago
winlin 5fd308c64e update code, warning when compile dev branch. 10 years ago
winlin fa53250202 refine the macro, use int as version type. 2.0.8 10 years ago
winlin 8521762cb3 research st: refine sync. 10 years ago
winlin 3377df0bea research st: refine skt. 10 years ago
winlin 22710db911 research st: refine sched. 10 years ago
winlin f5f8e8946f research st: refine event, io and key. 10 years ago
winlin c38a545780 reserach st: refine key.c 10 years ago
winlin fd0c85b324 research st: refine io. 10 years ago
winlin f8f18fffa7 research st: update test for st. 10 years ago
winlin 0f293802c8 research st: refine the md.h 10 years ago
winlin 856ba07bd3 research st: update public and common. 10 years ago
winlin 315707d726 research st: refine public 10 years ago
winlin bba2d3dd98 research st: replace the TAB with 4spaces 10 years ago
winlin 55bd1dd95e research st: replace the TAB with 4spaces 10 years ago
winlin 0faa38dc0c research st: remove the osguess.sh 10 years ago
winlin 2dc6b7d1ea add io for st research 10 years ago
winlin 9d7e6b9bb2 update mirror utils 10 years ago
winlin 60ab365660 update mirror, use utils functions. 10 years ago
winlin e104a18763 update sync script on master 10 years ago
winlin b8db8b0fa4 add oschina mirror 10 years ago
winlin 511c814ffb refs #182: rename to sync test. 10 years ago
winlin 69fdec411f refs #182: rename to sync test. 10 years ago
winlin 9aba47cbe3 refs #182: research st, add multiple threadds. 10 years ago
winlin 79ab9f05f3 refs #182: update the st, use cond and mutex. 10 years ago
winlin 388305f44c update st research. 10 years ago
winlin fb906f0afc revert the player for bug #185. 10 years ago
winlin 6a3418cd45 fix #185, AMF0 support 0x0B the date type codec. 2.0.5. 10 years ago
winlin 05cce97140 for bug #186, read the args when discovery it. 2.0.6 10 years ago
winlin 7d70864b33 for bug #186, read the args when discovery it. 2.0.6 10 years ago