This website requires JavaScript.
Explore
Minetest
Help
Sign In
jp9000
/
obs-studio
Watch
1
Star
0
Fork
You've already forked obs-studio
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ce25cf86b6
obs-studio
/
plugins
/
obs-outputs
/
obs-output-ver.h
4 lines
54 B
C
Raw
Normal View
History
Unescape
Escape
Add preliminary FLV/RTMP output (incomplete) - obs-outputs module: Add preliminary code to send out data, and add an FLV muxer. This time we don't really need to build the packets ourselves, we can just use the FLV muxer and send it directly to RTMP_Write and it should automatically parse the entire stream for us without us having to do much manual code at all. We'll see how it goes. - libobs: Add AVC NAL packet parsing code - libobs/media-io: Add quick helper functions for audio/video to get the width/height/fps/samplerate/etc rather than having to query the info structures each time. - libobs (obs-output.c): Change 'connect' signal to 'start' and 'stop' signals. 'start' now specifies an error code rather than whether it simply failed, that way the client can actually know *why* a failure occurred. Added those error codes to obs-defs.h. - libobs: Add a few functions to duplicate/free encoder packets
2014-04-01 11:55:18 -07:00
#
pragma once
Output version/commit to RTMP stream metadata Might come in useful for debugging issues later on.
2014-07-01 13:11:15 -07:00
#
define MODULE_NAME "obs-output module"