]>
granicus.if.org Git - rtmpdump/log
KSV [Sun, 31 Jul 2011 19:33:46 +0000 (12:33 -0700)]
Justin.TV usherToken detection
Scott D. Davilla [Fri, 29 Jul 2011 18:26:35 +0000 (11:26 -0700)]
Darwin dylib updates
Bring in line with current practice for Darwin dynamic libs
Howard Chu [Sat, 23 Jul 2011 01:06:27 +0000 (18:06 -0700)]
Plug potential memleak
Reported by Reijo Tomperi <aggro80@users.sourceforge.net>
Howard Chu [Sat, 23 Jul 2011 01:04:05 +0000 (18:04 -0700)]
Fix MDH_free() for PolarSSL
Reported by Reijo Tomperi <aggro80@users.sourceforge.net>
Martin Storsjo [Fri, 15 Jul 2011 10:46:03 +0000 (13:46 +0300)]
Don't try to close an already closed socket
This could happen if WriteN() (called within SendBytesReceived())
failed.
Martin Storsjo [Fri, 15 Jul 2011 10:46:02 +0000 (13:46 +0300)]
Check the return value from RTMP_SendBytesReceived()
This avoids double frees in RTMP_Close(), if the
RTMP_SendBytesReceived() call failed, which earlier led
to RTMP_ReadPacket() writing back an already freed buffer
(freed by RTMP_Close() within WriteN()) into m_vecChannelsIn.
Martin Storsjo [Sat, 30 Apr 2011 11:30:01 +0000 (14:30 +0300)]
Generate and install an import lib for the built DLL
Martin Storsjo [Sat, 30 Apr 2011 11:30:00 +0000 (14:30 +0300)]
Create the SODIR, too
When SYS=mingw, this differs from LIBDIR.
Martin Storsjo [Sat, 30 Apr 2011 11:29:58 +0000 (14:29 +0300)]
Remove the generated pkg-config file on make clean
Howard Chu [Fri, 22 Jul 2011 00:31:14 +0000 (17:31 -0700)]
Regenerate HTML docs, minor tweaks
toine512 [Fri, 22 Jul 2011 00:10:13 +0000 (17:10 -0700)]
Squashed commit of the following:
commit
84b160fdc8e6aaff9b5b214d90e8f002cc4185dd
Author: toine512 <toine512@gmail.com>
Date: Wed Jul 20 23:09:26 2011 +0200
Updates man .. again
commit
717c562b844595f5b24da268a5f5203d921ebc89
Author: toine512 <toine512@gmail.com>
Date: Wed Jul 20 21:00:44 2011 +0200
More updates in man files, regenerating HTML files needed
commit
8196cf03b2ff7b9483166302bf79a0760fed2772
Author: toine512 <toine512@gmail.com>
Date: Wed Jul 20 20:42:41 2011 +0200
Updates ChangeLog
commit
7a6931cffd0ffd2d0997ffed2bd7609e9a043387
Author: toine512 <toine512@gmail.com>
Date: Wed Jul 20 20:37:40 2011 +0200
Updates man files, regenerating HTML files is needed
commit
1cb67af20bb4085b87123299956c6b4d2d2b1484
Author: toine512 <toine512@gmail.com>
Date: Wed Jul 20 20:03:16 2011 +0200
Implements Justin.tv support (NetStream.Authenticate.UsherToken)
Howard Chu [Tue, 12 Jul 2011 00:24:33 +0000 (17:24 -0700)]
v2.4 changes
Howard Chu [Tue, 12 Jul 2011 00:22:43 +0000 (17:22 -0700)]
Version bump
Howard Chu [Tue, 12 Jul 2011 00:19:25 +0000 (17:19 -0700)]
Additional credit for RTMPE 9 keys
Howard Chu [Mon, 11 Jul 2011 23:41:28 +0000 (16:41 -0700)]
Add LIB_RTMP macro
Allows changing to static linking on the cmd line
Howard Chu [Mon, 11 Jul 2011 23:12:39 +0000 (16:12 -0700)]
Add RTMPE type 9 handshake signature
Howard Chu [Mon, 11 Jul 2011 21:41:11 +0000 (14:41 -0700)]
Revert "Drop back on the handshake version, avoid rtmpe 9"
This reverts commit
aa2825fbb1d1f70652d558a730baed28149ebbdd .
Conflicts:
librtmp/handshake.h
Compn [Tue, 5 Jul 2011 13:48:23 +0000 (09:48 -0400)]
add -shared to mingw ldflags, fixes compilation error
patch by Martin Storsjo
hyc [Thu, 7 Apr 2011 19:33:28 +0000 (19:33 +0000)]
Use symbolic constants for packet types. From Peter Miller @ opensource.org.au
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@568
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Thu, 7 Apr 2011 19:11:13 +0000 (19:11 +0000)]
Handle multiple sessions at once (ugly)
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@567
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Thu, 7 Apr 2011 19:07:31 +0000 (19:07 +0000)]
Handle Play.PublishNotify like Play.Start
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@566
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Tue, 22 Mar 2011 15:13:18 +0000 (15:13 +0000)]
Fix prev commit
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@563
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Sat, 19 Mar 2011 23:32:53 +0000 (23:32 +0000)]
Drop back on the handshake version, avoid rtmpe 9
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@562
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Wed, 16 Mar 2011 12:11:21 +0000 (12:11 +0000)]
Fix rtmpt read hangs
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@561
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Mon, 14 Mar 2011 06:48:09 +0000 (06:48 +0000)]
Bump up play command buffer sizes
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@560
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Thu, 10 Mar 2011 14:33:32 +0000 (14:33 +0000)]
Fix typos in prev commit
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@559
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Thu, 10 Mar 2011 14:30:06 +0000 (14:30 +0000)]
Add Libs.private to pkgconfig for Windows
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@558
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Fri, 25 Feb 2011 05:51:40 +0000 (05:51 +0000)]
Fix FLV timestamps during resume
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@557
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Fri, 24 Dec 2010 22:35:35 +0000 (22:35 +0000)]
Fix infinite loop on Error/Close
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@554
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Tue, 26 Oct 2010 23:51:10 +0000 (23:51 +0000)]
Timeout fix from Antti Ajanki
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@552
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Fri, 8 Oct 2010 07:45:54 +0000 (07:45 +0000)]
Log error message for unsupported SWF Verification types
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@551
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Fri, 13 Aug 2010 20:34:58 +0000 (20:34 +0000)]
Less case-sensitive check for Content-length: header
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@550
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Fri, 13 Aug 2010 20:05:35 +0000 (20:05 +0000)]
Substitute libdir in pkgconfig file
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@549
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Tue, 10 Aug 2010 06:41:50 +0000 (06:41 +0000)]
More dynlib tweaks
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@548
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Mon, 9 Aug 2010 21:46:31 +0000 (21:46 +0000)]
Fixes for Darwin - use dylib, not bundle for shared lib
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@547
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Mon, 12 Jul 2010 08:20:04 +0000 (08:20 +0000)]
MacOSX/Darwin shared library flags
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@546
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Thu, 8 Jul 2010 11:11:47 +0000 (11:11 +0000)]
Fix install target
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@545
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Thu, 8 Jul 2010 10:38:33 +0000 (10:38 +0000)]
Don't link explicitly against static library
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@544
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Mon, 5 Jul 2010 20:17:16 +0000 (20:17 +0000)]
Update XBOX/XBMC support
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@543
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Mon, 5 Jul 2010 20:16:55 +0000 (20:16 +0000)]
Remove obsolete XBOX defs
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@542
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Mon, 5 Jul 2010 20:07:39 +0000 (20:07 +0000)]
Hide strtime()
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@541
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Sat, 3 Jul 2010 10:28:57 +0000 (10:28 +0000)]
Update from prev commit
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@539
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Sat, 3 Jul 2010 10:25:48 +0000 (10:25 +0000)]
Document the escape coding used for special characters in values
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@538
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Thu, 1 Jul 2010 12:00:43 +0000 (12:00 +0000)]
Fix typo
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@537
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Wed, 30 Jun 2010 22:34:59 +0000 (22:34 +0000)]
zlib dependency is only when CRYPTO is enabled
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@536
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Wed, 30 Jun 2010 20:01:12 +0000 (20:01 +0000)]
Default to SYS=posix, parent Makefile may not have run
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@532
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Wed, 30 Jun 2010 19:57:38 +0000 (19:57 +0000)]
Also delete shared libs on clean
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@530
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Wed, 30 Jun 2010 19:51:21 +0000 (19:51 +0000)]
2.3 notes about shared library
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@528
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Wed, 30 Jun 2010 19:41:52 +0000 (19:41 +0000)]
Add mingw DLL install support
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@527
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Wed, 30 Jun 2010 19:02:53 +0000 (19:02 +0000)]
Add -lz and MinGW support
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@526
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Wed, 30 Jun 2010 18:52:14 +0000 (18:52 +0000)]
Bumping version to 2.3 to highlight shared lib support
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@525
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Tue, 29 Jun 2010 21:05:04 +0000 (21:05 +0000)]
Only send CheckBW request once
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@524
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Tue, 29 Jun 2010 07:40:13 +0000 (07:40 +0000)]
Fix prev commit
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@523
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Tue, 29 Jun 2010 01:39:49 +0000 (01:39 +0000)]
Cleanup prev commit
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@522
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Tue, 29 Jun 2010 01:31:17 +0000 (01:31 +0000)]
Fix tcUrl generation, free it on close if needed
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@521
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Tue, 29 Jun 2010 01:09:21 +0000 (01:09 +0000)]
Skip repeated spaces between URL options
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@520
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Sun, 27 Jun 2010 19:51:48 +0000 (19:51 +0000)]
Check for duplicate invocations
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@519
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Sat, 26 Jun 2010 21:03:02 +0000 (21:03 +0000)]
Notes for 2.2f
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@518
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Fri, 25 Jun 2010 20:28:41 +0000 (20:28 +0000)]
Fix bogus switch statement
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@517
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Thu, 24 Jun 2010 19:20:52 +0000 (19:20 +0000)]
Fix skipping extension
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@516
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Thu, 24 Jun 2010 19:18:29 +0000 (19:18 +0000)]
m_read.buf cannot be freed if we were still searching for the header
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@515
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Tue, 22 Jun 2010 14:19:08 +0000 (14:19 +0000)]
casting hbuf to unsigned doesn't seem to work, just declare it unsigned
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@514
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Sat, 19 Jun 2010 18:57:38 +0000 (18:57 +0000)]
Add ping/pong msg, from mybiiter@gmail.com. (Untested. Used with "ustream"?)
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@513
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Thu, 17 Jun 2010 19:13:44 +0000 (19:13 +0000)]
Simple rules for shared lib, v2.2f
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@512
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Thu, 17 Jun 2010 18:42:04 +0000 (18:42 +0000)]
bump libversion to 2.2f
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@511
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Thu, 17 Jun 2010 18:38:04 +0000 (18:38 +0000)]
Add RTMP_Socket(), RTMP_Pause(). Addresses the last remaining
direct references into RTMP struct from ffmpeg, should be able
to write version-independent apps now.
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@510
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Sun, 6 Jun 2010 07:17:29 +0000 (07:17 +0000)]
Always use .flv extension for output
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@509
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Thu, 3 Jun 2010 17:03:37 +0000 (17:03 +0000)]
Regenerate
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@508
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Thu, 3 Jun 2010 17:02:11 +0000 (17:02 +0000)]
formatting/typos
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@507
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Thu, 3 Jun 2010 16:59:46 +0000 (16:59 +0000)]
Note librtmp is LGPL
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@506
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Thu, 3 Jun 2010 16:50:30 +0000 (16:50 +0000)]
Update FSF address in license notice
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@505
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Wed, 2 Jun 2010 21:12:19 +0000 (21:12 +0000)]
move TRUE/FALSE defs to public header, just in case
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@504
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Wed, 2 Jun 2010 16:52:55 +0000 (16:52 +0000)]
Kill all use of bool, just use int
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@503
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Wed, 2 Jun 2010 16:15:24 +0000 (16:15 +0000)]
add XLIBS macro
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@502
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Tue, 1 Jun 2010 13:03:14 +0000 (13:03 +0000)]
drop unused MF variable
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@501
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Tue, 1 Jun 2010 13:01:05 +0000 (13:01 +0000)]
drop $(MAKEFLAGS), unnecessary
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@500
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Mon, 31 May 2010 22:53:34 +0000 (22:53 +0000)]
RTMP_Write buf is const
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@499
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Sun, 30 May 2010 21:14:28 +0000 (21:14 +0000)]
Fix RC4 teardown for GnuTLS/gcrypt
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@498
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Sat, 29 May 2010 07:56:12 +0000 (07:56 +0000)]
Note RTMP_EnableWrite
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@494
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Sat, 29 May 2010 07:39:31 +0000 (07:39 +0000)]
Tweak install vars
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@492
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Sat, 29 May 2010 07:34:53 +0000 (07:34 +0000)]
Add install targets for tools and docs
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@491
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Sat, 29 May 2010 07:26:00 +0000 (07:26 +0000)]
Makefile tweaks, use SYS= macro instead of platform targets
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@490
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Sat, 29 May 2010 06:55:46 +0000 (06:55 +0000)]
2.2e notes
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@489
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Sat, 29 May 2010 06:46:27 +0000 (06:46 +0000)]
Bump to version 2.2e
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@488
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Fri, 28 May 2010 01:37:42 +0000 (01:37 +0000)]
Add RTMP_EnableWrite() for publishing instead of reading
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@487
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Thu, 27 May 2010 17:34:59 +0000 (17:34 +0000)]
Finally fix the half-assed request/result queue
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@486
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Wed, 26 May 2010 15:16:25 +0000 (15:16 +0000)]
Read buffer fixes: We overallocated the buf by 4 bytes, but the result
may not have needed the extra space. Also, don't return without reading
at least one packet. (Alternative: return early, but set EAGAIN...)
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@485
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Mon, 24 May 2010 19:43:48 +0000 (19:43 +0000)]
Just return 1 packet's worth of data at a time from RTMP_Read()
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@484
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Mon, 24 May 2010 13:29:05 +0000 (13:29 +0000)]
Cleanup declaration
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@483
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Mon, 24 May 2010 13:28:35 +0000 (13:28 +0000)]
Revert unintended commit
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@482
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Mon, 24 May 2010 13:21:44 +0000 (13:21 +0000)]
Give up dataType search if we run out of buffer
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@481
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Mon, 24 May 2010 13:02:37 +0000 (13:02 +0000)]
Use metadata to set dataType, to help finish dataType search earlier
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@480
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Tue, 11 May 2010 03:49:27 +0000 (03:49 +0000)]
Fix RTMP_Read, return 0 on EOF, not -1
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@477
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Wed, 5 May 2010 23:08:19 +0000 (23:08 +0000)]
Fix swfinfo path on Xbox
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@474
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Wed, 5 May 2010 20:16:28 +0000 (20:16 +0000)]
Document what we know about Stream BufferEmpty and BufferReady messages
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@473
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Wed, 5 May 2010 08:00:51 +0000 (08:00 +0000)]
Very rudimentary library overview, read rtmp.h for more details
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@472
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Wed, 5 May 2010 05:47:18 +0000 (05:47 +0000)]
Don't use the BufferEmpty toggle trick by default in librtmp,
but set it by default in rtmpdump
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@471
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Tue, 4 May 2010 21:09:42 +0000 (21:09 +0000)]
Whitespace in prev commit
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@470
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Tue, 4 May 2010 20:16:00 +0000 (20:16 +0000)]
Fix rtmpt clientID was not NUL-terminated
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@469
400ebc74 -4327-4243-bc38-
086b20814532
hyc [Tue, 4 May 2010 16:50:35 +0000 (16:50 +0000)]
More XBOX cleanup, just use _WIN32 which is defined on both
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@468
400ebc74 -4327-4243-bc38-
086b20814532