Guilherme Silva

Results 157 comments of Guilherme Silva

> It is possible to change the location of `~/.android`, you just have to export the ANDROID_SDK_ROOT, ANDROID_EMULATOR_HOME and ANDROID_SDK_HOME variables, setting them to where you want your adb data...

Regarding the `.pki` directory, Firefox doesn't use it anymore (unless it already exists): https://hg.mozilla.org/projects/nss/rev/da45424cb9a0b4d8e45e5040e2e3b574d994e254 Chromium-based browsers and apps, however, still do: https://bugs.chromium.org/p/chromium/issues/detail?id=1038587

Hmm, maybe dupe of #146?

It'd be great if an option was added to prevent version checking, to mimic the behavior of v3.16. Because I'm running this Java app in a sandboxed environment, where this...

Indeed, but don't you guys plan on supporting 4.4 at some point? I'm mostly referring to these two warnings thrown by some ffmpeg library when trying to record using OBS:...

Is there some flag I could add to OBS's muxer to try to get rid of these warnings? 🤔 ![image](https://user-images.githubusercontent.com/626206/116774306-26bded00-aa32-11eb-8e7c-88156cbb405e.png) I mean, the warnings themselves aren't the issue; The issue...

Okay, so I have some new information, but I'm not quite sure what to make of it. :p I've switched OBS' **Output Mode** to **Advanced** so I could try out...

> Try to update driver from nvidia as others on reddit had same issue. I'm using 465.27, which I believe is the last version available, no?

@GeorgesStavracas Thanks for asking there. Btw, if [this](http://git.videolan.org/?p=ffmpeg.git;a=commit;h=988f2e9eb063db7c1a678729f58aab6eba59a55b) is the ffmpeg patch you intend to backport to Flatpak'd OBS, I've already tried it and it didn't have any effect on...

Nope, still getting encoding overloaded at commit 723d5a2 ![image](https://user-images.githubusercontent.com/626206/149146571-ba4bb69d-5290-44ad-8eca-f0c6cc7469ea.png) I did a git bisect against ffmpeg versions 4.3 and 4.4 (using a local Flatpak build of OBS), and this is...