4 रिपॉजिटरी
Durable storage of current playback position and speed to allow resuming content across sessions.
Distinct from Playback Queue Persistence: Focuses on persistent playback state (position/speed) rather than the sequence of a playback queue.
Explore 4 awesome GitHub repositories matching software engineering & architecture · Playback State Persistence. Refine with filters or upvote what's useful.
Emitter एक वितरित पब-सब (pub-sub) प्लेटफ़ॉर्म और मैसेज ब्रोकर है जो एक वितरित क्लस्टर में पब्लिशर्स और सब्सक्राइबर्स के बीच रीयल-टाइम डेटा रूटिंग प्रदान करता है। यह लो-पावर डिवाइस के लिए एक MQTT मैसेज ब्रोकर और वेब-आधारित क्लाइंट के लिए एक WebSocket संचार सर्वर के रूप में कार्य करता है, साथ ही एन्क्रिप्टेड डेटा स्ट्रीम को प्रबंधित करने के लिए एक सुरक्षित चैनल ऑर्केस्ट्रेटर के रूप में भी काम करता है। यह सिस्टम उच्च उपलब्धता के लिए वितरित ब्रोकर क्लस्टरिंग और पर्सिस्टेंस-बेस्ड मैसेज प्लेबैक सिस्टम के संयोजन के माध्यम से खुद को अलग करता है। यह प्लेटफ़ॉर्म को ऐतिहासिक संदेशों को संग्रहीत करने और उन्हें उन सब्सक्राइबर्स तक पहुंचाने की अनुमति देता है जो प्रारंभिक प्रसारण के दौरान ऑफ़लाइन थे। एक्सेस को समय-सीमित अनुमति कुंजियों के माध्यम से प्रबंधित किया जाता है जो विशिष्ट चैनल पथों के लिए विस्तृत रीड और राइट नियंत्रण लागू करती हैं। यह प्लेटफ़ॉर्म एसिंक्रोनस डिलीवरी, ऑफ़लाइन क्लाइंट क्यूइंग और मल्टी-फॉर्मेट बाइनरी और टेक्स्ट ट्रांसमिशन सहित मैसेजिंग क्षमताओं की एक विस्तृत श्रृंखला को कवर करता है। यह सिस्टम घटकों को अलग करने के लिए मैसेज फ़िल्टरिंग के साथ चैनल-आधारित रूटिंग का समर्थन करता है और कनेक्शन मेटाडेटा और प्रदर्शन निगरानी के माध्यम से परिचालन अवलोकन (observability) प्रदान करता है। यह सिस्टम Docker कंटेनरों के माध्यम से तैनात करने योग्य है और इसे एनवायरनमेंट वेरिएबल्स और बाहरी कॉन्फ़िगरेशन फ़ाइलों का उपयोग करके कॉन्फ़िगर किया जा सकता है।
Persists historical messages in a database to allow subscribers to retrieve missed data after disconnection.
h5player is an HTML5 video player extension and web media controller that adds advanced playback controls, visual filters, and media downloading capabilities to any web page using the HTML5 video tag. It functions as a customizable media hotkey manager and real-time video filter tool to enhance the standard browser viewing experience. The project is distinguished by its configuration-driven extension system, which allows for the remapping of playback shortcuts and the addition of new features through external scripts. It also provides a real-time visual filtering suite for modifying brightnes
Saves video progress and playback speed to local storage to allow resuming content across browser sessions.
bv is an Android TV video streaming client and specialized video player designed for television hardware. It features a remote-control user interface and a high-resolution display overlay to facilitate navigation and content consumption on big-screen displays. The project focuses on television-specific optimizations, including a customizable comment system with adjustable transparency and scroll speed to ensure readability. It maps short-press and long-press hardware signals to specific engagement actions, such as tipping or saving content, to simplify interaction with creator profiles. The
Saves video breakpoints and playback history to enable seamless resumption of content across different sessions.
MPD is a headless music server daemon that indexes audio libraries and streams music to local or remote outputs. It functions as a music library manager and network audio streamer, providing a remote audio control protocol that allows external clients to manage playback, playlists, and database queries. The system acts as a multiroom audio coordinator, synchronizing audio distribution across multiple networked clients and hardware devices. It supports a variety of remote management capabilities, including a dedicated control API and the ability to broadcast audio streams over network protocol
Saves the current playback position and queue to allow session restoration after a restart.