RTSP Update: OPTIONS, DESCRIBE request fixed, SETUP request in progress
This commit is contained in:
parent
4cb2dc83e0
commit
de84b840c3
4 changed files with 126 additions and 349 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue