Amos Wenger
Amos Wenger
Ok, here's the non-insane way to do it: ship an `inject-helper` program and use it if the architectures don't match: https://github.com/obsproject/obs-studio/blob/93cc09f07811a189e7258af9f1035f30d0e885fc/plugins/win-capture/game-capture.c#L896-L934
Looks like WWise is using AkSoundEngine which in turns uses HAL (`IOAudioDevice` etc.) instead of the AudioUnit stuff we're hooking - see https://developer.apple.com/library/content/documentation/DeviceDrivers/Conceptual/WritingAudioDrivers/AudioOnMacOSX/AudioOnMacOSX.html
If it happens it'll be opt-in - the issue is that, on some older computers, capturing + encoding will slow down the game to some extent. "Just capturing" would make...
Ah, that's what I get for being smart and trying to get the smallest macOS ffmpeg+x264 build for capsule. Brb cutting a new build that actually contains the file protocol!...
Hmm, `--enable-protocol=file` is definitely in my usual ffmpeg configure options https://gist.github.com/fasterthanlime/4dd42d376bc7f0bb769114b9b28f72a3 - that's fishy. I'll keep investigating, ran into #55 while trying to reproduce.
If you're looking for something a little less regexpy (TextMate grammars are _basically_ large regexp soups if I recall correctly), you may want to look at https://lib.rs/crates/tree-sitter - I've had...
I just tried compiling avTranscode with MSVC 2015 Win64 against ffmpeg 3.1.3 and the only 20 errors I got were because [PixelProperties](https://github.com/avTranscoder/avTranscoder/blob/6e22771c89157fd1094ba05e056aa99cb153fc9d/src/AvTranscoder/properties/PixelProperties.cpp) uses `PIX_FMT_PAL` instead of `AV_PIX_FMT_FLAG_PAL` (and similarly for...
Is this still happening? I'm not able to reproduce, might have been a fluke of the API server
Are you using a proxy? Which country are you pushing from?
@KatalystGames can you post the output of the same push command but with the `-v` flag added? No worries, we'll get to the bottom of this :) I'll make a...