obs-studio/plugins/obs-outputs
jp9000 1d2e5d50a4 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.
2014-05-16 00:18:23 -07:00
..
librtmp Fix all warnings in rtmp output 2014-05-10 03:40:23 +02:00
CMakeLists.txt Add FLV file output code 2014-05-16 00:18:23 -07:00
flv-mux.c Add FLV file output code 2014-05-16 00:18:23 -07:00
flv-mux.h Add FLV file output code 2014-05-16 00:18:23 -07:00
flv-output.c Add FLV file output code 2014-05-16 00:18:23 -07:00
obs-output-ver.h Add preliminary FLV/RTMP output (incomplete) 2014-04-01 11:55:18 -07:00
obs-outputs.c Add FLV file output code 2014-05-16 00:18:23 -07:00
rtmp-helpers.h Implement RTMP module (still needs drop code) 2014-04-07 22:00:10 -07:00
rtmp-stream.c Add FLV file output code 2014-05-16 00:18:23 -07:00