44 Commits

Author SHA1 Message Date
bd40fe63f9 implemented encrypted handshake 2012-05-03 02:28:21 +04:00
606675085d added more code to new handshake 2012-05-01 22:40:22 +04:00
f6ccfb6fa1 added chunk size fix 2012-04-28 21:36:07 +04:00
8c9e3ad36f implemented per-client sending of abs frame upon connect 2012-04-26 16:47:15 +04:00
391bb0b392 fixed parsing fmt=3 chunk timestamps 2012-04-26 14:13:07 +04:00
3f9dea711d implemented video sync mode 2012-04-23 19:13:35 +04:00
0c9254647b fixed epoll del event error 2012-04-20 18:53:58 +04:00
fb36b95425 dropline is now not as strict as before 2012-04-20 18:37:40 +04:00
bb5b770757 refactored live module streaming 2012-04-20 18:03:00 +04:00
c9eb9291bb implemented buffering 2012-04-20 09:01:04 +04:00
1051367274 optimized session member access 2012-04-19 12:31:36 +04:00
6ae16bf9d8 implemenmted several optimizations 2012-04-19 09:53:18 +04:00
40684b12b4 implemented shared output chains 2012-04-18 16:37:18 +04:00
90f985fa2f implemented deferred session close 2012-04-08 01:44:57 +04:00
cf1976cd05 implemented chunk size change 2012-04-05 21:28:41 +04:00
f6d2406ae7 fixed closing rtmp connection 2012-04-04 17:00:05 +04:00
67a621de57 fixed compilation 2012-03-30 20:18:20 +04:00
38c7cf3137 renamed AMF0 to AMF 2012-03-29 16:10:11 +04:00
e563c3146e implement ext timestamp fix to make flash client recognize 32-bit timestamps 2012-03-22 01:00:52 +04:00
7b70e92413 added max_message 2012-03-21 19:32:18 +04:00
3980a59237 added access control 2012-03-21 19:08:59 +04:00
f2746b6ee1 fixed timestamp formula 2012-03-20 18:06:50 +04:00
f925fd0bc6 added checks for active flag to prevent successive writev fails 2012-03-20 09:40:36 +04:00
1e9a7e6efc improved frame timing & added meta files 2012-03-20 03:52:39 +04:00
96ebed8573 implemented frame dropping 2012-03-18 17:09:19 +04:00
ec948cd1ea test/
added flash tests
2012-03-18 02:16:59 +04:00
996bd6b93e fixed send_chain allocation overhead & fixed disconnect buffer cleanup 2012-03-17 18:12:59 +04:00
eda826a386 fixed initial pool size 2012-03-17 12:20:03 +04:00
12dc260fec implemented proper shared buffer to enable multi-user broadcasts 2012-03-17 10:12:19 +04:00
fd9e64c138 greately improved: video is now played but nginx crashed on some (big?) frames 2012-03-16 22:09:04 +04:00
65cc92e7ca improved publishing & subscribing: now subscriber receives some data which looks like real video 2012-03-15 20:43:03 +04:00
17a3d368d8 fixed bugs in packet input 2012-03-15 15:49:05 +04:00
78ea1b1266 improved handshake to match specs 2012-03-15 10:23:49 +04:00
03960eb7b4 improved publishing & subscribing: now subscriber receives some data which looks like real video 2012-03-14 20:38:15 +04:00
68c64116b2 fixed errors; now translation goes up to real a/v broadcast 2012-03-14 10:06:47 +04:00
8e32bae842 improved closing session on error 2012-03-13 17:51:41 +04:00
4602695d5c implemented broadcast 2012-03-13 09:41:51 +04:00
fca2c2c8f5 added event & call handlers && created broadcast module 2012-03-12 21:58:00 +04:00
cdaf112e76 reimplemented output buffering && added shortcuts for sending all major kinds of messages 2012-03-12 03:44:32 +04:00
6769a5ac5d reimplemented input buffering 2012-03-11 20:17:17 +04:00
69bbf67118 improved amf0 writing & partially implemented connect() 2012-03-10 01:49:09 +04:00
60f7962b5b fixed many errors; now test goes up to successfull 'connect' parse 2012-03-09 02:39:15 +04:00
93b4582afb fixed compilation errors; first build 2012-03-08 21:45:10 +04:00
d39b624653 initial commit 2012-03-08 19:21:22 +04:00