jellyfin/Jellyfin.Api/Helpers
Jan Müller e9f23c61c9 Fix the fLaC/flac HLS issue also for audio-only
I moved the first application of the workaround out of the if block
so that it also applies to audio-only streams. The workaround was
extended likewise.

We should first and foremost adhere to the specifications and apply
workarounds afterwards for software that doesn't follow them. So I
turned around the workaround to first output the fLaC variant and then
the alternative flac variant.

Fixes: #10066
2023-08-01 17:11:32 +02:00
..
AudioHelper.cs Migrate to file-scoped namespaces 2023-02-02 18:50:33 +01:00
DynamicHlsHelper.cs Fix the fLaC/flac HLS issue also for audio-only 2023-08-01 17:11:32 +02:00
FileStreamResponseHelpers.cs Migrate to file-scoped namespaces 2023-02-02 18:50:33 +01:00
HlsCodecStringHelpers.cs Fix the fLaC/flac HLS issue also for audio-only 2023-08-01 17:11:32 +02:00
HlsHelpers.cs Migrate to file-scoped namespaces 2023-02-02 18:50:33 +01:00
MediaInfoHelper.cs Consistently write IP in upercase 2023-02-17 19:27:36 +01:00
ProgressiveFileStream.cs Migrate to file-scoped namespaces 2023-02-02 18:50:33 +01:00
RequestHelpers.cs Merge branch 'master' into network-rewrite 2023-02-20 11:58:14 +01:00
StreamingHelpers.cs Add AV1 support in HLS streaming 2023-06-20 03:50:02 +08:00
TranscodingJobHelper.cs Merge branch 'master' into segment-deletion 2023-06-15 19:38:42 +02:00