2 Repos
Systems for managing large file uploads with retry logic and progress tracking in the background.
Distinct from Task Queues and Background Jobs: Specifically handles file upload state and persistence during backgrounding, whereas the candidates focus on general job queues or retry policies.
Explore 2 awesome GitHub repositories matching software engineering & architecture · Background Upload Queues. Refine with filters or upvote what's useful.
react-native-video is a cross-platform video player component for React Native that enables the playback of local and remote video files using native platform decoders. It functions as an adaptive streaming player supporting HLS, DASH, and SmoothStreaming formats with automatic bitrate selection and quality adaptation. The project is distinguished by its support for industry-standard digital rights management, including Widevine, FairPlay, and PlayReady, and a plugin-based architecture that allows for the injection of custom analytics or playback logic without modifying the core library. It a
Provides a background task queue to handle large video file uploads with persistence and retry logic.
uPic is a native macOS application designed for uploading images and files to cloud hosting services and private backends. It functions as a cloud image hosting tool and a custom API upload client that generates formatted links for shared content. The project distinguishes itself by allowing users to configure private backend endpoints with specific HTTP methods, headers, and server URLs. It converts uploaded file addresses into Markdown or HTML snippets, which are then written back to the system clipboard via customizable URL templates. The application integrates with macOS system framework
Implements background upload queues to keep the user interface responsive during large file transfers.