]> granicus.if.org Git - rtmpdump/log
rtmpdump
14 years agoOnly flush LogPrintf() if output ends with \n
hyc [Fri, 8 Jan 2010 03:48:37 +0000 (03:48 +0000)]
Only flush LogPrintf() if output ends with \n

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@206 400ebc74-4327-4243-bc38-086b20814532

14 years agoFixed per-chunk sending
hyc [Thu, 7 Jan 2010 22:28:54 +0000 (22:28 +0000)]
Fixed per-chunk sending

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@205 400ebc74-4327-4243-bc38-086b20814532

14 years agoPartially revert -r200, per-chunk sending is fragile at the moment
hyc [Thu, 7 Jan 2010 07:35:35 +0000 (07:35 +0000)]
Partially revert -r200, per-chunk sending is fragile at the moment

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@204 400ebc74-4327-4243-bc38-086b20814532

14 years agoMore cleanup
hyc [Wed, 6 Jan 2010 14:18:37 +0000 (14:18 +0000)]
More cleanup

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@203 400ebc74-4327-4243-bc38-086b20814532

14 years agoFix timestamp due to amf fixes, fix buf mgmt due to header changes
hyc [Wed, 6 Jan 2010 13:22:17 +0000 (13:22 +0000)]
Fix timestamp due to amf fixes, fix buf mgmt due to header changes

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@202 400ebc74-4327-4243-bc38-086b20814532

14 years agoSimplify playlist handling
hyc [Wed, 6 Jan 2010 11:00:43 +0000 (11:00 +0000)]
Simplify playlist handling

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@201 400ebc74-4327-4243-bc38-086b20814532

14 years agoRelay data in chunks instead of full packets, to reduce latency. Support
hyc [Wed, 6 Jan 2010 10:29:47 +0000 (10:29 +0000)]
Relay data in chunks instead of full packets, to reduce latency. Support
multiple outstanding Play requests.

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@200 400ebc74-4327-4243-bc38-086b20814532

14 years agoAdd RTMP_SendChunk() for sending incomplete packets. Add m_header to packet,
hyc [Wed, 6 Jan 2010 10:23:59 +0000 (10:23 +0000)]
Add RTMP_SendChunk() for sending incomplete packets. Add m_header to packet,
for a copy of a received packet's raw header

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@199 400ebc74-4327-4243-bc38-086b20814532

14 years agoPlug mem leaks
hyc [Wed, 6 Jan 2010 09:42:45 +0000 (09:42 +0000)]
Plug mem leaks

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@198 400ebc74-4327-4243-bc38-086b20814532

14 years agoapp is parsed from url
hyc [Wed, 6 Jan 2010 04:28:29 +0000 (04:28 +0000)]
app is parsed from url

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@197 400ebc74-4327-4243-bc38-086b20814532

14 years agoFailing to respond to SWF Verification request is an error, not a warning
hyc [Wed, 6 Jan 2010 04:00:16 +0000 (04:00 +0000)]
Failing to respond to SWF Verification request is an error, not a warning

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@196 400ebc74-4327-4243-bc38-086b20814532

14 years agoUse unsigned int for timestamps
hyc [Wed, 6 Jan 2010 02:00:09 +0000 (02:00 +0000)]
Use unsigned int for timestamps

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@195 400ebc74-4327-4243-bc38-086b20814532

14 years agoFixes for extended timestamps, bounds checks
hyc [Wed, 6 Jan 2010 01:57:53 +0000 (01:57 +0000)]
Fixes for extended timestamps, bounds checks

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@194 400ebc74-4327-4243-bc38-086b20814532

14 years agoDon't try to close server->socket multiple times
hyc [Wed, 6 Jan 2010 00:36:40 +0000 (00:36 +0000)]
Don't try to close server->socket multiple times

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@193 400ebc74-4327-4243-bc38-086b20814532

14 years agoFix typo
hyc [Tue, 5 Jan 2010 22:22:07 +0000 (22:22 +0000)]
Fix typo

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@192 400ebc74-4327-4243-bc38-086b20814532

14 years agoRestore 'v' that was dropped from version by mistake
hyc [Tue, 5 Jan 2010 21:17:37 +0000 (21:17 +0000)]
Restore 'v' that was dropped from version by mistake

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@191 400ebc74-4327-4243-bc38-086b20814532

