Added RTMPChunk to FLV converter to FLV lib, improved RTMP debugger to allow for dumping RTMP streams to FLV, improved RTMP debugger to show and work with more details

This commit is contained in:
Thulinma 2011-08-21 00:35:01 +02:00
parent 3b7af0b95a
commit b240874ede
4 changed files with 100 additions and 5 deletions

View file

@ -1,4 +1,4 @@
SRC = main.cpp ../util/amf.cpp ../util/rtmpchunks.cpp ../util/crypto.cpp
SRC = main.cpp ../util/amf.cpp ../util/rtmpchunks.cpp ../util/crypto.cpp ../util/flv_tag.cpp ../util/socket.cpp
OBJ = $(SRC:.cpp=.o)
OUT = RTMP_Parser
INCLUDES =
@ -8,7 +8,7 @@ CC = $(CROSS)g++
LD = $(CROSS)ld
AR = $(CROSS)ar
LIBS = -lssl -lcrypto
.SUFFIXES: .cpp
.SUFFIXES: .cpp
.PHONY: clean default
default: $(OUT)
.cpp.o: