Tag

S3 storage

1 views collected around this technical thread.

360 Quality & Efficiency
360 Quality & Efficiency
Nov 3, 2023 · Backend Development

Automated Video Quality Detection and Multithreaded Optimization for Live Stream Transcoding

This article describes an automated workflow for capturing frames from live‑stream transcode outputs, using OpenCV and ffmpeg to perform black‑screen and artifact detection, integrating results via an API, storing images in S3, and applying a producer‑consumer multithreaded model to reduce detection latency by up to 42%.

AutomationFFmpegMultithreading
0 likes · 10 min read
Automated Video Quality Detection and Multithreaded Optimization for Live Stream Transcoding
Ops Development Stories
Ops Development Stories
May 31, 2021 · Operations

Deploy a Production‑Ready Loki Cluster on Kubernetes with S3 Storage

This guide walks you through setting up a Loki logging cluster in production, covering native configurations, extended storage and cache settings, Kubernetes deployment, and practical code examples to simplify the process for newcomers.

Docker-ComposeKubernetesLoki
0 likes · 8 min read
Deploy a Production‑Ready Loki Cluster on Kubernetes with S3 Storage