No description
Find a file
Alan Daniels c8b232d494 simple video test (2)
now with DASH (instead of HLS)
2025-11-09 19:04:55 +11:00
src simple video test (2) 2025-11-09 19:04:55 +11:00
storage init 2025-11-02 12:54:03 +11:00
.editorconfig init 2025-11-02 12:54:03 +11:00
.gitignore move assets around 2025-11-02 13:40:30 +11:00
build.zig init 2025-11-02 12:54:03 +11:00
build.zig.zon init 2025-11-02 12:54:03 +11:00
LICENSE init 2025-11-02 12:54:03 +11:00
package-lock.json simple video test (2) 2025-11-09 19:04:55 +11:00
package.json simple video test (2) 2025-11-09 19:04:55 +11:00
README.md simple video test (2) 2025-11-09 19:04:55 +11:00
vite.config.ts move assets around 2025-11-02 13:40:30 +11:00

OwnMedia

Built with Zig 0.15.1 & Vite 7.1.12

Testing different file streaming methods

HLS

ffmpeg -i test.mp4 -codec: copy -hls_time 10 -hls_list_size 0 -f hls test.m3u8

DASH

ffmpeg -i test.mp4 -map 0:v:0 -map 0:a:0 -codec: copy -use_timeline 1 -use_template 1 -f dash test.mpd