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:
jp9000
2014-05-16 00:18:23 -07:00
parent 7efecf648b
commit 1d2e5d50a4
10 changed files with 294 additions and 52 deletions

View File

@@ -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