Commit graph

103 commits

Author SHA1 Message Date
Roman Arutyunyan dd19680ed9 skipped on_publish/access/record for auto-pushed connections 2012-07-20 13:06:17 +04:00
Roman Arutyunyan 3caf2fd7b4 implemented streaming flvs from beginning till the end; no metadata & positioning so far 2012-07-04 12:34:23 +04:00
Roman Arutyunyan 7c99cfba0a moved out queue params to config 2012-06-14 19:53:21 +04:00
Roman Arutyunyan 345a00f9a3 updated pings to be used only when no i/o occurs on connection 2012-05-26 17:47:06 +04:00
Roman Arutyunyan 49382c826b implemented RTMP ping 2012-05-26 08:33:41 +04:00
Roman Arutyunyan 52f8295d5c improved sesion epoch storage; added live stream time field & added time field to statistics 2012-05-25 16:34:42 +04:00
Roman Arutyunyan ac93e06d65 removed useless argument 2012-05-24 12:21:07 +04:00
Roman Arutyunyan ec28243851 implemented client handshake response digest 2012-05-21 00:42:45 +04:00
Roman Arutyunyan 107ea3699e improved relay implementation 2012-05-18 14:25:30 +04:00
Roman Arutyunyan 83dbef4567 early relay implementation 2012-05-16 15:56:27 +04:00
Roman Arutyunyan d82c16499d Merge branch 'http' 2012-05-10 15:05:50 +04:00
Roman Arutyunyan 7b88858b44 implemented http/xml/xsl RTMP stats 2012-05-07 15:41:03 +04:00
Roman Arutyunyan bd40fe63f9 implemented encrypted handshake 2012-05-03 02:28:21 +04:00
Roman Arutyunyan 606675085d added more code to new handshake 2012-05-01 22:40:22 +04:00
Roman Arutyunyan 8c9e3ad36f implemented per-client sending of abs frame upon connect 2012-04-26 16:47:15 +04:00
Roman Arutyunyan 391bb0b392 fixed parsing fmt=3 chunk timestamps 2012-04-26 14:13:07 +04:00
Roman Arutyunyan bb5b770757 refactored live module streaming 2012-04-20 18:03:00 +04:00
Roman Arutyunyan c9eb9291bb implemented buffering 2012-04-20 09:01:04 +04:00
Roman Arutyunyan 1051367274 optimized session member access 2012-04-19 12:31:36 +04:00
Roman Arutyunyan 6ae16bf9d8 implemenmted several optimizations 2012-04-19 09:53:18 +04:00
Roman Arutyunyan 40684b12b4 implemented shared output chains 2012-04-18 16:37:18 +04:00
Roman Arutyunyan 359c346d35 added more features to recorder 2012-04-11 17:07:06 +04:00
Roman Arutyunyan 90f985fa2f implemented deferred session close 2012-04-08 01:44:57 +04:00
Roman Arutyunyan dbbd320864 improved amf writing 2012-04-06 17:49:30 +04:00
Roman Arutyunyan f118918a47 added more alf functions 2012-04-06 16:13:48 +04:00
Roman Arutyunyan cf1976cd05 implemented chunk size change 2012-04-05 21:28:41 +04:00
Roman Arutyunyan 321c4899cc fixed formatting 2012-04-05 21:26:46 +04:00
Roman Arutyunyan 20a8d06eb6 implemented amf_create & fixed memory keak 2012-04-05 14:58:10 +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
Roman Arutyunyan d943d51975 implemented cmd module - a layer for amf0 call dispatching 2012-03-23 21:29:22 +04:00
Roman Arutyunyan 31d18ed447 implemented applications 2012-03-23 16:03:32 +04:00
Roman Arutyunyan e563c3146e implement ext timestamp fix to make flash client recognize 32-bit timestamps 2012-03-22 01:00:52 +04:00
Roman Arutyunyan 7b70e92413 added max_message 2012-03-21 19:32:18 +04:00
Roman Arutyunyan 3980a59237 added access control 2012-03-21 19:08:59 +04:00
Roman Arutyunyan 140a322b99 added reverse bit copy func 2012-03-20 18:06:19 +04:00
Roman Arutyunyan 96ebed8573 implemented frame dropping 2012-03-18 17:09:19 +04:00
Roman Arutyunyan ec948cd1ea test/
added flash tests
2012-03-18 02:16:59 +04:00
Roman Arutyunyan 12dc260fec implemented proper shared buffer to enable multi-user broadcasts 2012-03-17 10:12:19 +04:00
Roman Arutyunyan fd9e64c138 greately improved: video is now played but nginx crashed on some (big?) frames 2012-03-16 22:09:04 +04:00
Roman Arutyunyan 65cc92e7ca improved publishing & subscribing: now subscriber receives some data which looks like real video 2012-03-15 20:43:03 +04:00
Roman Arutyunyan 78ea1b1266 improved handshake to match specs 2012-03-15 10:23:49 +04:00
Roman Arutyunyan 03960eb7b4 improved publishing & subscribing: now subscriber receives some data which looks like real video 2012-03-14 20:38:15 +04:00
Roman Arutyunyan 68c64116b2 fixed errors; now translation goes up to real a/v broadcast 2012-03-14 10:06:47 +04:00
Roman Arutyunyan 8e32bae842 improved closing session on error 2012-03-13 17:51:41 +04:00
Roman Arutyunyan 4602695d5c implemented broadcast 2012-03-13 09:41:51 +04:00
Roman Arutyunyan fca2c2c8f5 added event & call handlers && created broadcast module 2012-03-12 21:58:00 +04:00
Roman Arutyunyan cdaf112e76 reimplemented output buffering && added shortcuts for sending all major kinds of messages 2012-03-12 03:44:32 +04:00
Roman Arutyunyan 6769a5ac5d reimplemented input buffering 2012-03-11 20:17:17 +04:00
Roman Arutyunyan 69bbf67118 improved amf0 writing & partially implemented connect() 2012-03-10 01:49:09 +04:00
Roman Arutyunyan 60f7962b5b fixed many errors; now test goes up to successfull 'connect' parse 2012-03-09 02:39:15 +04:00
Roman Arutyunyan 93b4582afb fixed compilation errors; first build 2012-03-08 21:45:10 +04:00
Roman Arutyunyan d39b624653 initial commit 2012-03-08 19:21:22 +04:00