Add FLV file output code
This doesn't add FLV file output to the user interface yet, but we'll get around to that eventually. This just adds an FLV output type. Also, removed ftello/fseeko because off_t is a really annoying data type, and I'd rather have a firm int64_t for large sizes, so I named it to os_fseeki64 and os_ftelli64 instead, and changed the file size function to return an int64_t.
This commit is contained in:
@@ -32,10 +32,12 @@ set(obs-outputs_HEADERS
|
||||
obs-output-ver.h
|
||||
rtmp-helpers.h
|
||||
flv-mux.h
|
||||
flv-output.h
|
||||
librtmp)
|
||||
set(obs-outputs_SOURCES
|
||||
obs-outputs.c
|
||||
rtmp-stream.c
|
||||
flv-output.c
|
||||
flv-mux.c)
|
||||
|
||||
add_library(obs-outputs MODULE
|
||||
|
Reference in New Issue
Block a user