This commit is contained in:
marcsello 2025-10-07 21:38:17 +02:00
commit 0cbcd9a837
9 changed files with 244 additions and 0 deletions

11
README.md Normal file
View file

@ -0,0 +1,11 @@
# stream-poc
Very-very simple proof of concept on streaming a video file trough HLS, with live re-encoding by ffmpeg using NVENC and CUDA.
Get the test video from: <http://bbb3d.renderfarming.net/download.html>
Run it:
- Get the test video
- Run `./encode.sh`
- Run the server like this: `cd server; go run .`