14 years agoFix prev commit
hyc [Tue, 5 Jan 2010 05:00:42 +0000 (05:00 +0000)]
Fix prev commit

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@190 400ebc74-4327-4243-bc38-086b20814532

14 years agoAdd optional packet param to RTMP_Connect(); rtmpsuck will just send
hyc [Tue, 5 Jan 2010 03:46:39 +0000 (03:46 +0000)]
Add optional packet param to RTMP_Connect(); rtmpsuck will just send
the original connect packet instead of generating its own.

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@189 400ebc74-4327-4243-bc38-086b20814532

14 years agoplaypath needs to be url-decoded
hyc [Tue, 5 Jan 2010 01:40:22 +0000 (01:40 +0000)]
playpath needs to be url-decoded

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@187 400ebc74-4327-4243-bc38-086b20814532

14 years agoUpdates for 2.1b
hyc [Mon, 4 Jan 2010 12:08:46 +0000 (12:08 +0000)]
Updates for 2.1b

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@183 400ebc74-4327-4243-bc38-086b20814532

14 years agoFix URL matching in file check
hyc [Mon, 4 Jan 2010 11:35:51 +0000 (11:35 +0000)]
Fix URL matching in file check

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@182 400ebc74-4327-4243-bc38-086b20814532

14 years agoHandle getStreamLength
hyc [Mon, 4 Jan 2010 07:59:40 +0000 (07:59 +0000)]
Handle getStreamLength

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@181 400ebc74-4327-4243-bc38-086b20814532

14 years agoMore logging cleanup
hyc [Mon, 4 Jan 2010 07:59:05 +0000 (07:59 +0000)]
More logging cleanup

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@180 400ebc74-4327-4243-bc38-086b20814532

14 years agoCleanup filename some more, close immediately if client goes away and
hyc [Mon, 4 Jan 2010 06:59:48 +0000 (06:59 +0000)]
Cleanup filename some more, close immediately if client goes away and
we don't have an active stream from the server.

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@179 400ebc74-4327-4243-bc38-086b20814532

14 years agoClose the session on close request
hyc [Mon, 4 Jan 2010 04:04:21 +0000 (04:04 +0000)]
Close the session on close request

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@178 400ebc74-4327-4243-bc38-086b20814532

14 years agoAdd flag for sending objectEncoding even if it's zero
hyc [Mon, 4 Jan 2010 04:03:38 +0000 (04:03 +0000)]
Add flag for sending objectEncoding even if it's zero

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@177 400ebc74-4327-4243-bc38-086b20814532

14 years agoFix typo
hyc [Sun, 3 Jan 2010 04:15:19 +0000 (04:15 +0000)]
Fix typo

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@176 400ebc74-4327-4243-bc38-086b20814532

14 years agoFix bufferSize in resume
hyc [Sun, 3 Jan 2010 04:10:04 +0000 (04:10 +0000)]
Fix bufferSize in resume

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@175 400ebc74-4327-4243-bc38-086b20814532

14 years agoAlways flush log output
hyc [Sat, 2 Jan 2010 23:56:29 +0000 (23:56 +0000)]
Always flush log output

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@174 400ebc74-4327-4243-bc38-086b20814532

14 years agorevert accidental commit
hyc [Sat, 2 Jan 2010 23:46:34 +0000 (23:46 +0000)]
revert accidental commit

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@173 400ebc74-4327-4243-bc38-086b20814532

14 years agoCleanup CRYPTO dependencies
hyc [Sat, 2 Jan 2010 23:45:59 +0000 (23:45 +0000)]
Cleanup CRYPTO dependencies

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@172 400ebc74-4327-4243-bc38-086b20814532

14 years agoZap colons in playpath
hyc [Sat, 2 Jan 2010 23:25:45 +0000 (23:25 +0000)]
Zap colons in playpath

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@171 400ebc74-4327-4243-bc38-086b20814532

14 years agoFix: handle auth parameters in connect request
hyc [Sat, 2 Jan 2010 23:10:00 +0000 (23:10 +0000)]
Fix: handle auth parameters in connect request

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@170 400ebc74-4327-4243-bc38-086b20814532

