Mark Junker

Results 196 comments of Mark Junker

Yes, you need to make a change to the source code and add `obs` to the list of path prefixes (see PR #45). There are other commands to execute after...

1. If you use obs-studio from the ppa (`ppa:obsproject/obs-studio`), do **not** install `libobs-dev` 2. Execute all commands up until (and including) `mkdir build && cd build` (but excluding the `cmake`...

I don't know cmake good enough (or even at all), but it would be the better solution if you'd be able to specify the install path when calling `cmake --install`...

I think that you're right and the [`InterpolatedStringHandler`](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/proposals/csharp-10.0/improved-interpolated-strings#the-handler-pattern) is probably the way to go.

@nielsvanvelzen Regarding the `TypeIndex`: You can have multiple segments of the same `Type` in the same media stream. The `TypeIndex` is used to differentiate between them. In other words: Every...

Definitely a bug. Thanks for reporting.

It seems that the strings (or the source code containing the strings) use the UTF-8 encodig,

The preferred (easiest) solution would be to add a `Body.Position = 0` in a `finally` block in the `LoggingWebDavResponse.Load` function.

The last option seems like it would be the best solution.

I can only think of two reasons why this differentiation exists: - It was easier to implement (practical) - Preferring explicit expression of intent (migrate-up/down vs migrate-to, philisophical) BUT: I'm...