winlin
|
8bdf98afa5
|
refine the multiple processes architecture, remove the isolate bandwidth test process
|
11 years ago |
winlin
|
a488ef8317
|
fix bug#25: fmle republish bug, srs return special error code and wait for client to republish.
|
11 years ago |
winlin
|
1ccddf4cfc
|
add gest framework for utest, build success.
|
11 years ago |
winlin
|
338e129a29
|
add utest build project, no testcase.
|
11 years ago |
winlin
|
fe5811304b
|
add utest script to generate the utest Makefile
|
11 years ago |
winlin
|
02326cd844
|
support build with jobs
|
11 years ago |
winlin
|
52b6ab3f2f
|
support build with jobs
|
11 years ago |
winlin
|
128783ded3
|
add build summary colorful display for each feature.
|
11 years ago |
winlin
|
47aee8dce0
|
add utest framework gtest
|
11 years ago |
winlin
|
722e79003b
|
merge from xiangcheng.liu, memory leak in amf0
|
11 years ago |
winlin
|
d622da3b44
|
update readme, finish modularity and wiki, change to 0.9.10
|
11 years ago |
winlin
|
880f4f5dc2
|
final the modularity, rename the app module.
|
11 years ago |
winlin
|
c1086f8a9d
|
srs-librtmp: finish the simple publish and play sample.
|
11 years ago |
winlin
|
efa09102cf
|
srs-librtmp: implements the read packet.
|
11 years ago |
winlin
|
c338eb3666
|
srs-librtmp: implements the publish and play.
|
11 years ago |
winlin
|
fce26d6690
|
srs-librtmp: implements play stream.
|
11 years ago |
winlin
|
6b213b73eb
|
refine code, rename SrsRtmp to SrsRtmpServer.
|
11 years ago |
winlin
|
8aedc51a2f
|
refine code, rename SrsRtmp to SrsRtmpServer.
|
11 years ago |
winlin
|
4f91cae377
|
srs-librtmp: add complex handshake.
|
11 years ago |
winlin
|
76f37baafe
|
srs-librtmp: implements the simple socket stream.
|
11 years ago |
winlin
|
86267f854c
|
srs-librtmp: implements handshake.
|
11 years ago |
winlin
|
f24f27deb9
|
srs-librtmp: add make ssl/nossl support for sample
|
11 years ago |
winlin
|
b7a62ba131
|
use goto to free resource
|
11 years ago |
winlin
|
feaf0c5e89
|
librtmp: create socket
|
11 years ago |
winlin
|
f8335e2c1f
|
extract simple socket to lib
|
11 years ago |
winlin
|
5e4b7d3ae9
|
add colorful display for make.
|
11 years ago |
winlin
|
e14d3bb5df
|
add colorful display for make.
|
11 years ago |
winlin
|
40a5edb37f
|
update readme.
|
11 years ago |
winlin
|
db22af07a0
|
change to 0.9.9
|
11 years ago |
winlin
|
fc9e3fd890
|
srs-librtmp define interfaces
|
11 years ago |
winlin
|
44375b9e6b
|
add srs publish/play demo use srs-librtmp
|
11 years ago |
winlin
|
713b05541b
|
add librtmp demo srs_publish
|
11 years ago |
winlin
|
aa5d28ed85
|
add library
|
11 years ago |
winlin
|
d5a02a55ee
|
unify code style
|
11 years ago |
winlin
|
7d570fb4f3
|
use fast log
|
11 years ago |
winlin
|
382fd127e4
|
rename config and pithy-print to app module.
|
11 years ago |
winlin
|
b407021d45
|
move config to app, for its application level features
|
11 years ago |
winlin
|
517d346a52
|
change macro for all rtmp protocol files.
|
11 years ago |
winlin
|
4c498b67da
|
rename pro to rtmp protocol.
|
11 years ago |
winlin
|
8d5806154b
|
add todo, to rename to the right name SrsRtmpServer
|
11 years ago |
winlin
|
2074b50d87
|
move handshake and rtmp to protocol module
|
11 years ago |
winlin
|
0296c8eff4
|
change to 0.9.6
|
11 years ago |
winlin
|
4e3f7843fe
|
rename protocol dir to pro. move rtmp stack to protocol module
|
11 years ago |
winlin
|
4a8bc3b277
|
change version to 0.9.5
|
11 years ago |
winlin
|
7dfc902b87
|
extract protocol io interface to prepare to extract the protocol from underlayer socket.
|
11 years ago |
winlin
|
a73dec4c41
|
refine code, rename ISrsReader to ISrsBufferReader
|
11 years ago |
winlin
|
85cd1e1a41
|
extract protocol module, move amf0 to protocol module
|
11 years ago |
winlin
|
7e14e7fa57
|
move pithy print to kernel
|
11 years ago |
winlin
|
fddd60b962
|
change to 0.9.4, extract kernel module
|
11 years ago |
winlin
|
c0dbee0854
|
move buffer to kernel. extract ISrsReader for buffer
|
11 years ago |
winlin
|
8fea433450
|
move stream to kernel module
|
11 years ago |
winlin
|
cb99de4462
|
move config to kernel module
|
11 years ago |
winlin
|
5e14aa9c13
|
fix the macro bug
|
11 years ago |
winlin
|
b0d20f57e1
|
move reload to kernel module
|
11 years ago |
winlin
|
39d3425691
|
extract log context, move log to kernel module.
|
11 years ago |
winlin
|
dea66a322d
|
extract kernel module, depends on core and provides kernel service(no stream)
|
11 years ago |
winlin
|
bcbea86202
|
extract auto_free to core module
|
11 years ago |
winlin
|
4e91a3d5aa
|
extract core and app module.
|
11 years ago |
winlin
|
62fbe9e760
|
refine modules, extract core module
|
11 years ago |
winlin
|
c2ccb83912
|
rename core to app
|
11 years ago |
winlin
|
6616dfecfc
|
refine configure.
|
11 years ago |
winlin
|
91d57ae7f9
|
refine build script, add comments for app.sh. change version to 0.9.3
|
11 years ago |
winlin
|
ac3be10435
|
patch st and srs for arm build, allow user to specifies the gcc/g++
|
11 years ago |
winlin
|
7fa031e7fb
|
fix bug of openssl, use objs/openssl/include
|
11 years ago |
winlin
|
a6f4815994
|
use local openssl and link libssl.a
|
11 years ago |
winlin
|
bcb719bf18
|
create log dir
|
11 years ago |
winlin
|
985034860c
|
add comments for depends
|
11 years ago |
winlin
|
7e0cf2b9fc
|
add comments for configure
|
11 years ago |
winlin
|
979ee7d39c
|
update config, remove the script to create logs dir.
|
11 years ago |
winlin
|
72d477f466
|
support use other g++ when configure.
|
11 years ago |
winlin
|
cd7e6cc321
|
refine the configure, add comments
|
11 years ago |
winlin
|
b730fda176
|
add rtsp protocol
|
11 years ago |
winlin
|
4aeed8df1d
|
fix bug of SrsFMLEStartPacket command name, set_recv_timeout(SRS_PAUSED_RECV_TIMEOUT_US)
|
11 years ago |
winlin
|
797d548766
|
fix bug of comment, change version to 0.9.2
|
11 years ago |
winlin
|
980b53dfbe
|
change version to 0.9.1
|
11 years ago |
winlin
|
745797365e
|
change version to 0.9.1
|
11 years ago |
winlin
|
39f15ba3da
|
refine the comments, fix bug of parse message
|
11 years ago |
winlin
|
73b298cab5
|
fix bug of connect app response data
|
11 years ago |
winlin
|
11c5b2cf14
|
refine code, use RTMP_FMT_TYPE0 instead
|
11 years ago |
winlin
|
7a91826732
|
refine code, use RTMP_FMT_TYPE0 instead
|
11 years ago |
winlin
|
8697adacd9
|
fix compile warning on 64bit centos
|
11 years ago |
liuxc0116
|
490033f601
|
forget delete memset
at last modify,forget delete memset(payload, 0, size);
|
11 years ago |
liuxc0116
|
81e085dd1b
|
memory will leaks
the payload pointor assigned two memory,will lead to memory leaks
|
11 years ago |
winlin
|
527abe2157
|
update readme
|
11 years ago |
winlin
|
1d3621dc23
|
fix warning on 32bits centos6.
|
11 years ago |
winlin
|
5a9a15f796
|
Update srs.conf
|
11 years ago |
winlin
|
574536d9ed
|
merge wenjie. fix jw/flower player pause bug, which send closeStream actually.
|
11 years ago |
winlin
|
29a97152fa
|
fix bug of compile ts_info on old gcc, add LL to large number.
|
11 years ago |
winlin
|
b54aefe897
|
update script
|
11 years ago |
winlin
|
47dfdd3ae2
|
update readme
|
11 years ago |
winlin
|
63388e8ac3
|
merge from wenjie, fix the flower player play bug, play(reset=amf0-number)
|
11 years ago |
wenjiegit
|
a91ffb1e11
|
update master
|
11 years ago |
wenjiegit
|
6d2e1c95da
|
update master
|
11 years ago |
wenjiegit
|
8d808d8868
|
update master
|
11 years ago |
wenjiegit
|
54bd613cf5
|
update master
|
11 years ago |
wenjiegit
|
d05f69b247
|
update master
|
11 years ago |
wenjiegit
|
f387b2b569
|
update master
|
11 years ago |
wenjiegit
|
a0fc4e5f25
|
update master
|
11 years ago |
wenjiegit
|
e981cde90c
|
update master
|
11 years ago |
wenjiegit
|
f8a7db51f2
|
fixbug[play packet decode bug: srs only read bool type play reset value, actually this value can be bool or number]
|
11 years ago |
wenjiegit
|
276b60200f
|
fixbug[play packet decode bug: srs only read bool type play reset value, actually this value can be bool or number]
|
11 years ago |
wenjiegit
|
bfef0eebfe
|
fixbug[play packet decode bug: srs only read bool type play reset value, actually this value can be bool or number]
|
11 years ago |
wenjiegit
|
e959bb6c5c
|
fixbug[play packet decode bug: srs only read bool type play reset value, actually this value can be bool or number]
|
11 years ago |
winlin
|
993c5daec7
|
chunk size default to 60000, high performance. set chunk size when forward
|
11 years ago |
winlin
|
4d631d749f
|
fix ts_info centos5 build bug
|
11 years ago |
winlin
|
4955425be9
|
fix the listen backlog bug, change from 10 to 512
|
11 years ago |
winlin
|
3dbb2132d3
|
change server timeout longer, recv timeout from 5s to 30s
|
11 years ago |
winlin
|
99b9fa0c25
|
fix the forwarder dead when st_thread interrupt at st_usleep, check thread->can_loop().
|
11 years ago |
winlin
|
fabdf9507e
|
fix bug of play stream of nginx, remove the start slash of streamName.
|
11 years ago |
winlin
|
273bdb2242
|
update flash client.
|
11 years ago |
winlin
|
dba7329682
|
refine readme.
|
11 years ago |
winlin
|
0b7c7240e6
|
refine the authors and license
|
11 years ago |
winlin
|
bb3c88fef7
|
change copyright from 2013 to 2013-2014.
|
11 years ago |
winlin
|
649419c1aa
|
refine the utility of js.
|
11 years ago |
winlin
|
c221eb61c4
|
fix bug of bandwidth test, donot use vhost in query
|
11 years ago |
winlin
|
5537f9b066
|
fix bug of bandwidth test, donot use vhost in query
|
11 years ago |
winlin
|
df349da7d9
|
fix bug of bandwidth test, donot use vhost in query
|
11 years ago |
winlin
|
89ac091c35
|
fix bug of bandwidth test, donot use vhost in query
|
11 years ago |
winlin
|
62f1f23991
|
fix bug of bandwidth test, donot use vhost in query
|
11 years ago |
winlin
|
7901b481e4
|
change ui version to 1.19
|
11 years ago |
winlin
|
19f9342034
|
refine bandwidth test
|
11 years ago |
winlin
|
20d1732ced
|
merge from wenjie, the bandwidth test feature.
|
11 years ago |
winlin
|
6bba081485
|
update the stop/start script
|
11 years ago |
winlin
|
51686b91d2
|
change ui version to 1.17
|
11 years ago |
winlin
|
2e58de393a
|
refine the ui of chat, to 5x3+1
|
11 years ago |
winlin
|
5cec967931
|
refine the index. refine the parse_query_string, add user_query object to result
|
11 years ago |
winlin
|
c51842aa9a
|
jump nginx index to api-server, for ie crossdomain.
|
11 years ago |
winlin
|
b6280f3804
|
jump nginx index to api-server, for ie crossdomain.
|
11 years ago |
winlin
|
c23b133fdc
|
support query in index.html
|
11 years ago |
winlin
|
702ad69817
|
support query in index.html
|
11 years ago |
winlin
|
7094b6f437
|
set default to chat.
|
11 years ago |
winlin
|
531fa6fb76
|
change ui version to 1.15, fix the publiser bug, support chrome/firefox/safari/ie browsers.
|
11 years ago |
wenjiegit
|
3af83fb02a
|
add linux version of band check app; add web version of band check app
|
11 years ago |
wenjiegit
|
237fb13e1b
|
add linux version of band check app; add web version of band check app
|
11 years ago |
wenjiegit
|
7b5ac6367f
|
add linux version of band check app; add web version of band check app
|
11 years ago |
winlin
|
4b4f317e09
|
refine the ui, link the players to the api server static dir
|
11 years ago |
winlin
|
7b2f9d59a2
|
fix bug of identify the truevision camera
|
11 years ago |
winlin
|
ec5e33f3bc
|
refine the filter of camera and microphone
|
11 years ago |
winlin
|
b1fe298def
|
change ui version to 1.13
|
11 years ago |
winlin
|
962deefb92
|
refine the ui of chat.
|
11 years ago |
winlin
|
70dc3dbb53
|
layout the chat in 2x8 table
|
11 years ago |
winlin
|
3ab867d907
|
fix bug of player dar.
|
11 years ago |
winlin
|
836bc413f9
|
fix the bug of publish, server close the connection when timeout.
|
11 years ago |
winlin
|
ffda615124
|
auto play, donot scale audio volume
|
11 years ago |
winlin
|
f308cc39ef
|
change volume to 2.0
|
11 years ago |
winlin
|
4b12724abc
|
change ui version to 1.11
|
11 years ago |
winlin
|
b36d31b84c
|
extract the components of js
|
11 years ago |
winlin
|
e64a11943b
|
extract the components of js
|
11 years ago |
winlin
|
cb0c7dcf2e
|
fix the bitrate bug(in Bps), use enhanced microphone.
|
11 years ago |
wenjiegit
|
c7cd726f1b
|
merge upstream
|
11 years ago |
wenjiegit
|
00fb37a831
|
merge upstream
|
11 years ago |
wenjiegit
|
3753e8c5f1
|
merge upstream
|
11 years ago |
winlin
|
5636fc7ca2
|
update ui, remove the collaps of local video.
|
11 years ago |
winlin
|
47e173bf24
|
refine the build result.
|
11 years ago |
winlin
|
2cefe1a9bb
|
refine the script, add build/run/stop
|
11 years ago |
winlin
|
1783e1f764
|
refine js, move the consts to the head of srs.js
|
11 years ago |
winlin
|
46eb1ebd6b
|
refine the srs js player and publisher, add private object
|
11 years ago |
winlin
|
116129d1c6
|
refine the pages, use this(means the player object) in the callback
|
11 years ago |
winlin
|
6b99a749ea
|
refine the chat, use players_pub_rtmp without hls and gopcache, low latecy
|
11 years ago |
winlin
|
0846f05e6a
|
add scripts
|
11 years ago |
winlin
|
8e95227ada
|
update ui version
|
11 years ago |
winlin
|
12586f793c
|
update reame
|
11 years ago |
winlin
|
6875b6f5f2
|
support chat room, meeting.
|
11 years ago |
winlin
|
e9a88e6b43
|
remove the wizard control, too complex
|
11 years ago |
winlin
|
593d16446e
|
add bandwidth workflow
|
11 years ago |
winlin
|
908f0d87e9
|
add bandwidth workflow
|
11 years ago |
winlin
|
084ad79534
|
refine the bandwidth test
|
11 years ago |
winlin
|
9455181790
|
merge from wenjie, support banwidth test.
|
11 years ago |
winlin
|
bad6f0d3a8
|
revert the copyrigh, only when commit feature, add the copyright field
|
11 years ago |
winlin
|
dfb3e117f8
|
add contributor to core.hpp
|
11 years ago |
winlin
|
725ff8e5a5
|
merge from wenjie: support set chunk size at vhost level
|
11 years ago |
winlin
|
309322fd5c
|
update the bootstrap wizard, use v2
|
11 years ago |
winlin
|
2bc4bd8913
|
update the publisher, to auto prompt the dialog to get the publisher.
|
11 years ago |
winlin
|
b628b5e7a4
|
fix bug of dar and fs size.
|
11 years ago |
winlin
|
4c325261f7
|
add low latecy player
|
11 years ago |
winlin
|
dd5aa36ba6
|
add low latecy player
|
11 years ago |
winlin
|
01a02d2eff
|
refine the tips of ui
|
11 years ago |
winlin
|
4b74435e89
|
fix bug of resolve vhost, must strip then get from config.
|
11 years ago |
winlin
|
96f9a40ca3
|
update version of ui
|
11 years ago |
winlin
|
f70d9b101f
|
update version of ui
|
11 years ago |
winlin
|
ee79f4a52f
|
update the conf, add demo.srs.com, add players and players_pub, add __defaultVhost__ for rtmp
|
11 years ago |
winlin
|
632255f08f
|
update the signature, when connect to server, parse the response.
|
11 years ago |
winlin
|
cb55f23363
|
update the publish link
|
11 years ago |
winlin
|
ec29cc0925
|
refine the publish url.
|
11 years ago |
winlin
|
825215f7e5
|
add primary button, refine readme.
|
11 years ago |
winlin
|
a744308e97
|
use version to anti swf cache.
|
11 years ago |
winlin
|
0967ec5e2f
|
use version to anti swf cache.
|
11 years ago |
winlin
|
4a31ac3e25
|
filter the first non-virtual camera
|
11 years ago |
winlin
|
e9ec22e66e
|
use timestamp to stream
|
11 years ago |
winlin
|
a6e2f19a0f
|
support publish
|
11 years ago |
wenjiegit
|
9a70ce7865
|
add bandcheck code and modified srs code for merge
|
11 years ago |
wenjiegit
|
adb169eaf1
|
add bandcheck code and modified srs code for merge
|
11 years ago |
winlin
|
85515f05d3
|
rename the title
|
11 years ago |
winlin
|
7a21427b10
|
override the default nginx page. jump to players page.
|
11 years ago |
winlin
|
66ea34c514
|
refine the ui buffer effect
|
11 years ago |
winlin
|
821e7e01df
|
refine the ui buffer effect
|
11 years ago |
winlin
|
65a5f4d460
|
refine ui, unify the player size
|
11 years ago |
winlin
|
21c6001210
|
add buffer time and play time display
|
11 years ago |
winlin
|
065cbbe4aa
|
add fullscreen event and rescale
|
11 years ago |
winlin
|
02f46d6fcc
|
update the srs player, set the DAR.
|
11 years ago |
winlin
|
190540683a
|
update the srs player, set the DAR.
|
11 years ago |
winlin
|
11cd5c640f
|
update the srs player, set the DAR.
|
11 years ago |
winlin
|
b5c17e2338
|
update the srs player, set the DAR.
|
11 years ago |
winlin
|
42ec5f19fc
|
update the srs player, set the DAR.
|
11 years ago |
winlin
|
5bfb561f89
|
add srs player
|
11 years ago |
winlin
|
40c1298476
|
add srs player
|
11 years ago |
winlin
|
6beff7cf54
|
fix build script bug, create nginx/html/live dir
|
11 years ago |
winlin
|
609a8fa472
|
update depends script
|
11 years ago |
winlin
|
764aa9b40a
|
refine the build script
|
11 years ago |
winlin
|
f019eb303c
|
add crossdomain.xml
|
11 years ago |
winlin
|
0c08942fec
|
update the ui, add hls player
|
11 years ago |
winlin
|
6e4795ee5c
|
extract the srs.js
|
11 years ago |
winlin
|
ff4b28f4d4
|
extract the srs.js
|
11 years ago |
winlin
|
4400fc8d0b
|
add srs_publisher
|
11 years ago |
winlin
|
1c04e35924
|
refine the ui, add osmf/jwplayer
|
11 years ago |
winlin
|
5e9915bd15
|
add players to nginx
|
11 years ago |
winlin
|
c4477cd64f
|
add players to nginx
|
11 years ago |
winlin
|
9080c2e559
|
ensure the HLS(ts) is continous when republish stream.
|
11 years ago |
winlin
|
e262147e81
|
fix the hls reload bug, feed it the sequence header.
|
11 years ago |
winlin
|
27255a3e7a
|
refine protocol, use int64_t timestamp for ts and jitter.
|
11 years ago |
winlin
|
ce4928cef6
|
support set the live queue length(in seconds), drop when full.
|
11 years ago |
winlin
|
5836ffd2d4
|
refine the forwarder, use srs message queue
|
11 years ago |
winlin
|
c47f07c69a
|
refine the consumer, use srs message queue to shrink message when overflow.
|
11 years ago |
winlin
|
b4093bfbe4
|
support set live queue length
|
11 years ago |
winlin
|
270041b225
|
fix the forwarder reconnect bug, feed it the sequence header.
|
11 years ago |
winlin
|
c7ec6f511c
|
fix the script error
|
11 years ago |
winlin
|
63cec6f967
|
update readme
|
11 years ago |
winlin
|
d911c85a12
|
add todo for the reload
|
11 years ago |
winlin
|
b3ef28f831
|
fix bug of get hls enabled config
|
11 years ago |
winlin
|
fb67f91167
|
support reload the hls/forwarder/transcoder
|
11 years ago |
winlin
|
aaba290c1d
|
add reload readme.
|
11 years ago |
winlin
|
b90b64954e
|
support reload the forwarder
|
11 years ago |
winlin
|
7622878979
|
support reload the gop_cache
|
11 years ago |
winlin
|
2f397d0460
|
support reload the gop_cache
|
11 years ago |
winlin
|
e2bb38c483
|
support reload the removed vhost
|
11 years ago |
winlin
|
f016914ac1
|
rename SrsReloadHandler to ISrsReloadHandler
|
11 years ago |
winlin
|
010b7a7595
|
refine config.
|
11 years ago |
winlin
|
5b29d0ec42
|
refine the config
|
11 years ago |
winlin
|
3dd7156f0d
|
refine the config buffer.
|
11 years ago |
winlin
|
ac5ccbc77e
|
refine the thread model for the retry threads
|
11 years ago |
wenjiegit
|
94fb022ef9
|
merge srs.conf
|
11 years ago |
wenjiegit
|
c87e55a2cc
|
merged master
|
11 years ago |
wenjiegit
|
25caf5db36
|
for merge
|
11 years ago |
wenjie
|
6e9f375606
|
+server support band check +every vhost can have it's own chunk size
|
11 years ago |
winlin
|
6329284b39
|
add todo for the bug of forwarder
|
11 years ago |
winlin
|
7baa53a8d6
|
add todo for memory increase when forwarder server failed.
|
11 years ago |
winlin
|
ff9c434eb9
|
add todo for memory increase when forwarder server failed.
|
11 years ago |
winlin
|
66048cebbb
|
add todo for source
|
11 years ago |
winlin
|
ae18c388c1
|
fix bug of build script on centos
|
11 years ago |
winlin
|
5d349882bb
|
update build script for ubuntu
|
11 years ago |
winlin
|
86e30ec2c9
|
update build script for ubuntu
|
11 years ago |
winlin
|
bb90881489
|
auto install depends software for ubuntu or centos.
|
11 years ago |
winlin
|
5d50bdc3fc
|
update build ffmpeg script bug for ubuntu, remove the opencl from x264
|
11 years ago |
winlin
|
8887754b17
|
change version to 0.9 dev
|
11 years ago |
winlin
|
c618229487
|
regression test ok
|
11 years ago |
winlin
|
3fd3ac5a11
|
support http hooks: on_connect/close/publish/unpublish/play/stop.
|
11 years ago |
winlin
|
889ad9238b
|
support http hooks: on_connect/close/publish/unpublish/play/stop.
|
11 years ago |
winlin
|
3d4474f620
|
support multiple http hooks for a event.
|
11 years ago |
winlin
|
2887cda176
|
support multiple http hooks for a event.
|
11 years ago |
winlin
|
30099dfa09
|
support multiple http hooks for a event.
|
11 years ago |
winlin
|
9f3139c5c3
|
add comments for api server
|
11 years ago |
winlin
|
a478452f57
|
support http callback hooks: on_connect
|
11 years ago |
winlin
|
65fde21e6c
|
add http client
|
11 years ago |
winlin
|
bb22c3b5cd
|
add http library, support in build script
|
11 years ago |
winlin
|
3600be9796
|
add http callback in config
|
11 years ago |
winlin
|
d3cee00b3b
|
add cherrypy api server
|
11 years ago |
winlin
|
4b9eabdf01
|
udpate files.
|
11 years ago |
winlin
|
263213d8b6
|
update version, add build date
|
11 years ago |
winlin
|
3b09f9bea9
|
support audio transcode only, speex/mp3 to aac
|
11 years ago |
winlin
|
2d592d177d
|
refine the signals of ffmpeg.
|
11 years ago |
winlin
|
71895a4da6
|
fix the ffmpeg kill bug, wait until ffmpeg quit.
|
11 years ago |
winlin
|
cab88dfe70
|
hls support multiple publish/unpublish. disable hls when not support
|
11 years ago |
winlin
|
679e851f07
|
support max_connections, drop if exceed.
|
11 years ago |
winlin
|
4827777035
|
fix the build ffmpeg script bug, add yasm to path when build
|
11 years ago |
winlin
|
86b1f3349a
|
fix bug of forward, erase msgs when error
|
11 years ago |
winlin
|
89c0170850
|
fix bug of forward, earse the forwarded msgs.
|
11 years ago |
winlin
|
8c5661b9ff
|
fix bug of hls muxer, support close/open/flush even muxer is closed.
|
11 years ago |
winlin
|
6207a2f19e
|
fix the rewind bug, support republish by restart the ffmpeg encoder.
|
11 years ago |
winlin
|
b9440df745
|
add encoder/hls pithy print
|
11 years ago |
winlin
|
464d78b762
|
add todo for ffmpeg
|
11 years ago |
winlin
|
113731dd6b
|
reap the transcode process
|
11 years ago |
winlin
|
b5bba29768
|
refine hls, extract ts cache for ts cache audio and flush once
|
11 years ago |
winlin
|
1c2f5052dd
|
refine the hls muxer module
|
11 years ago |
winlin
|
b4eb38c86b
|
refine hls code, reorder classes.
|
11 years ago |
winlin
|
d6897205c7
|
add todo for protocol
|
11 years ago |
winlin
|
a2e6e6718e
|
fix the m3u8 crash bug, simplify it
|
11 years ago |
winlin
|
2b0bef18ed
|
add todo for forward
|
11 years ago |
winlin
|
09f9811a97
|
fix the hls crash bug
|
11 years ago |
winlin
|
6f0bba9856
|
add todo: cycle all process, reap the exited
|
11 years ago |
winlin
|
2695e4d0c6
|
fix bug of core
|
11 years ago |
winlin
|
6af0794bab
|
support dead-loop detect for forwarder and transcoder.
|
11 years ago |
winlin
|
e4ea965a3a
|
update conf
|
11 years ago |
winlin
|
9d65cd1c9f
|
change server name to demo, dev used for development vhost
|
11 years ago |
winlin
|
35676920be
|
convert to unix format
|
11 years ago |
winlin
|
18028ad4cb
|
update readme
|
11 years ago |
winlin
|
bf18a3ac96
|
change demo video to 200kbps
|
11 years ago |
winlin
|
bbf7b9bb01
|
disable the forward for bug. update the steps
|
11 years ago |
winlin
|
41fcda1d86
|
use hosts to play stream
|
11 years ago |
winlin
|
5502344e85
|
add forward sample
|
11 years ago |
winlin
|
5cc1ad6da8
|
add drawtext filter sample
|
11 years ago |