14 years agoFix WIN32 timeout handling
hyc [Sat, 2 Jan 2010 03:55:55 +0000 (03:55 +0000)]
Fix WIN32 timeout handling

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@169 400ebc74-4327-4243-bc38-086b20814532

14 years ago2.1a updates: copyright year, streams description in README
hyc [Fri, 1 Jan 2010 22:49:07 +0000 (22:49 +0000)]
2.1a updates: copyright year, streams description in README

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@165 400ebc74-4327-4243-bc38-086b20814532

14 years agoMore cleanup for prev commit
hyc [Fri, 1 Jan 2010 21:04:43 +0000 (21:04 +0000)]
More cleanup for prev commit

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@164 400ebc74-4327-4243-bc38-086b20814532

14 years agoCleanup prev commit
hyc [Fri, 1 Jan 2010 20:52:01 +0000 (20:52 +0000)]
Cleanup prev commit

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@163 400ebc74-4327-4243-bc38-086b20814532

14 years agoFix SO_RCVTIMEO for WIN32
hyc [Fri, 1 Jan 2010 20:48:49 +0000 (20:48 +0000)]
Fix SO_RCVTIMEO for WIN32

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@162 400ebc74-4327-4243-bc38-086b20814532

14 years agoNeed <errno.h> here too
hyc [Thu, 31 Dec 2009 04:16:45 +0000 (04:16 +0000)]
Need <errno.h> here too

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@156 400ebc74-4327-4243-bc38-086b20814532

14 years agoMore thread cleanup
hyc [Thu, 31 Dec 2009 04:10:30 +0000 (04:10 +0000)]
More thread cleanup

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@155 400ebc74-4327-4243-bc38-086b20814532

14 years agoAdd some messages for failures
hyc [Thu, 31 Dec 2009 03:17:26 +0000 (03:17 +0000)]
Add some messages for failures

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@154 400ebc74-4327-4243-bc38-086b20814532

14 years agoSilence warning
hyc [Thu, 31 Dec 2009 03:05:40 +0000 (03:05 +0000)]
Silence warning

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@153 400ebc74-4327-4243-bc38-086b20814532

14 years agoMore for warnings
hyc [Thu, 31 Dec 2009 03:03:16 +0000 (03:03 +0000)]
More for warnings

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@152 400ebc74-4327-4243-bc38-086b20814532

14 years agocomment out unused functions to silence warnings
hyc [Thu, 31 Dec 2009 03:02:14 +0000 (03:02 +0000)]
comment out unused functions to silence warnings

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@151 400ebc74-4327-4243-bc38-086b20814532

14 years agoMove thread support to its own files
hyc [Thu, 31 Dec 2009 02:58:04 +0000 (02:58 +0000)]
Move thread support to its own files

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@150 400ebc74-4327-4243-bc38-086b20814532

14 years agoMore cleanup for mingw
hyc [Thu, 31 Dec 2009 02:43:32 +0000 (02:43 +0000)]
More cleanup for mingw

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@149 400ebc74-4327-4243-bc38-086b20814532

14 years agoMore cleanup
hyc [Thu, 31 Dec 2009 02:30:54 +0000 (02:30 +0000)]
More cleanup

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@148 400ebc74-4327-4243-bc38-086b20814532

14 years agoCleanup
hyc [Thu, 31 Dec 2009 02:01:02 +0000 (02:01 +0000)]
Cleanup

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@147 400ebc74-4327-4243-bc38-086b20814532

14 years agoRefactor a bit for WIN32 compatibility
hyc [Thu, 31 Dec 2009 01:42:06 +0000 (01:42 +0000)]
Refactor a bit for WIN32 compatibility

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@146 400ebc74-4327-4243-bc38-086b20814532

15 years agoHashSWF(,ask)
hyc [Wed, 30 Dec 2009 08:19:16 +0000 (08:19 +0000)]
HashSWF(,ask)

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@145 400ebc74-4327-4243-bc38-086b20814532

15 years agoAdd 'ask' param back to HashSWF, expose HandlePacket as RTMP_ClientPacket
hyc [Wed, 30 Dec 2009 08:17:27 +0000 (08:17 +0000)]
Add 'ask' param back to HashSWF, expose HandlePacket as RTMP_ClientPacket

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@144 400ebc74-4327-4243-bc38-086b20814532

