winlin
|
047fb74889
|
refine rtmp client/server, add comments.
|
2014-07-12 09:01:34 +08:00 |
|
winlin
|
88c94193a3
|
rename rtmp_stack to stack. remove the global templte function to member function.
|
2014-07-12 08:47:47 +08:00 |
|
winlin
|
8c493e9896
|
fix #49, open the sample access by default.
|
2014-07-06 20:17:47 +08:00 |
|
winlin
|
ba2e7bbf76
|
support create stream twice. 0.9.145
|
2014-06-30 22:13:42 +08:00 |
|
winlin
|
051c9e6268
|
refine the protocol utility, add utest, 0.9.140
|
2014-06-29 11:45:31 +08:00 |
|
winlin
|
db253bc76b
|
fix fms token traverse bug, always update the token by the latest valid client.
|
2014-06-23 11:18:55 +08:00 |
|
winlin
|
10953c9743
|
support token auth in connect args. 0.9.128
|
2014-06-21 11:41:00 +08:00 |
|
winlin
|
3f9c23d834
|
fix #101: for ubuntu14 build error.
|
2014-06-14 16:24:15 +08:00 |
|
winlin
|
31b568b013
|
refine core, move specified functions to kernel utility.
|
2014-06-08 13:03:03 +08:00 |
|
winlin
|
5273509554
|
refine log, to 0.9.123
|
2014-05-29 14:16:34 +08:00 |
|
winlin
|
6de81fdb1c
|
refine fast id tracer
|
2014-05-27 19:34:18 +08:00 |
|
winlin
|
e39eed6519
|
add SrsPid and SrsId to client response, add pid to log
|
2014-05-27 16:11:25 +08:00 |
|
winlin
|
5ff1ce7cba
|
for bug #87, response the server SrsId to flash.
|
2014-05-27 15:34:55 +08:00 |
|
winlin
|
2c059d3a80
|
fix bug #72, also need stream_id for send_and_free_message. 0.9.101
|
2014-05-17 17:53:27 +08:00 |
|
winlin
|
dc66c525fd
|
refine autofree, only free object, never free arrays
|
2014-05-14 09:41:41 +08:00 |
|
winlin
|
befde6acf7
|
fix mem leak for delete[] SharedPtrMessage array, explicit free elems. remove srs_freepa. 0.9.95
|
2014-05-13 14:24:39 +08:00 |
|
winlin
|
9006194cd7
|
refine framework to calc the kbps
|
2014-05-12 17:27:50 +08:00 |
|
winlin
|
f6dd1371bf
|
fix bug #36: never directly use *(int32_t*) to convert, for arm may not support
|
2014-05-08 12:12:01 +08:00 |
|
winlin
|
b53f83acf1
|
rename __srs_rtmp_expect_message to srs_rtmp_expect_message
|
2014-05-02 12:45:42 +08:00 |
|
winlin
|
5b98a27256
|
fix mem leak in recv message error, always free msg
|
2014-05-02 12:44:38 +08:00 |
|
winlin
|
80ddddf823
|
refine RTMP protocol completed, to 0.9.81
|
2014-04-29 14:44:07 +08:00 |
|
winlin
|
be4c182d11
|
refine RTMP protocol stack.
|
2014-04-29 14:18:10 +08:00 |
|
winlin
|
ebf6203c3b
|
refine rtmp protocol stack, refer to go.rtmp
|
2014-04-29 13:39:16 +08:00 |
|
winlin
|
2bcaeccc51
|
edge support play and ingest origin stream. change to 0.9.77
|
2014-04-26 21:41:18 +08:00 |
|
winlin
|
bc756d6ad9
|
fix simple handshake bug #46, copy c1 to s2. change to 0.9.63
|
2014-04-13 21:55:01 +08:00 |
|
winlin
|
9a036958d7
|
fix bug #45, support duration for live. change to 0.9.62
|
2014-04-13 21:37:26 +08:00 |
|
winlin
|
4e3fe36ae2
|
refine http server pages. change to 0.9.51
|
2014-04-05 13:14:59 +08:00 |
|
winlin
|
6d32ad1828
|
refine log and thread function name
|
2014-04-04 12:18:05 +08:00 |
|
winlin
|
f089eafd9f
|
fix bug #38, remove app slash of jwplayer, change to 0.9.46
|
2014-04-04 10:12:34 +08:00 |
|
winlin
|
b71eb0d49a
|
support more splash in http url. remove the strip of SrsRequest, use srs_string_remove instead, change to 0.9.44
|
2014-04-03 15:53:56 +08:00 |
|
winlin
|
ab3c6c92a0
|
rename srs-client to srs-rtmp-conn
|
2014-03-27 12:27:47 +08:00 |
|
winlin
|
ebf1139582
|
fix the forward loop detect bug. change to 0.9.34
|
2014-03-26 12:34:35 +08:00 |
|
winlin
|
1386e7a8ab
|
fix bug of handshake with nginx, simple hs
|
2014-03-26 11:12:34 +08:00 |
|
winlin
|
da93b6fe99
|
add complex handshake utest
|
2014-03-19 17:14:42 +08:00 |
|
winlin
|
841f0f8899
|
change to 0.9.19, verify the s1/s2/c2, refine the handshake.
|
2014-03-19 14:58:29 +08:00 |
|
winlin
|
c85dde7f3f
|
substitute all TAB with 4spaces.
|
2014-03-18 11:32:58 +08:00 |
|
winlin
|
a3ae871360
|
refine code, array to ecma_array.
|
2014-03-08 22:07:40 +08:00 |
|
winlin
|
3129c738cb
|
amf0 utest: refine interface of amf0, only export required objects
|
2014-03-08 21:56:14 +08:00 |
|
winlin
|
bfe771bbba
|
amf0 utest: null,undefined,object-eof to any
|
2014-03-08 14:38:19 +08:00 |
|
winlin
|
e40be6e89d
|
amf0 utest: boolean to any
|
2014-03-08 14:13:31 +08:00 |
|
winlin
|
cae8228b09
|
amf0 utest: remove class SrsAmf0String, use SrsAmf0Any instead
|
2014-03-08 13:57:08 +08:00 |
|
winlin
|
3083759273
|
amf0 utest, refine amf0 size and object/array read/write
|
2014-03-08 13:11:26 +08:00 |
|
winlin
|
c338eb3666
|
srs-librtmp: implements the publish and play.
|
2014-03-02 14:51:19 +08:00 |
|
winlin
|
8aedc51a2f
|
refine code, rename SrsRtmp to SrsRtmpServer.
|
2014-03-02 13:54:40 +08:00 |
|
winlin
|
86267f854c
|
srs-librtmp: implements handshake.
|
2014-03-02 12:35:15 +08:00 |
|
winlin
|
713b05541b
|
add librtmp demo srs_publish
|
2014-03-01 23:24:53 +08:00 |
|
winlin
|
b407021d45
|
move config to app, for its application level features
|
2014-03-01 15:59:55 +08:00 |
|
winlin
|
4c498b67da
|
rename pro to rtmp protocol.
|
2014-03-01 14:05:58 +08:00 |
|