- {#each value.codecs as codec, index (index)}
-
-
{index + 1}
-
{codec}
-
-
-
-
-
-
- {/each}
-
- {#if value.codecs.length < 3}
+
+
+
+
+ 根据质量过滤视频音频流,条件过于严苛可能导致视频无可用流
+
+
-
-
- {#each ['AV1', 'HEV', 'AVC'] as codec (codec)}
- {#if !value.codecs.includes(codec)}
-
- {/if}
- {/each}
-
+
+
- {/if}
-
-
-
-
-
-
-
-
排除某些类型的特殊流
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
排在前面的编码格式优先级更高
+
+ {#each value.codecs as codec, index (index)}
+
+
{index + 1}
+
{codec}
+
+
+
+
+
+
+ {/each}
+
+ {#if value.codecs.length < 3}
+
+
+
+ {#each ['AV1', 'HEV', 'AVC'] as codec (codec)}
+ {#if !value.codecs.includes(codec)}
+
+ {/if}
+ {/each}
+
+
+ {/if}
+
+
+
+
+
+
+
+
排除某些类型的特殊流
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/web/src/routes/video-sources/+page.svelte b/web/src/routes/video-sources/+page.svelte
index b18de5e..ffc2471 100644
--- a/web/src/routes/video-sources/+page.svelte
+++ b/web/src/routes/video-sources/+page.svelte
@@ -607,23 +607,22 @@