videos fixing protocol

This commit is contained in:
Simon
2026-05-20 05:19:23 +00:00
committed by ForgeCode
parent 3e41945fab
commit 6cc56a710c
2 changed files with 109 additions and 35 deletions

View File

@@ -275,7 +275,7 @@ impl VideoFormat {
abr: None,
vbr: None,
container: None,
protocol: Some("m3u8_native".to_string()),
protocol: Some("https".to_string()),
audio_ext: Some("none".to_string()),
video_ext: Some("mp4".to_string()),
resolution: None,