Nick Venenga
Nick Venenga
After see this https://github.com/jellyfin/jellyfin/blob/a214ca259838fa7d1a7052b7bd7ba6a16720406f/MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs#L5516, I tried moving `hevc` and `h265` to the beginning of the VideoCodecs list and that seems to have fixed it. Although, it seems like Jellyfin server...
There seems to be a weird interaction with this block of code https://github.com/jellyfin/jellyfin/blob/master/Jellyfin.Api/Helpers/DynamicHlsHelper.cs#L201 Commenting out that block and using this branch as-is also results in the video file playing without...
> I think what you need is `Restricting by service_id` similar feature, right? https://apisix.apache.org/docs/apisix/plugins/consumer-restriction/#restricting-by-service_id Yeah, I think that would work
The version in pypi is old but it installs from git on Sonoma M1 fine ``` pip install git+https://github.com/vmprof/vmprof-python.git ```
/remove-lifecycle stale
> nope, it fails the same way as it does from within pants. Here is the full content of the __run.sh script > > ``` > #!/usr/bin/env bash > #...
On macOS, it seems Docker needs access to the `HOME` variable although I'm not sure why. Maybe it's looking for certain Docker config or plugins and it can't locate something...
> On macOS, it seems Docker needs access to the `HOME` variable although I'm not sure why. Maybe it's looking for certain Docker config or plugins and it can't locate...
Might be the same as https://github.com/jellyfin/jellyfin/issues/6957
I think I'm seeing the same issue. I tried Docker tag `20220624.7-unstable` and it didn't help (not sure if it includes the fix in #7911). I'm trying to play a...