26 Commits

Author SHA1 Message Date
76211a4bd2 moved some logging from debug to info 2012-09-17 11:46:16 +04:00
a92d23d530 added AMF shortcuts & project-wide stream numbers; updated mp4 streamer 2012-08-24 20:46:40 +04:00
75020e9d9f fixed Wirecast connection 2012-08-16 10:55:59 +04:00
fb89d9b931 improved logging 2012-07-05 12:59:07 +04:00
26d932eb1c fixed pausing vod stream 2012-07-05 12:19:24 +04:00
58bc83de8a merged pause into video-on-demand 2012-07-05 03:09:59 +04:00
0d2672938f added seek handler 2012-07-05 00:18:17 +04:00
fa3630d63d Merge branch 'sample-access' 2012-07-03 15:00:10 +04:00
87d1cebfe2 set RTMP sample access args to be true 2012-06-29 01:44:55 +04:00
d9579d627d implemented returning OK from close stream handler sending stream EOF. Any other value can break destruction chain which leads to undestructed data 2012-06-28 22:57:15 +04:00
32ab32f168 added stream begin/eof to play/closeStream 2012-06-25 21:40:23 +04:00
083b0cd629 added pause support 2012-06-25 18:24:07 +04:00
53fd032ae1 close_stream implementation 2012-06-25 16:22:42 +04:00
63c4269a91 added external get-style arguments to notifiers; implemented on_done notification 2012-06-20 21:11:03 +04:00
6143abc418 added amf3_* handlers; this adds compatibility with amf3 players (srobe etc) 2012-06-11 01:02:53 +04:00
eec4b7b401 added cutting off stream name args & removing trailing backslash from appname; thanks to spuzirev & semihalev 2012-06-08 14:51:05 +04:00
3fb41195a5 added publish/play silent mode to escape sending unrelated replies to when using relays 2012-05-22 22:53:35 +04:00
bd51d4b18d push is working 2012-05-16 18:04:35 +04:00
7b88858b44 implemented http/xml/xsl RTMP stats 2012-05-07 15:41:03 +04:00
513f2f7e83 added objectEncoding=0 into connect() reply 2012-04-24 21:19:01 +04:00
201d1b28ae user stream start is now sent only as reply to buffer length message 2012-04-17 15:16:59 +04:00
b063daecdb added transaction support to RTMP connect command 2012-04-15 22:47:50 +04:00
a1ee083e25 changed char* to ngx_str_t in AMF declarations 2012-03-29 16:51:17 +04:00
38c7cf3137 renamed AMF0 to AMF 2012-03-29 16:10:11 +04:00
bcd601832a reimplemented amf0 callbacks from arrays to chains to enable async processing 2012-03-27 20:26:43 +04:00
d943d51975 implemented cmd module - a layer for amf0 call dispatching 2012-03-23 21:29:22 +04:00