lexano-ivs
lexano-ivs
@derrod @tt2468 Please take a look at the commits I just pushed. I added a new function to libobs to get the required audio information and updated the PR to...
> Yeah this seems fine to me. Thanks @derrod. I've squashed the 3 commits into 2 and pushed the changes. This should be good to go now.
> The title of the commit [fea442e](https://github.com/obsproject/obs-studio/commit/fea442ebdfb63d7dbf787fa5a58ee8059f284131) should start from `obs-webrtc: ` instead of `WHIP: `. Thank you @norihiro. I've updated the commit with the correct name.
> A few things: > > * I would highly prefer that we include a millisecond-accurate signed 64 bit integer UNIX epoch timestamp, instead of an RFC3339 string. In the...
> I would like to suggest that we implement a packet callback for outputs. This callback would be triggered for every video packet, closely before being passed to the output...
With the latest updates, frame timing is now propagated from the encoder array to each output array. This allows the frame timing to work in with multiple output services in...
@tt2468 @RytoEX I've pushed a series of commits earlier today that should satisfy the requested changes: 1. Renamed `bpm_frame_time` to `encoder_packet_time` 2. `encoder_packet_time` handling remains within libobs and flows from...
@tt2468 I've rebased against master as of this morning, fixed conflicts, moved from deps/bpm to shared/bpm, and added a commit with documentation for the add/remove packet callback functions. This should...
@tt2468 I've squashed the commits now. Much cleaner. Please review and let me know next steps, if any.
@rhutsAMD For HEVC, the AMF default is the highest level (6.2). It didn't occur to me to try using the lowest level and testing it that way, as it's a...