@@ -16,47 +16,47 @@ The datarhei Core is a process management solution for FFmpeg that offers a rang
1616
1717The objectives of development are:
1818
19- * Unhindered use of FFmpeg processes
20- * Portability of FFmpeg, including management across development and production environments
21- * Scalability of FFmpeg-based applications through the ability to offload processes to additional instances
22- * Streamlining of media product development by focusing on features and design.
19+ - Unhindered use of FFmpeg processes
20+ - Portability of FFmpeg, including management across development and production environments
21+ - Scalability of FFmpeg-based applications through the ability to offload processes to additional instances
22+ - Streamlining of media product development by focusing on features and design.
2323
2424## What issues have been resolved thus far?
2525
2626### Process management
2727
28- * Run multiple processes via API
29- * Unrestricted FFmpeg commands in process configuration.
30- * Error detection and recovery (e.g., FFmpeg stalls, dumps)
31- * Referencing for process chaining (pipelines)
32- * Placeholders for storage, RTMP, and SRT usage (automatic credentials management and URL resolution)
33- * Logs (access to current stdout/stderr)
34- * Log history (configurable log history, e.g., for error analysis)
35- * Resource limitation (max. CPU and MEMORY usage per process)
36- * Statistics (like FFmpeg progress per input and output, CPU and MEMORY, state, uptime)
37- * Input verification (like FFprobe)
38- * Metadata (option to store additional information like a title)
28+ - Run multiple processes via API
29+ - Unrestricted FFmpeg commands in process configuration.
30+ - Error detection and recovery (e.g., FFmpeg stalls, dumps)
31+ - Referencing for process chaining (pipelines)
32+ - Placeholders for storage, RTMP, and SRT usage (automatic credentials management and URL resolution)
33+ - Logs (access to current stdout/stderr)
34+ - Log history (configurable log history, e.g., for error analysis)
35+ - Resource limitation (max. CPU and MEMORY usage per process)
36+ - Statistics (like FFmpeg progress per input and output, CPU and MEMORY, state, uptime)
37+ - Input verification (like FFprobe)
38+ - Metadata (option to store additional information like a title)
3939
4040### Media delivery
4141
42- * Configurable file systems (in-memory, disk-mount, S3)
43- * HTTP/S, RTMP/S, and SRT services, including Let's Encrypt
44- * Bandwidth and session limiting for HLS/MPEG DASH sessions (protects restreams from congestion)
45- * Viewer session API and logging
42+ - Configurable file systems (in-memory, disk-mount, S3)
43+ - HTTP/S, RTMP/S, and SRT services, including Let's Encrypt
44+ - Bandwidth and session limiting for HLS/MPEG DASH sessions (protects restreams from congestion)
45+ - Viewer session API and logging
4646
4747### Misc
4848
49- * HTTP REST and GraphQL API
50- * Swagger documentation
51- * Metrics incl. Prometheus support (also detects POSIX and cgroups resources)
52- * Docker images for fast setup of development environments up to the integration of cloud resources
49+ - HTTP REST and GraphQL API
50+ - Swagger documentation
51+ - Metrics incl. Prometheus support (also detects POSIX and cgroups resources)
52+ - Docker images for fast setup of development environments up to the integration of cloud resources
5353
5454## Docker images
5555
56- - datarhei/core: latest (AMD64, ARM64, ARMv7)
57- - datarhei/core: cuda-latest (Nvidia CUDA 11.7.1, AMD64)
58- - datarhei/core: rpi-latest (Raspberry Pi / OMX/V4L2-M2M, AMD64/ARMv7)
59- - datarhei/core: vaapi-latest (Intel VAAPI, AMD64)
56+ - datarhei/core: latest (AMD64, ARM64, ARMv7)
57+ - datarhei/core: cuda-latest (Nvidia CUDA 11.7.1, AMD64)
58+ - datarhei/core: rpi-latest (Raspberry Pi / OMX/V4L2-M2M, AMD64/ARMv7)
59+ - datarhei/core: vaapi-latest (Intel VAAPI, AMD64)
6060
6161## Quick start
6262
@@ -80,12 +80,12 @@ docker run --name core -d \
8080
8181## Documentation
8282
83- Documentation is available on [ docs.datarhei.com/core] ( https://docs.datarhei.com/core ) .
83+ Documentation is available on [ docs.datarhei.com/core] ( https://docs.datarhei.com/core ) .
8484
85- - [ Quick start] ( https://docs.datarhei.com/core/guides/beginner )
86- - [ Installation] ( https://docs.datarhei.com/core/installation )
87- - [ Configuration] ( https://docs.datarhei.com/core/configuration )
88- - [ Coding] ( https://docs.datarhei.com/core/development/coding )
85+ - [ Quick start] ( https://docs.datarhei.com/core/guides/beginner )
86+ - [ Installation] ( https://docs.datarhei.com/core/installation )
87+ - [ Configuration] ( https://docs.datarhei.com/core/configuration )
88+ - [ Coding] ( https://docs.datarhei.com/core/development/coding )
8989
9090## License
9191
0 commit comments