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
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -1,10 +1,11 @@
|
|||
#ignore object files and nonsense like that
|
||||
*.[oa]
|
||||
Admin/main
|
||||
Connector_HTTP/Connector_HTTP
|
||||
Buffer/Buffer
|
||||
Connector_RTMP/Connector_RTMP
|
||||
Connector_RTSP/Connector_RTSP
|
||||
Connector_HTTP/DDV_Conn_HTTP
|
||||
Buffer/DDV_Buffer
|
||||
Connector_RTMP/DDV_Conn_RTMP
|
||||
Connector_RTSP/DDV_Conn_RTSP
|
||||
Connector_RAW/DDV_Conn_RAW
|
||||
*~
|
||||
bin/*
|
||||
docs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue