Initial working implementation of HLS proxy

This commit is contained in:
2025-10-01 02:40:12 +05:00
commit 3bc563955f
29 changed files with 1594 additions and 0 deletions

View File

@ -0,0 +1,13 @@
package com.backend.hls.proxy;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class HlsProxyApplicationTests {
@Test
void contextLoads() {
}
}