Commit graph

742 commits

Author SHA1 Message Date
Roman Arutyunyan 95447b3dc6 fixed mp4 timestamp type 2013-06-12 20:47:25 +04:00
Roman Arutyunyan c41d4e7810 fixed msvc warning 2013-06-12 20:47:25 +04:00
Roman Arutyunyan 1bd6aed4c8 added ifdefs to fix msvc compilation 2013-06-12 20:47:25 +04:00
Roman Arutyunyan 49f8f4d097 fixed type casting 2013-06-12 20:47:25 +04:00
Roman Arutyunyan 56b54b1215 added conditional compilation on unix domain socket existence 2013-06-12 20:47:25 +04:00
Roman Arutyunyan 161e36ee9d added casts to amf parser 2013-06-12 20:47:24 +04:00
Roman Arutyunyan cb2a18a3ec added blocks to sender shortcuts to escape msvc complains about late variable declarations 2013-06-12 20:47:24 +04:00
Roman Arutyunyan 248335216a added type cast to 64-bit reverse function 2013-06-12 20:47:24 +04:00
Roman Arutyunyan 9389670657 added type casts to hls 2013-06-12 20:47:24 +04:00
Roman Arutyunyan c752e0696c added ifdef conditional on ngx_lock_fd 2013-06-12 20:47:24 +04:00
Roman Arutyunyan 479a574cec ngx_tm_t -> struct tm 2013-06-12 20:47:24 +04:00
Roman Arutyunyan 8c81d3ef39 removed unreachable return 2013-06-12 20:47:24 +04:00
Roman Arutyunyan db34613f1a fixed typo 2013-06-12 20:47:24 +04:00
Roman Arutyunyan e9a9c5f4bd write -> ngx_write_fd 2013-06-12 20:47:24 +04:00
Roman Arutyunyan b93e2cdff6 added int8_t & uint8_t definitions for msvc 2013-06-12 20:47:23 +04:00
Roman Arutyunyan e4070fb777 fixed default values of conf params 2013-06-12 20:47:23 +04:00
Roman Arutyunyan 8553cf204b inline -> ngx_inline 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 021db6cfd9 fixed HLS system fragment naming on 32-bit systems 2013-06-12 20:45:42 +04:00
Roman Arutyunyan f114ce4ce9 fixed handling H264 SEI NAL in HLS; thanks to @jettoblack 2013-06-12 20:40:23 +04:00
Roman Arutyunyan 289ee42c53 added handling mp4 box with zero size 2013-06-01 11:51:45 +04:00
Roman Arutyunyan 613234b866 added 'args' argument to exec 2013-05-26 16:27:02 +04:00
Roman Arutyunyan 22984bc309 http parse error now leads to notify error 2013-05-22 12:24:31 +04:00
Roman Arutyunyan e29e64ed7d Merge branch 'vod-stat2' 2013-05-17 14:51:01 +04:00
Roman Arutyunyan 3d70ba4777 hls cleanup is not optional 2013-05-14 21:25:30 +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 849dbf6b89 removed dns round robin from todo 2013-05-13 12:16:14 +04:00
Roman Arutyunyan 244961076f added round-robin relay url balancing 2013-05-13 12:13:11 +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 8a332610bc updated compilation note 2013-05-09 21:39:41 +04:00
Roman Arutyunyan beb76aa8d5 added ssl module note 2013-05-07 20:47:12 +04:00
Roman Arutyunyan 36d744d257 Merge branch 'master' of github.com:arut/nginx-rtmp-module 2013-05-07 20:45:43 +04:00
Roman Arutyunyan 8958f0b33d Merge pull request #180 from jbochi/master
Fix build documentation
2013-05-07 09:45:25 -07:00
Roman Arutyunyan 11e14ee928 implemented push/pull from on_play/on_publish 2013-05-07 17:43:03 +04:00
Roman Arutyunyan 1d30518c8f fixed crash on hls audio buffer overflow 2013-05-07 15:08:55 +04:00
Roman Arutyunyan ed98ca42ef fixed typo 2013-05-07 15:02:01 +04:00
Juarez Bochi f4d974425c Update README.md
Remove additional build instructions for HLS since it is now included in rtmp module and does not need ffmpeg libs for compilation.
2013-05-06 16:59:43 -03:00
Juarez Bochi 09db8210a7 Fix build instructions on README.md
http ssl module must be enabled
2013-05-06 16:54:18 -03:00
Roman Arutyunyan de2a4258d7 added close directory call in hls cleanup code 2013-05-05 09:11:04 +04:00
Roman Arutyunyan 73f94b99ff fixed memzero argument 2013-05-01 08:14:00 +04:00
Roman Arutyunyan 97a5a860e2 added stat before socket connect to fix auto_push connection error 2013-04-30 13:44:33 +04:00
Roman Arutyunyan dd75b749da implemented succeeded pushed count check in auto_push module 2013-04-27 19:51:01 +04:00
Roman Arutyunyan d0fb258d10 fixed crash when process name is NULL 2013-04-26 19:01:59 +04:00
Roman Arutyunyan b0de943956 style fix 2013-04-25 20:20:59 +04:00
Roman Arutyunyan 7688a62874 fixed compilation 2013-04-25 20:13:21 +04:00
Roman Arutyunyan c61e99a368 Merge branch 'hls-restart-on-audio' 2013-04-25 09:22:24 +04:00
Roman Arutyunyan d422c3685d implemented strftime-formatted record_suffix 2013-04-24 18:20:33 +04:00