Initial commit - Video Service for Coolify

This commit is contained in:
2025-12-17 10:07:44 +01:00
commit baa1675738
46 changed files with 2386 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{
"video_id": "388bc5d6-6bd",
"kurs_id": 4447,
"title": "Test Video ohne Audio",
"status": "pending",
"created_at": "2025-12-03T19:50:28.381009+00:00",
"updated_at": "2025-12-03T19:50:28.381041+00:00",
"error_message": null
}

View File

@@ -0,0 +1,11 @@
#EXTM3U
#EXT-X-VERSION:6
#EXT-X-TARGETDURATION:8
#EXT-X-MEDIA-SEQUENCE:0
#EXT-X-PLAYLIST-TYPE:VOD
#EXT-X-INDEPENDENT-SEGMENTS
#EXTINF:8.333333,
segment_000.ts
#EXTINF:1.666667,
segment_001.ts
#EXT-X-ENDLIST

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,11 @@
#EXTM3U
#EXT-X-VERSION:6
#EXT-X-TARGETDURATION:8
#EXT-X-MEDIA-SEQUENCE:0
#EXT-X-PLAYLIST-TYPE:VOD
#EXT-X-INDEPENDENT-SEGMENTS
#EXTINF:8.333333,
segment_000.ts
#EXTINF:1.666667,
segment_001.ts
#EXT-X-ENDLIST

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,8 @@
#EXTM3U
#EXT-X-VERSION:6
#EXT-X-STREAM-INF:BANDWIDTH=880000,RESOLUTION=1280x720,CODECS="avc1.64001f"
360p/playlist.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=2750000,RESOLUTION=1280x720,CODECS="avc1.64001f"
720p/playlist.m3u8

View File

@@ -0,0 +1,19 @@
{
"video_id": "72172373-56d",
"kurs_id": 4447,
"title": "Webhook Test Video",
"status": "ready",
"created_at": "2025-12-03T20:00:26.432116+00:00",
"updated_at": "2025-12-03T20:14:19.101801+00:00",
"error_message": null,
"metadata": {
"duration_seconds": 10.0,
"width": 1280,
"height": 720,
"fps": 30.0,
"codec": "h264",
"bitrate": 775360,
"file_size_bytes": 969201
},
"progress": 100
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

View File

@@ -0,0 +1,11 @@
#EXTM3U
#EXT-X-VERSION:6
#EXT-X-TARGETDURATION:8
#EXT-X-MEDIA-SEQUENCE:0
#EXT-X-PLAYLIST-TYPE:VOD
#EXT-X-INDEPENDENT-SEGMENTS
#EXTINF:8.333333,
segment_000.ts
#EXTINF:1.666667,
segment_001.ts
#EXT-X-ENDLIST

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,11 @@
#EXTM3U
#EXT-X-VERSION:6
#EXT-X-TARGETDURATION:8
#EXT-X-MEDIA-SEQUENCE:0
#EXT-X-PLAYLIST-TYPE:VOD
#EXT-X-INDEPENDENT-SEGMENTS
#EXTINF:8.333333,
segment_000.ts
#EXTINF:1.666667,
segment_001.ts
#EXT-X-ENDLIST

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,8 @@
#EXTM3U
#EXT-X-VERSION:6
#EXT-X-STREAM-INF:BANDWIDTH=880000,RESOLUTION=1280x720,CODECS="avc1.64001f"
360p/playlist.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=2750000,RESOLUTION=1280x720,CODECS="avc1.64001f"
720p/playlist.m3u8

View File

@@ -0,0 +1,19 @@
{
"video_id": "8fa619af-967",
"kurs_id": 4447,
"title": "Big Buck Bunny - Test Video",
"status": "ready",
"created_at": "2025-12-03T19:37:50.595831+00:00",
"updated_at": "2025-12-03T19:48:13.054821+00:00",
"error_message": null,
"metadata": {
"duration_seconds": 10.0,
"width": 1280,
"height": 720,
"fps": 30.0,
"codec": "h264",
"bitrate": 3999503,
"file_size_bytes": 4999379
},
"progress": 100
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

View File

@@ -0,0 +1,9 @@
{
"video_id": "ea658f63-b47",
"kurs_id": 4447,
"title": "Test Video v2",
"status": "pending",
"created_at": "2025-12-03T19:51:27.945537+00:00",
"updated_at": "2025-12-03T19:51:27.945566+00:00",
"error_message": null
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.