Add support for live HLS streams, add playlist refresh logic, add live input tracks

This commit is contained in:
Vanilagy
2026-03-12 15:54:19 +01:00
parent ff523c01c8
commit e8df451bf5
23 changed files with 22399 additions and 417 deletions
+4
View File
@@ -237,6 +237,10 @@ class Mp3AudioTrackBacking implements InputAudioTrackBacking {
return null;
}
async getLiveRefreshInterval() {
return null;
}
getName() {
return null;
}