15 years agoFix prev commit
hyc [Wed, 30 Dec 2009 06:23:42 +0000 (06:23 +0000)]
Fix prev commit

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@143 400ebc74-4327-4243-bc38-086b20814532

15 years agoPrep for 2.1; use Referrer in HashSWF
hyc [Wed, 30 Dec 2009 06:17:36 +0000 (06:17 +0000)]
Prep for 2.1; use Referrer in HashSWF

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@142 400ebc74-4327-4243-bc38-086b20814532

15 years agoRename SWFVerify() to RTMP_HashSWF(), rename swfvfy.c to hashswf.c
hyc [Wed, 30 Dec 2009 04:30:45 +0000 (04:30 +0000)]
Rename SWFVerify() to RTMP_HashSWF(), rename swfvfy.c to hashswf.c

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@141 400ebc74-4327-4243-bc38-086b20814532

15 years agoStrip unused stuff, close output file on Netstream.Play.Stop
hyc [Wed, 30 Dec 2009 02:30:50 +0000 (02:30 +0000)]
Strip unused stuff, close output file on Netstream.Play.Stop

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@140 400ebc74-4327-4243-bc38-086b20814532

15 years agoNotes about rtmpsuck.
hyc [Wed, 30 Dec 2009 01:54:47 +0000 (01:54 +0000)]
Notes about rtmpsuck.

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@139 400ebc74-4327-4243-bc38-086b20814532

15 years agoAdd -z option to enable debug
hyc [Tue, 29 Dec 2009 23:41:59 +0000 (23:41 +0000)]
Add -z option to enable debug

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@138 400ebc74-4327-4243-bc38-086b20814532

15 years agoWrite headers for 0-length packets
hyc [Tue, 29 Dec 2009 23:37:52 +0000 (23:37 +0000)]
Write headers for 0-length packets

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@137 400ebc74-4327-4243-bc38-086b20814532

15 years agoMore fixes for SendPacket channels
hyc [Tue, 29 Dec 2009 23:16:09 +0000 (23:16 +0000)]
More fixes for SendPacket channels

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@136 400ebc74-4327-4243-bc38-086b20814532

15 years agoUse m_outChunkSize
hyc [Tue, 29 Dec 2009 22:56:25 +0000 (22:56 +0000)]
Use m_outChunkSize

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@135 400ebc74-4327-4243-bc38-086b20814532

15 years agoChange chunksize as needed, don't talk to HTTP server if we already have cached hash,
hyc [Tue, 29 Dec 2009 22:48:28 +0000 (22:48 +0000)]
Change chunksize as needed, don't talk to HTTP server if we already have cached hash,
other packet processing fixes

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@134 400ebc74-4327-4243-bc38-086b20814532

15 years agoAdd "ask" param, don't talk to HTTP server if we already have cached hash
hyc [Tue, 29 Dec 2009 22:47:18 +0000 (22:47 +0000)]
Add "ask" param, don't talk to HTTP server if we already have cached hash

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@133 400ebc74-4327-4243-bc38-086b20814532

15 years agoAdd separate in/out chunk size, fix channels in SendPacket, add packet logging
hyc [Tue, 29 Dec 2009 22:45:11 +0000 (22:45 +0000)]
Add separate in/out chunk size, fix channels in SendPacket, add packet logging

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@132 400ebc74-4327-4243-bc38-086b20814532

15 years agoMake LogHexString() more usable, add DEBUG2 level
hyc [Tue, 29 Dec 2009 22:23:05 +0000 (22:23 +0000)]
Make LogHexString() more usable, add DEBUG2 level

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@131 400ebc74-4327-4243-bc38-086b20814532

15 years agoDrop libcurl stuff
hyc [Tue, 29 Dec 2009 10:59:24 +0000 (10:59 +0000)]
Drop libcurl stuff

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@130 400ebc74-4327-4243-bc38-086b20814532

15 years agoCheck for fopen failing
hyc [Tue, 29 Dec 2009 08:36:46 +0000 (08:36 +0000)]
Check for fopen failing

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@129 400ebc74-4327-4243-bc38-086b20814532

