winlin
|
2a05783d5c
|
for #293, support http ts stream. 2.0.101
|
2015-01-22 18:32:10 +08:00 |
|
winlin
|
dfe385d0c9
|
for #293, move the simple buffer to kernel.
|
2015-01-22 18:13:33 +08:00 |
|
winlin
|
77d78eac5c
|
for #293, add http ts stream framework.
|
2015-01-22 17:40:06 +08:00 |
|
winlin
|
913f98b902
|
for bug #293, http ts stream, move the avc codec from app to kernel.
|
2015-01-22 17:08:38 +08:00 |
|
winlin
|
25807298ad
|
alias http_stream to http_server. rename http to http_static of vhost. rename http_flv to http_renux
|
2015-01-22 09:34:33 +08:00 |
|
winlin
|
e6549b261c
|
for #293, support http mp3 streaming
|
2015-01-19 10:18:18 +08:00 |
|
winlin
|
99bf397487
|
for bug #293, add mp3 id3 spec
|
2015-01-19 09:25:07 +08:00 |
|
winlin
|
15d87537a1
|
for bug #293, support aac stream.
|
2015-01-19 00:14:14 +08:00 |
|
winlin
|
3244c083c7
|
for bug #293, support http aac stream
|
2015-01-19 00:05:12 +08:00 |
|
winlin
|
7674524c31
|
for #239, empty the aac encoder
|
2015-01-18 22:56:01 +08:00 |
|
winlin
|
c0233542bf
|
for #293, add aac encoder for http aac stream.
|
2015-01-18 22:51:07 +08:00 |
|
winlin
|
9bbbaad288
|
for bug #277, refine http api refer to go http-framework. 2.0.97
|
2015-01-17 21:58:23 +08:00 |
|
winlin
|
a1f887f46f
|
refine code, move onMetaData to consts.
|
2015-01-17 13:29:11 +08:00 |
|
winlin
|
5661fc2676
|
refine dvr and rtmp dump, write the original data.
|
2015-01-07 15:01:58 +08:00 |
|
winlin
|
f881bc43b5
|
fix #179: dvr support custom filepath by variables. 2.0.87
|
2015-01-03 12:54:54 +08:00 |
|
winlin
|
75f2607685
|
fix #211, support security allow/deny publish/play all/ip. 2.0.86
|
2015-01-02 16:02:13 +08:00 |
|
winlin
|
9d34820c80
|
fix #158: http-callback check http status code ok(200). 2.0.84
|
2015-01-02 10:21:04 +08:00 |
|
winlin
|
518a5a72ab
|
fix #263, srs-librtmp flv read tag should init size. 2.0.82
|
2015-01-02 09:05:16 +08:00 |
|
winlin
|
569596c10d
|
update copyright, from 2013 to 2015
|
2014-12-31 20:32:09 +08:00 |
|
winlin
|
10297fab51
|
fix #257, support 0.1s+ latency. 2.0.70
|
2014-12-12 21:51:06 +08:00 |
|
winlin
|
bba6063492
|
for bug #251, the shared ptr message share the header. 2.0.64
|
2014-12-07 11:25:05 +08:00 |
|
winlin
|
330819fb74
|
for bug #251, refine the mic algorithm. 2.0.63
|
2014-12-06 22:50:51 +08:00 |
|
winlin
|
d53fd7f570
|
for bug #251, support mic(message iovs cache). 2.0.61
|
2014-12-06 20:10:05 +08:00 |
|
winlin
|
fad6074a25
|
set send socket buf. mw/mr sleep default to 350.
|
2014-12-05 11:24:05 +08:00 |
|
winlin
|
4c6cf959c1
|
refine fast buffer, check available bytes to read.
|
2014-12-04 22:10:05 +08:00 |
|
winlin
|
b1d7fbe668
|
fix #241, add mw(merged-write) config. 2.0.53
|
2014-12-04 21:35:13 +08:00 |
|
winlin
|
5589b13d2e
|
for bug #241, support mr(merged-read) config and reload. 2.0.52.
|
2014-12-04 18:21:04 +08:00 |
|
winlin
|
29324fab46
|
fix #248, improve about 15% performance for fast buffer. 2.0.49
|
2014-12-04 13:05:13 +08:00 |
|
winlin
|
ea0e837cd6
|
move the srs_kernel_buffer to srs_protocol_buffer.
|
2014-12-03 18:56:09 +08:00 |
|
winlin
|
2fdf994350
|
for bug #241, use heap to alloc the socket buffer.
|
2014-12-03 14:27:36 +08:00 |
|
winlin
|
565f29ed6c
|
Revert "for bug #241, merge big chunks for publish, no use."
This reverts commit 6b57597718 .
|
2014-12-02 22:26:20 +08:00 |
|
winlin
|
6b57597718
|
for bug #241, merge big chunks for publish, no use.
|
2014-12-02 22:26:04 +08:00 |
|
winlin
|
18c308248e
|
refine code by winlin, for merged from allspace.
|
2014-11-27 15:22:39 +08:00 |
|
winlin
|
1855c9429c
|
merge from allspace, to srs-librtmp, for vs2010
|
2014-11-27 14:46:05 +08:00 |
|
winlin
|
e492fa5353
|
fix #212, support publish aac adts raw stream. 2.0.31.
|
2014-11-24 16:28:52 +08:00 |
|
winlin
|
d6072b16c0
|
support compile srs-librtmp on windows. 2.0.26
|
2014-11-19 16:16:04 +08:00 |
|
winlin
|
2c601a0069
|
fix #204, srs-librtmp drop dupliated sps/pps(sequence header). 2.0.22.
|
2014-11-15 16:53:24 +08:00 |
|
winlin
|
278ff845d3
|
fix #203, srs-librtmp drop any video before sps/pps(sequence header). 2.0.21.
|
2014-11-15 16:30:37 +08:00 |
|
winlin
|
7ebca6cb5b
|
refine the type of RTMP from int to char. add srs_parse_timestamp(), 2.0.19
|
2014-11-15 13:20:58 +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
|
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
|
164f632b62
|
for bug #194, add fds poll, just sleep to send without recv.
|
2014-11-11 18:35:46 +08:00 |
|
winlin
|
e87eacd499
|
Revert "add srs pipe for bug #194"
This reverts commit f9756ea14c .
|
2014-11-11 17:05:25 +08:00 |
|
winlin
|
f9756ea14c
|
add srs pipe for bug #194
|
2014-11-11 16:09:44 +08:00 |
|
winlin
|
3358570be6
|
refine for bug#66, implements the usage.
|
2014-11-08 10:44:00 +08:00 |
|
winlin
|
57e8356221
|
fix #184, support AnnexB in RTMP body for HLS. 2.0.2
|
2014-10-19 19:42:27 +08:00 |
|
winlin
|
bc6616bd1f
|
refine code according to inspect of clion. 0.9.219
|
2014-09-28 11:08:30 +08:00 |
|
winlin
|
002facb85b
|
refine code, fix bug of hls, following jetbrains clion code-inspector. 0.9.215
|
2014-09-26 16:34:13 +08:00 |
|