RTSP Update: OPTIONS, DESCRIBE request fixed, SETUP request in progress

This commit is contained in:
Erik Zandvliet 2011-08-28 20:14:02 +02:00
parent 4cb2dc83e0
commit de84b840c3
4 changed files with 126 additions and 349 deletions

View file

@ -1,7 +1,7 @@
SRC = main.cpp ../sockets/sw_base.cpp ../sockets/sw_inet.cpp ../sockets/sw_unix.cpp
SRC = main.cpp ../util/socket.cpp ../util/http_parser.cpp ../util/flv_tag.cpp ../util/amf.cpp
OBJ = $(SRC:.cpp=.o)
OUT = Connector_RTSP
INCLUDES = -I/usr/local/include/jthread/
INCLUDES =
DEBUG = 4
OPTIMIZE = -g
CCFLAGS = -Wall -Wextra -funsigned-char $(OPTIMIZE) -DDEBUG=$(DEBUG)