15 years agoFix prev commit
hyc [Tue, 29 Dec 2009 08:13:36 +0000 (08:13 +0000)]
Fix prev commit

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@128 400ebc74-4327-4243-bc38-086b20814532

15 years agoAdd transparent proxy server, work in progress.
hyc [Tue, 29 Dec 2009 08:12:09 +0000 (08:12 +0000)]
Add transparent proxy server, work in progress.

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@127 400ebc74-4327-4243-bc38-086b20814532

15 years agoExpose RTMP_SendCtrl, tweak RTMPPacket_Alloc to reserve space for header
hyc [Tue, 29 Dec 2009 08:10:10 +0000 (08:10 +0000)]
Expose RTMP_SendCtrl, tweak RTMPPacket_Alloc to reserve space for header

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@126 400ebc74-4327-4243-bc38-086b20814532

15 years agoStrip trailing params from swfurl in saved copy
hyc [Tue, 29 Dec 2009 08:07:09 +0000 (08:07 +0000)]
Strip trailing params from swfurl in saved copy

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@125 400ebc74-4327-4243-bc38-086b20814532

15 years agoNote that Curl and Zlib are now required
hyc [Mon, 28 Dec 2009 23:23:32 +0000 (23:23 +0000)]
Note that Curl and Zlib are now required

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@124 400ebc74-4327-4243-bc38-086b20814532

15 years agoAdd note about automatic SWF verification
hyc [Mon, 28 Dec 2009 23:17:26 +0000 (23:17 +0000)]
Add note about automatic SWF verification

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@123 400ebc74-4327-4243-bc38-086b20814532

15 years agoAutomate SWF verification, use -W instead of -s
hyc [Mon, 28 Dec 2009 23:08:06 +0000 (23:08 +0000)]
Automate SWF verification, use -W instead of -s

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@122 400ebc74-4327-4243-bc38-086b20814532

15 years agoRestore Windows compatibility patches
hyc [Mon, 28 Dec 2009 08:59:15 +0000 (08:59 +0000)]
Restore Windows compatibility patches

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@121 400ebc74-4327-4243-bc38-086b20814532

15 years agoAdd note about rtmpsrv
hyc [Mon, 28 Dec 2009 08:53:48 +0000 (08:53 +0000)]
Add note about rtmpsrv

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@120 400ebc74-4327-4243-bc38-086b20814532

15 years agoIgnore zero-length packets during connect
hyc [Sun, 27 Dec 2009 23:01:32 +0000 (23:01 +0000)]
Ignore zero-length packets during connect

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@119 400ebc74-4327-4243-bc38-086b20814532

15 years agoAdd missing notices
hyc [Sun, 27 Dec 2009 20:35:23 +0000 (20:35 +0000)]
Add missing notices

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@118 400ebc74-4327-4243-bc38-086b20814532

15 years agoCleanup, comments on TEA
hyc [Sat, 26 Dec 2009 23:51:30 +0000 (23:51 +0000)]
Cleanup, comments on TEA

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@117 400ebc74-4327-4243-bc38-086b20814532

15 years agoFix typo in r114
hyc [Sat, 26 Dec 2009 23:42:28 +0000 (23:42 +0000)]
Fix typo in r114

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@116 400ebc74-4327-4243-bc38-086b20814532

15 years agoSecureToken support
hyc [Sat, 26 Dec 2009 23:37:45 +0000 (23:37 +0000)]
SecureToken support

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@115 400ebc74-4327-4243-bc38-086b20814532

15 years agoMinor cleanup
hyc [Sat, 26 Dec 2009 23:36:35 +0000 (23:36 +0000)]
Minor cleanup

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@114 400ebc74-4327-4243-bc38-086b20814532

15 years agoFix typo in verifying client signature
hyc [Thu, 24 Dec 2009 22:13:03 +0000 (22:13 +0000)]
Fix typo in verifying client signature

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@113 400ebc74-4327-4243-bc38-086b20814532

15 years agoFix typo in retrieving client digestpos
hyc [Thu, 24 Dec 2009 21:59:20 +0000 (21:59 +0000)]
Fix typo in retrieving client digestpos

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@112 400ebc74-4327-4243-bc38-086b20814532

15 years agoLog client's destination IP address, in case it was redirected
hyc [Tue, 22 Dec 2009 08:05:04 +0000 (08:05 +0000)]
Log client's destination IP address, in case it was redirected

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@111 400ebc74-4327-4243-bc38-086b20814532

15 years agos/server/peer/ now that we support both sides
hyc [Tue, 22 Dec 2009 07:26:08 +0000 (07:26 +0000)]
s/server/peer/ now that we support both sides

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@110 400ebc74-4327-4243-bc38-086b20814532

15 years agoAllow AMF3 encoding
hyc [Tue, 22 Dec 2009 07:21:24 +0000 (07:21 +0000)]
Allow AMF3 encoding

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@109 400ebc74-4327-4243-bc38-086b20814532

15 years agoAdd dummy RTMP server. Doesn't serve any data, just sucks up
hyc [Tue, 22 Dec 2009 06:10:37 +0000 (06:10 +0000)]
Add dummy RTMP server. Doesn't serve any data, just sucks up
connection parameters from a client.

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@108 400ebc74-4327-4243-bc38-086b20814532

15 years agoChange AMF_Encode* APIs to include buffer end checking, restructure...
hyc [Tue, 22 Dec 2009 04:55:19 +0000 (04:55 +0000)]
Change AMF_Encode* APIs to include buffer end checking, restructure...

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@107 400ebc74-4327-4243-bc38-086b20814532

15 years agoAdded server-side handshaking. Will probably split these files later...
hyc [Tue, 22 Dec 2009 00:50:58 +0000 (00:50 +0000)]
Added server-side handshaking. Will probably split these files later...

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@106 400ebc74-4327-4243-bc38-086b20814532

15 years agoSilence spurious warning
hyc [Mon, 21 Dec 2009 20:50:25 +0000 (20:50 +0000)]
Silence spurious warning

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@105 400ebc74-4327-4243-bc38-086b20814532

15 years agoRestructure, always send 2nd handshake packet before reading 2nd packet
hyc [Mon, 21 Dec 2009 20:46:11 +0000 (20:46 +0000)]
Restructure, always send 2nd handshake packet before reading 2nd packet

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@104 400ebc74-4327-4243-bc38-086b20814532

15 years agoMinor cleanup
hyc [Sun, 20 Dec 2009 07:32:10 +0000 (07:32 +0000)]
Minor cleanup

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@93 400ebc74-4327-4243-bc38-086b20814532

15 years agoAllow longer URLs for subscribepath
hyc [Fri, 18 Dec 2009 18:11:46 +0000 (18:11 +0000)]
Allow longer URLs for subscribepath

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@92 400ebc74-4327-4243-bc38-086b20814532

15 years agoAlways log Invokes, even if we don't exepct a _result
hyc [Fri, 18 Dec 2009 09:41:23 +0000 (09:41 +0000)]
Always log Invokes, even if we don't exepct a _result

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@91 400ebc74-4327-4243-bc38-086b20814532

15 years agoFix whitespace in debug
hyc [Thu, 17 Dec 2009 07:11:42 +0000 (07:11 +0000)]
Fix whitespace in debug

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@87 400ebc74-4327-4243-bc38-086b20814532

15 years agoWin32 thread support
hyc [Thu, 17 Dec 2009 03:29:36 +0000 (03:29 +0000)]
Win32 thread support

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@86 400ebc74-4327-4243-bc38-086b20814532

15 years agoReindent
hyc [Thu, 17 Dec 2009 02:43:24 +0000 (02:43 +0000)]
Reindent

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@85 400ebc74-4327-4243-bc38-086b20814532

15 years agoMore cleanup
hyc [Thu, 17 Dec 2009 02:37:34 +0000 (02:37 +0000)]
More cleanup

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@84 400ebc74-4327-4243-bc38-086b20814532

15 years agoConvert streams to C
hyc [Thu, 17 Dec 2009 02:27:24 +0000 (02:27 +0000)]
Convert streams to C

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@83 400ebc74-4327-4243-bc38-086b20814532

15 years agoNotes for 2.0
hyc [Thu, 17 Dec 2009 01:45:33 +0000 (01:45 +0000)]
Notes for 2.0

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@82 400ebc74-4327-4243-bc38-086b20814532