Renamed all binaries with DDV_ prefix, updated Buffer for new systems, updated RAW connector, partly updated RTMP connector - ready for recode. All connectors now have host binding options.
This commit is contained in:
parent
cc78697ba2
commit
2b22834fd8
11 changed files with 295 additions and 263 deletions
|
@ -3,8 +3,8 @@
|
|||
# description: DDVTech HTTP Connector
|
||||
# processname: Connector_HTTP
|
||||
|
||||
prog="Connector_HTTP"
|
||||
fullprog="/usr/bin/Connector_HTTP"
|
||||
prog="DDV_Conn_HTTP"
|
||||
fullprog="/usr/bin/DDV_Conn_HTTP"
|
||||
RETVAL=0
|
||||
|
||||
start() {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
SRC = main.cpp ../util/ddv_socket.cpp ../util/http_parser.cpp ../util/flv_tag.cpp
|
||||
OBJ = $(SRC:.cpp=.o)
|
||||
OUT = Connector_HTTP
|
||||
OUT = DDV_Conn_HTTP
|
||||
INCLUDES =
|
||||
CCFLAGS = -Wall -Wextra -funsigned-char -g
|
||||
CC = $(CROSS)g++
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue