panda1986
|
e7d54c2ca9
|
Update srs_app_ffmpeg.cpp
srs develop 新增支持mp3转码后,需要添加新的acodec-libmp3lame.所以去掉srs_app_ffmpeg.cpp中对acodec的判断
|
2015-01-20 13:52:31 +08:00 |
|
winlin
|
bb1331cc91
|
update conf.
|
2015-01-20 13:46:50 +08:00 |
|
winlin
|
b735e29d05
|
refine conf, add port.
|
2015-01-20 12:02:25 +08:00 |
|
winlin
|
e5ef4c2e66
|
update the conf of http static and stream.
|
2015-01-20 10:53:57 +08:00 |
|
winlin
|
463f75f1c9
|
update readme, add http live stream
|
2015-01-19 14:11:53 +08:00 |
|
winlin
|
5f194bc87c
|
merge from feilong, the crash for cosumer wait.
|
2015-01-19 14:05:59 +08:00 |
|
winlin
|
3f0c80599b
|
update reamde
|
2015-01-19 13:31:07 +08:00 |
|
winlin
|
b7b268dfbf
|
fix #293, support http live flv/aac/mp3 stream with fast cache. 2.0.100.
|
2015-01-19 13:17:46 +08:00 |
|
winlin
|
29a8932b49
|
for bug #293, use http stream cache for android weixin to happy.
|
2015-01-19 12:56:05 +08:00 |
|
winlin
|
f9f2fcbb9c
|
for #293, add http stream cache for audio mp3/aac stream.
|
2015-01-19 12:24:18 +08:00 |
|
winlin
|
e6549b261c
|
for #293, support http mp3 streaming
|
2015-01-19 10:18:18 +08:00 |
|
winlin
|
d364a81d8f
|
for #293, support http mp3 streaming
|
2015-01-19 10:13:43 +08:00 |
|
winlin
|
99bf397487
|
for bug #293, add mp3 id3 spec
|
2015-01-19 09:25:07 +08:00 |
|
winlin
|
b04888a35d
|
for #293, #277, support http chunked encoding
|
2015-01-19 01:05:24 +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
|
77e43d1813
|
refine comments of aac publish for #212
|
2015-01-18 22:11:38 +08:00 |
|
winlin
|
c0a7752718
|
for #293, add aac mime audio/x-aac
|
2015-01-18 21:17:41 +08:00 |
|
winlin
|
d546827b1c
|
for #293, refine the mime of content type.
|
2015-01-18 21:04:52 +08:00 |
|
winlin
|
3b853a6dbd
|
fix #293, support rtmp remux to http flv live stream.
|
2015-01-18 20:07:54 +08:00 |
|
winlin
|
53d9faf395
|
for #293, update readme.
|
2015-01-18 19:50:54 +08:00 |
|
winlin
|
eea31ef4f3
|
for #293, support rtmp remux to http flv live stream.
|
2015-01-18 19:49:03 +08:00 |
|
winlin
|
faaa9187f2
|
for #293, mount http flv stream when publish.
|
2015-01-18 18:50:15 +08:00 |
|
winlin
|
2698e6dbae
|
for bug #293, http live streaming framework.
|
2015-01-18 18:39:53 +08:00 |
|
winlin
|
9bf408ad25
|
for bug #277, update readme remove the experiment for http server and http vod stream.
|
2015-01-18 18:08:47 +08:00 |
|
winlin
|
eff2d81016
|
for #293, add http flv stream
|
2015-01-18 18:00:40 +08:00 |
|
winlin
|
c4302b9b61
|
for bug #277, the http server subscribe the reload.
|
2015-01-18 17:17:07 +08:00 |
|
winlin
|
f1393ee43f
|
for bug #277, use http not found when no file.
|
2015-01-18 17:02:05 +08:00 |
|
winlin
|
398b212bfa
|
for bug #277, refine code, support default http vhost.
|
2015-01-18 17:01:39 +08:00 |
|
winlin
|
2742c0d3c2
|
for #277, support http vhost mount.
|
2015-01-18 16:38:26 +08:00 |
|
winlin
|
4513486266
|
refine http server, support mount dir for vhost.
|
2015-01-18 13:34:26 +08:00 |
|
winlin
|
bfff8413b6
|
refine code for #277, the copy first param is the dest.
|
2015-01-18 09:16:14 +08:00 |
|
winlin
|
c695a8fcbd
|
refine code for #277, extract the flv vod stream.
|
2015-01-18 09:12:53 +08:00 |
|
winlin
|
e71bc0cbc5
|
for bug #277, refine the http server.
|
2015-01-17 23:44:21 +08:00 |
|
winlin
|
bbe96a4b31
|
for bug #277, support flv stream.
|
2015-01-17 23:19:30 +08:00 |
|
winlin
|
cbed2bbca4
|
fix #277, refine http server refer to go http-framework. 2.0.98
|
2015-01-17 23:00:40 +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
|
33efeeb399
|
refine authros.
|
2015-01-17 13:39:08 +08:00 |
|
winlin
|
a1f887f46f
|
refine code, move onMetaData to consts.
|
2015-01-17 13:29:11 +08:00 |
|
winlin
|
04aa6f8296
|
drop script data except the onMetaData packet.
|
2015-01-17 13:23:30 +08:00 |
|
winlin
|
cc22ca4890
|
hotfix #290, use iformat only for rtmp input. 2.0.95
|
2015-01-17 13:06:18 +08:00 |
|
winlin
|
4449a8d7b0
|
fix #290, use iformat only for rtmp input. 1.0.22
|
2015-01-17 13:04:52 +08:00 |
|
winlin
|
29be14dd37
|
merge from feilong, fix memory leak.
|
2015-01-17 11:16:13 +08:00 |
|
winlin
|
1f9fae43a4
|
update readme for 1.0rc1
|
2015-01-15 11:39:04 +08:00 |
|
winlin
|
118efcbbf8
|
update the file for 1.0rc1.
|
2015-01-15 11:38:03 +08:00 |
|
winlin
|
8e2b871829
|
update readme for 1.0rc1
|
2015-01-15 11:33:24 +08:00 |
|
winlin
|
98fb50464a
|
update readme for 1.0r1, 1.0.21
|
2015-01-15 11:31:07 +08:00 |
|
winlin
|
a4b61081cc
|
merge from feilong, fix memory leak.
|
2015-01-15 11:26:30 +08:00 |
|