tt2468

Results 22 issues of tt2468

When browsing this project as a potential option to replace apache guacamole in my setup, I noticed a lot of the set up and complexity comes from configuring the various...

enhancement
help wanted
transport

### Description - Fixes ifdef guards for HEVC - Fixes a capitalization of a few comments - Only advertises relevant codecs in audio-only and video-only outputs ### Motivation and Context...

### Description Refactors parts of the mux outputs which deal with file paths. General idea: - Allows the `path` settings field to be unset, provided the appropriate `directory`, `format`, and...

Enhancement
Code Cleanup
Seeking Testers

### Description Moves the initial calling of two output methods to libobs, and deprecates them: - `obs_output_can_begin_data_capture()` - `obs_output_initialize_encoders()` ### Motivation and Context After noticing that every output does effectively...

Code Cleanup
Seeking Testers
Documentation

### Operating System Info Windows 10 ### Other OS _No response_ ### OBS Studio Version 30.1.2 ### OBS Studio Version (Other) _No response_ ### OBS Studio Log URL https://obsproject.com/logs/6iizipF9Li5buy3e ###...

### Description If an output has delay enabled and is gracefully stopped once, upon startup a second time, it will not send the `started` signal. This is due to `obs_output_signal_stop()`...

Bug Fix

I love what you've made here, it makes it really easy to integrate into custom archival systems. But after testing this on a stream, I noticed that twitch's dumb commercials...

### Description I've searched as hard as I can and can't seem to find this functionality in nri-flex. I have a file on disk which gets written to every 30...

feature request

### Description Allows getting of the current encoder group of an encoder. Not useful for too much on its own, but allows encoder implementations to know if they are in...

Enhancement

### Description Adds a new encoder cap which tells libobs that rather than scaling video frames in software, the encoder is capable of scaling them via its own (presumably more...

New Feature