Brave is a Basic real-time (remote) audio/video editor. It allows LIVE video (and/or audio) to be received, manipulated, and sent elsewhere. It is API driven and is designed to work remotely, such as on the cloud.
Example usage includes:
Forwarding RTMP from one place to another
Changing the size of video, and having a holding slate if the input disappears
Mixing two or more inputs
Adding basic graphics (images, text, etc)
Previewing video streams using WebRTC
Brave is based on GStreamer. It is, in one sense, a RESTful API for GStreamer (for live audio/video handling).
To learn more, read more , or see the , API guide, external, and .