winlin
|
62719c2b12
|
for bug #200, fix the writev for librtmp, add comments.
|
2014-11-13 14:38:23 +08:00 |
|
winlin
|
0bc35e093c
|
for bug #200, deadloop when read/write 0 and ETIME. 2.0.16.
|
2014-11-13 14:30:56 +08:00 |
|
winlin
|
77cf885d8c
|
add comments for #161
|
2014-11-13 13:49:50 +08:00 |
|
winlin
|
4af2e78c59
|
refine code for bug #194, add comments to macros.
|
2014-11-13 12:45:54 +08:00 |
|
winlin
|
cc6aca9ad5
|
fix #194, writev multiple msgs, support 6k+ 250kbps clients. 2.0.15.
|
2014-11-13 12:25:56 +08:00 |
|
winlin
|
7cf855f242
|
for bug #199, refine the header generate
|
2014-11-12 18:41:24 +08:00 |
|
winlin
|
953159258c
|
refine code, rename the c0c3 header cache and iov cache.
|
2014-11-12 18:19:09 +08:00 |
|
winlin
|
ab93506b01
|
for bug #199, refine the api of send message.
|
2014-11-12 17:59:32 +08:00 |
|
winlin
|
d257360e96
|
add comments about bug #196
|
2014-11-12 13:46:21 +08:00 |
|
winlin
|
8acd143a7a
|
fix #194: refine the timeout recv, pulse to 500ms. 2.0.14.
|
2014-11-12 12:59:53 +08:00 |
|
winlin
|
a6f3478a74
|
for bug #194, remove the poll, it's no-use
|
2014-11-12 10:26:48 +08:00 |
|
winlin
|
bc1b5f4bbf
|
for bug #194, disable the srs fd poll.
|
2014-11-12 10:05:42 +08:00 |
|
winlin
|
4f21e92ae0
|
fix the message of config for max_connections.
|
2014-11-11 18:49:27 +08:00 |
|
winlin
|
21f16f3a83
|
for bug #194, use play fd poll to improve performance, it works.
|
2014-11-11 18:46:35 +08:00 |
|
winlin
|
164f632b62
|
for bug #194, add fds poll, just sleep to send without recv.
|
2014-11-11 18:35:46 +08:00 |
|
winlin
|
133cc62b51
|
for bug #194, use play fd poll, create the singleton poll
|
2014-11-11 17:54:02 +08:00 |
|
winlin
|
efc85ed6df
|
refine config, check the connections more precise
|
2014-11-11 17:19:56 +08:00 |
|
winlin
|
de5e2d0a40
|
Revert "Revert "for bug #194, refine the config""
This reverts commit b4c1d55311 .
|
2014-11-11 17:12:45 +08:00 |
|
winlin
|
b4c1d55311
|
Revert "for bug #194, refine the config"
This reverts commit 2a55ae4317 .
|
2014-11-11 17:05:36 +08:00 |
|
winlin
|
e87eacd499
|
Revert "add srs pipe for bug #194"
This reverts commit f9756ea14c .
|
2014-11-11 17:05:25 +08:00 |
|
winlin
|
73abb1a31d
|
Revert "for bug #194, add pipe to consumer."
This reverts commit 1e601a6efc .
|
2014-11-11 17:04:56 +08:00 |
|
winlin
|
306f75b267
|
Revert "for bug#194, open pipe for each connection."
This reverts commit ade81bb244 .
|
2014-11-11 17:04:32 +08:00 |
|
winlin
|
ade81bb244
|
for bug#194, open pipe for each connection.
|
2014-11-11 16:41:39 +08:00 |
|
winlin
|
1e601a6efc
|
for bug #194, add pipe to consumer.
|
2014-11-11 16:27:35 +08:00 |
|
winlin
|
f9756ea14c
|
add srs pipe for bug #194
|
2014-11-11 16:09:44 +08:00 |
|
winlin
|
2a55ae4317
|
for bug #194, refine the config
|
2014-11-11 15:38:21 +08:00 |
|
winlin
|
36d12dd8ea
|
for bug #194, change server main cycle to 1s.
|
2014-11-11 14:41:48 +08:00 |
|
winlin
|
8cc9a11b81
|
for bug #194, set the server main cycle to 1s
|
2014-11-11 14:38:54 +08:00 |
|
winlin
|
46330dd196
|
fix #195: remove the confuse code st_usleep(0). 2.0.13.
|
2014-11-11 13:40:09 +08:00 |
|
winlin
|
606fc13a03
|
rename the confict macro to srs_lib_trace
|
2014-11-08 18:37:15 +08:00 |
|
winlin
|
3405f35d06
|
fix #191: configure --export-librtmp-project and --export-librtmp-single. 2.0.11.
|
2014-11-08 18:33:15 +08:00 |
|
winlin
|
e62c3a4e0e
|
for bug #66, clear the sps and pps.
|
2014-11-08 16:59:42 +08:00 |
|
winlin
|
926650840e
|
fix #191, configure --export-librtmp. 2.0.10.
|
2014-11-08 16:45:50 +08:00 |
|
winlin
|
cf5c24af4a
|
refine librtmp, unify all tools format and usage.
|
2014-11-08 14:00:59 +08:00 |
|
winlin
|
6de83db76e
|
refine srs-librtmp log macro
|
2014-11-08 13:41:47 +08:00 |
|
winlin
|
f92303c764
|
refine all research tools, remove the public header, add log to srs_librtmp.h
|
2014-11-08 13:35:38 +08:00 |
|
winlin
|
7ba07c6f49
|
refine librtmp, add example to api.
|
2014-11-08 13:16:56 +08:00 |
|
winlin
|
106bef802f
|
fix #66, srs-librtmp support write h264 raw packet. 2.0.9.
|
2014-11-08 12:36:00 +08:00 |
|
winlin
|
3358570be6
|
refine for bug#66, implements the usage.
|
2014-11-08 10:44:00 +08:00 |
|
winlin
|
0075779d38
|
for bug #66, refine the api to send h264 frames.
|
2014-11-08 10:28:59 +08:00 |
|
winlin
|
cd5c58ba5f
|
for bug #66, refine the api and demo.
|
2014-11-08 09:21:09 +08:00 |
|
winlin
|
1074c8d9b2
|
for bug #66, use new api to directly sendout h264 raw data.
|
2014-11-08 09:12:52 +08:00 |
|
winlin
|
496f4246f4
|
complete the h264 to rtmp, but the sps and pps should send in a rtmp packet. for bug #66
|
2014-11-07 23:55:00 +08:00 |
|
winlin
|
72ad6894ca
|
move the annexb decode utility to protocol.
|
2014-11-07 23:07:31 +08:00 |
|
winlin
|
bd25626f0e
|
refine code for bug #66
|
2014-11-07 22:36:25 +08:00 |
|
winlin
|
955859ce82
|
refine librtmp, add pefix to srs_amf0_number and srs_amf0_bool
|
2014-11-07 22:15:56 +08:00 |
|
winlin
|
1c237a821a
|
add api convert h264 to rtmp packet, for bug #66
|
2014-11-07 22:06:30 +08:00 |
|
winlin
|
b964a6c534
|
update for bug #66, add the srs-librtmp sample for publish h.264 raw stream.
|
2014-11-07 21:06:44 +08:00 |
|
winlin
|
5fd308c64e
|
update code, warning when compile dev branch.
|
2014-11-06 15:18:10 +08:00 |
|
winlin
|
fa53250202
|
refine the macro, use int as version type. 2.0.8
|
2014-11-06 14:23:08 +08:00 |
|