Apply preprocessing into HLS stream

This commit is contained in:
2025-10-22 01:14:05 +05:00
parent 7c85e05e02
commit ea3eb33e8d
14 changed files with 505 additions and 40 deletions

View File

@ -90,6 +90,12 @@
<version>${spring-context-support.version}</version>
</dependency>
<dependency>
<groupId>net.bramp.ffmpeg</groupId>
<artifactId>ffmpeg</artifactId>
<version>0.8.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>