From acfe7413afc3380319ce76c7364b42b8f09f7912 Mon Sep 17 00:00:00 2001 From: hyc Date: Fri, 8 Jan 2010 04:28:15 +0000 Subject: [PATCH] Changes for 2.1c git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@208 400ebc74-4327-4243-bc38-086b20814532 --- ChangeLog | 9 +++++++++ Makefile | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5bd7380..6a1e5d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,15 @@ Copyright 2008-2009 Andrej Stepanchuk; Distributed under the GPL v2 Copyright 2009-2010 Howard Chu Copyright 2009 The Flvstreamer Team +7 January 2010, v2.1c +- cleanup rtmpsrv output +- fix crash in 2.1b hashswf +- use chunk-based I/O in rtmpsuck for better latency +- support lists of streams in rtmpsuck +- use raw client connect packet in rtmpsuck to workaround unsupported features +- fix parseurl to url-decode PlayPath +- fix Makefile, inadvertently dropped 'v' from version string + 4 January 2010, v2.1b - fix url matching in .swfinfo lookup - fix resume parsing in rtmpdump diff --git a/Makefile b/Makefile index fcbacf5..14eb318 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ CC=$(CROSS_COMPILE)gcc LD=$(CROSS_COMPILE)ld -DEF=-DRTMPDUMP_VERSION=\"v2.1b\" +DEF=-DRTMPDUMP_VERSION=\"v2.1c\" OPT=-O2 CFLAGS=-Wall $(XCFLAGS) $(INC) $(DEF) $(OPT) LDFLAGS=-Wall $(XLDFLAGS) -- 2.40.0