Commit graph

43 commits

Author SHA1 Message Date
Roman Arutyunyan f599c70568 updated copyright line 2013-11-03 23:11:37 +04:00
Roman Arutyunyan cbe760aa8a fixed formatting types 2013-06-13 17:11:44 +04:00
Roman Arutyunyan e4070fb777 fixed default values of conf params 2013-06-12 20:47:23 +04:00
Roman Arutyunyan f94fcee9fb included ngx_config.h & ngx_core.h to every file 2013-06-12 20:47:23 +04:00
Roman Arutyunyan 22984bc309 http parse error now leads to notify error 2013-05-22 12:24:31 +04:00
Roman Arutyunyan a47b23204b Merge branch 'notify-relay' 2013-05-13 17:26:10 +04:00
Roman Arutyunyan 58bd602946 removed extra logging 2013-05-13 17:25:54 +04:00
Roman Arutyunyan aeb20d0a24 minor logger fixes & more debug logging 2013-05-13 13:35:56 +04:00
Roman Arutyunyan db5d361743 fixed remote connect in relay module to use the right address 2013-05-13 09:59:34 +04:00
Roman Arutyunyan 6fa61c090e added 'time' argument to on_update notification to track time from beginning of playback/publish 2013-05-12 19:30:56 +04:00
Roman Arutyunyan 11e14ee928 implemented push/pull from on_play/on_publish 2013-05-07 17:43:03 +04:00
Roman Arutyunyan 709b173bdc fixed done-family notifications when on_play/on_published failed 2013-04-18 23:57:13 +04:00
Roman Arutyunyan 7f7fcc8d5c fixed loging 2013-04-02 09:55:56 +04:00
Roman Arutyunyan 15fe840681 implemented connect/play/publish notify redirect 2013-04-01 21:21:20 +04:00
Roman Arutyunyan f89bbae235 implemented on_connect & on_disconnect 2013-01-28 22:17:19 +04:00
Roman Arutyunyan 1ee8979804 implemented notify_update_strict 2012-11-17 11:35:39 +04:00
Roman Arutyunyan 96902cf81a on_update now does not terminate connection on empty or broken HTTP response 2012-11-16 17:01:58 +04:00
Roman Arutyunyan 6d5a33df75 closeStream is now used instead of deleteStream in notify module 2012-11-15 21:15:14 +04:00
Roman Arutyunyan 62e03d710c implemented on_update notification 2012-11-14 23:06:55 +04:00
Roman Arutyunyan 93b6692735 improved sending done-family notifications; fixed crash when on_play_done is set but on_done is unset 2012-11-10 18:29:29 +04:00
Roman Arutyunyan 445c45145d fixed error text 2012-11-08 11:54:18 +04:00
Roman Arutyunyan 70e4ff5bcd new optimized notifications 2012-11-08 10:30:00 +04:00
Roman Arutyunyan b8424c9b63 vod-http is now working 2012-10-23 21:59:31 +04:00
Roman Arutyunyan eacfd8fac4 this version compiles ok 2012-10-23 20:21:24 +04:00
Roman Arutyunyan cdb084e375 fixed on_record_done; fixed notification inheritance; fixed logging 2012-09-22 14:46:03 +04:00
Roman Arutyunyan 76211a4bd2 moved some logging from debug to info 2012-09-17 11:46:16 +04:00
Roman Arutyunyan 129a161fb8 Merge branch 'master' of github.com:arut/nginx-rtmp-module 2012-09-14 16:51:17 +04:00
Roman Arutyunyan abc2704db1 added merging up activity flag i nnotifiers 2012-09-13 21:47:57 +04:00
Roman Arutyunyan 9a31ca9237 added on_record_done & exec_record_done for recorder{} blocks; added new-style args to exec_* notifiers 2012-09-12 14:57:24 +04:00
Roman Arutyunyan a4d55c0ff5 fixed compilation 2012-09-12 11:13:49 +04:00
Roman Arutyunyan 067c73710d moved notify module to the end of config & added auto_push checks to notifier 2012-09-06 17:46:08 +04:00
Roman Arutyunyan 2ae585d99b fixed crash in callback creator 2012-09-06 17:17:34 +04:00
Roman Arutyunyan f221540a78 implemented on_publish_done, on_play_done; fixed repeated on_done 2012-09-06 16:10:21 +04:00
Roman Arutyunyan acf6ea076c merged from master 2012-08-30 17:39:31 +04:00
Roman Arutyunyan 9aa411409d fixed on_done argument length; thanks to Paul Howes (phowes). 2012-08-30 15:49:07 +04:00
Roman Arutyunyan dd19680ed9 skipped on_publish/access/record for auto-pushed connections 2012-07-20 13:06:17 +04:00
Roman Arutyunyan cbaff8f1df added addr=<ip> to HTTP notifications 2012-07-12 16:53:16 +04:00
Roman Arutyunyan 51647d03b3 added arguments to on_record_done 2012-06-29 16:00:00 +04:00
Roman Arutyunyan 63c4269a91 added external get-style arguments to notifiers; implemented on_done notification 2012-06-20 21:11:03 +04:00
Roman Arutyunyan 4343ec28e7 added forcing detached netcalls when handler is NULL 2012-04-12 21:18:15 +04:00
Roman Arutyunyan 18d8526793 added more flags & extended types to AMF 2012-03-30 19:07:14 +04:00
Roman Arutyunyan 38c7cf3137 renamed AMF0 to AMF 2012-03-29 16:10:11 +04:00
Roman Arutyunyan caec91b857 added HTTP callback engine && implemented on_publish, on_play, on_record_done 2012-03-29 14:07:57 +04:00