{"id":27858426,"url":"https://github.com/roboplc/rvideo","last_synced_at":"2025-05-04T14:09:57.381Z","repository":{"id":243303684,"uuid":"812048990","full_name":"roboplc/rvideo","owner":"roboplc","description":"Real-time video server for embedded apps","archived":false,"fork":false,"pushed_at":"2025-04-02T18:43:51.000Z","size":96,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-04T14:09:51.101Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.bohemia-automation.com/software/libraries/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/roboplc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-07T21:07:30.000Z","updated_at":"2025-04-02T18:43:54.000Z","dependencies_parsed_at":"2024-06-07T22:45:48.594Z","dependency_job_id":"5649e4c4-4241-46fb-9be6-b42b3b84be06","html_url":"https://github.com/roboplc/rvideo","commit_stats":null,"previous_names":["roboplc/rvideo"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roboplc%2Frvideo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roboplc%2Frvideo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roboplc%2Frvideo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roboplc%2Frvideo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/roboplc","download_url":"https://codeload.github.com/roboplc/rvideo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252344577,"owners_count":21732981,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-04T14:09:56.815Z","updated_at":"2025-05-04T14:09:57.375Z","avatar_url":"https://github.com/roboplc.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch2\u003e\n  RVideo\n  \u003ca href=\"https://crates.io/crates/rvideo\"\u003e\u003cimg alt=\"crates.io page\" src=\"https://img.shields.io/crates/v/rvideo.svg\"\u003e\u003c/img\u003e\u003c/a\u003e\n  \u003ca href=\"https://docs.rs/rvideo\"\u003e\u003cimg alt=\"docs.rs page\" src=\"https://docs.rs/rvideo/badge.svg\"\u003e\u003c/img\u003e\u003c/a\u003e\n\u003c/h2\u003e\n\nReal-time video server for embedded apps.\n\n## What is RVideo\n\nRVideo is a library which solves the problem of streaming video from embedded\ncomputer-vision applications. Many of such are headless and do not require a\ndedicated interface, however it is often useful (especially for developers) to\nsee what is happening on the device. RVideo provides a simple API to stream\nvideo from your embedded application to a remote client.\n\n## How does it work\n\nUnlike other streaming solutions, the goal of RVideo is to provide a minimal\noverhead for an embedded application it is included into:\n\n* Frames are always sent as-is, usually in RAW formats (it is more than enough\n  for most debugging use-cases)\n\n* All frames, not received by a client in time, are dropped\n\n* No any buffering is performed on the server side\n\n* Real-time-safe code is used to minimize the impact on the main application\n\n## Clients\n\nRVideo streams can be received with clients provided by crate. For ready-to-use\nUI, see the [`rvideo-view`](https://crates.io/crates/rvideo-view) crate.\n\n## Locking safety\n\nBy default, the server uses [parking_lot](https://crates.io/crates/parking_lot)\nfor locking. For real-time applications, the following features are available:\n\n* `locking-rt` - use [parking_lot_rt](https://crates.io/crates/parking_lot_rt)\n  crate which is a spin-free fork of parking_lot.\n\n* `locking-rt-safe` - use [rtsc](https://crates.io/crates/rtsc)\n  priority-inheritance locking, which is not affected by priority inversion\n  (Linux only).\n\nNote: to switch locking policy, disable the crate default features.\n\n## About\n\nRVideo is a part of [RoboPLC](https://www.roboplc.com/) project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froboplc%2Frvideo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froboplc%2Frvideo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froboplc%2Frvideo/lists"}