From ProventusNova DeveloperWiki
Combined display of all available logs of ProventusNova DeveloperWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 11:27, 24 February 2025 Cj talk contribs created page GStreamer Fundamentals (Created page with "= GStreamer Fundamentals = '''GStreamer''' is an open-source multimedia framework designed to build complex streaming and processing applications. It provides a **pipeline-based** architecture to process, transform, and transmit audio, video, and other data streams efficiently. == 📌 What is GStreamer? == GStreamer is widely used for: * '''Media playback''' – Powering applications like VLC. * '''Streaming & Encoding''' – RTSP, H.264, WebRTC, and adaptive bitrate s...")
- 11:12, 24 February 2025 Cj talk contribs created page GStreamer Interpipes (Created page with "= GStreamer Interpipes = '''GStreamer Interpipes''' is a plugin that enables efficient communication between multiple GStreamer pipelines. It allows sharing buffers, reducing latency, and optimizing resource usage. == 📌 Features == * Low-latency pipeline communication. * Supports inter-source and inter-sink elements. * Dynamically link/unlink pipelines without restarting. == 🔗 Key Concepts == Interpipes introduce: * '''interpipesink''' – Acts as a producer of m...")
- 11:08, 24 February 2025 Cj talk contribs created page GStreamer Daemon (Created page with "= GStreamer Daemon = '''GStreamer Daemon (gst-daemon)''' is a service that allows remote control and management of GStreamer pipelines using a JSON-RPC API. This enables dynamic pipeline creation, modification, and execution without restarting applications. == 📌 Features == * Remote control over pipelines via TCP/IP. * Supports multiple pipelines simultaneously. * JSON-RPC based API for pipeline manipulation. == 🔗 How It Works == GStreamer Daemon acts as a server...")