{"id":18654208,"url":"https://github.com/lnb51/rstreamer","last_synced_at":"2025-06-24T15:39:41.930Z","repository":{"id":183712472,"uuid":"670612803","full_name":"lnB51/rstreamer","owner":"lnB51","description":"Rust http camera streamer for linux","archived":false,"fork":false,"pushed_at":"2023-07-25T13:08:24.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-27T14:12:33.184Z","etag":null,"topics":["embedded","http","linux","rust","stream"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lnB51.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}},"created_at":"2023-07-25T12:48:46.000Z","updated_at":"2023-07-25T13:11:28.000Z","dependencies_parsed_at":"2023-07-28T03:17:02.338Z","dependency_job_id":null,"html_url":"https://github.com/lnB51/rstreamer","commit_stats":null,"previous_names":["lnb51/rstreamer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lnB51%2Frstreamer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lnB51%2Frstreamer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lnB51%2Frstreamer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lnB51%2Frstreamer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lnB51","download_url":"https://codeload.github.com/lnB51/rstreamer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239467407,"owners_count":19643604,"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":["embedded","http","linux","rust","stream"],"created_at":"2024-11-07T07:14:20.363Z","updated_at":"2025-02-18T11:45:56.769Z","avatar_url":"https://github.com/lnB51.png","language":"Rust","readme":"![Version 0.1](https://img.shields.io/badge/Version%200.1-FFC832?style=for-the-badge\u0026logoColor=white)\n![Rust](https://img.shields.io/badge/Rust-000?style=for-the-badge\u0026logo=rust\u0026logoColor=white)\n[![MIT License](https://img.shields.io/badge/MIT%20License-004772?style=for-the-badge\u0026logo=license\u0026logoColor=white)](https://github.com/b1rd-dev/rust_grep/blob/main/LICENSE.md)\n\n# Rust http camera streamer\n\n## Installation\n\nDownload source code from github: \n\n`git clone https://github.com/lnB51/rstreamer`\n\n\u003chr/\u003e\n\nBuild the project:\n\n`cargo buid` or `cargo buid --release`\n\n\u003chr/\u003e\n\nBuild for raspberry pi\n\n```cargo build --release --target aarch64-unknown-linux-gnu```\n\nYou have to add `.cargo/config` file with:\n\n```rust\n[target.aarch64-unknown-linux-gnu]\nlinker = \"/usr/bin/aarch64-linux-gnu-gcc\"\n```\n\n\u003chr/\u003e\n\nRun the project:\n\n`./rstreamer` or with parameters `./rstreamer -d /dev/video0 -h localhost -p 8080 -r 1920x1080`\n\n\u003cbr /\u003e\n\n### Paremeters:\n\n\u003chr/\u003e\n\n#### -d | --device\n\n##### Used for set video device to capture from\n\n#### Exaples:\n`./rstreamer -d /dev/video0`\n`./rstreamer -d /dev/video10`\n\n\u003chr/\u003e\n\n#### -h | --host\n\n##### Used for set host IP\n\n#### Exaples:\n`./rstreamer -h localhost`\n`./rstreamer -h 0.0.0.0`\nWARNING: To use `0.0.0.0` host you have to be root user\n\n\u003chr/\u003e\n\n#### -p | --port\n\n##### Used for set port\n\n#### Exaples:\n`./rstreamer -p 8080`\n`./rstreamer -p 80`\nWARNING: To use `80` port you have to be root user\n\n\u003chr/\u003e\n\n#### -r | --resolution\n\n##### Used for set resolution\n\n#### Exaples:\n`./rstreamer -r 1920x1080`\n`./rstreamer -r 1280x720`\n\n\u003chr/\u003e\n\n#### -hlp | --help\n\n##### Used to get help with commands\n\n#### Exaples:\n`./rstreamer -hlp`\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flnb51%2Frstreamer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flnb51%2Frstreamer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flnb51%2Frstreamer/lists"}