{"id":21577822,"url":"https://github.com/foxzool/bevy_gstreamer","last_synced_at":"2026-03-07T12:37:15.652Z","repository":{"id":157131599,"uuid":"633306909","full_name":"foxzool/bevy_gstreamer","owner":"foxzool","description":"provide a gstreamer pipeline to bevy","archived":false,"fork":false,"pushed_at":"2025-04-25T07:10:05.000Z","size":57,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-28T19:36:59.501Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/foxzool.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE-APACHE.md","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,"zenodo":null}},"created_at":"2023-04-27T08:10:42.000Z","updated_at":"2025-04-25T07:10:08.000Z","dependencies_parsed_at":"2024-10-23T09:56:22.730Z","dependency_job_id":"a168d029-a8d3-4069-9c16-2205b8fa752f","html_url":"https://github.com/foxzool/bevy_gstreamer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/foxzool/bevy_gstreamer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxzool%2Fbevy_gstreamer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxzool%2Fbevy_gstreamer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxzool%2Fbevy_gstreamer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxzool%2Fbevy_gstreamer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/foxzool","download_url":"https://codeload.github.com/foxzool/bevy_gstreamer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxzool%2Fbevy_gstreamer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30213268,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T12:15:00.571Z","status":"ssl_error","status_checked_at":"2026-03-07T12:15:00.217Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2024-11-24T13:08:43.312Z","updated_at":"2026-03-07T12:37:15.560Z","avatar_url":"https://github.com/foxzool.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![crates.io](https://img.shields.io/crates/v/bevy_gstreamer)](https://crates.io/crates/bevy_gstreamer)\n[![MIT/Apache 2.0](https://img.shields.io/badge/license-MIT%2FApache-blue.svg)](https://github.com/Seldom-SE/seldom_pixel#license)\n[![crates.io](https://img.shields.io/crates/d/bevy_gstreamer)](https://crates.io/crates/bevy_gstreamer)\n[![CI](https://github.com/foxzool/bevy_gstreamer/workflows/CI/badge.svg)](https://github.com/foxzool/bevy_gstreamer/actions)\n[![Documentation](https://docs.rs/bevy_gstreamer/badge.svg)](https://docs.rs/bevy_gstreamer)\n\n# `bevy_gstreamer`\n\n![2023-04-27 180916](https://user-images.githubusercontent.com/217027/234832021-cfd3cf1d-9c26-4e63-b7c1-6120949bd431.png)\n\nThis crate provide a gstreamer pipeline to render webcamera to bevy render background.\n\n--------\n\n# Install dependency\n\n## Linux/BSDs\n\n```bash\n$ apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \\\n      gstreamer1.0-plugins-base gstreamer1.0-plugins-good \\\n      gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly \\\n      gstreamer1.0-libav libgstrtspserver-1.0-dev libges-1.0-dev\n```\n\n## Homebrew\n\n```bash\n$ brew install gstreamer gst-plugins-base gst-plugins-good \\\n      gst-plugins-bad gst-plugins-ugly gst-libav gst-rtsp-server \\\n      gst-editing-services --with-orc --with-libogg --with-opus \\\n      --with-pango --with-theora --with-libvorbis --with-libvpx \\\n      --enable-gtk3\n\n\n```\n\n# Support\n\n[![Bevy tracking](https://img.shields.io/badge/Bevy%20tracking-released%20version-lightblue)](https://github.com/bevyengine/bevy/blob/main/docs/plugins_guidelines.md#main-branch-tracking)\n\n| bevy | bevy_gstreamer |\n|------|----------------|\n| 0.16 | 0.7            |\n| 0.15 | 0.6            |\n| 0.14 | 0.5            |\n| 0.13 | 0.4            |\n| 0.12 | 0.3            |\n| 0.11 | 0.2            |\n| 0.10 | 0.1            |\n\n## License\n\nDual-licensed under either:\n\n- [`MIT`](LICENSE-MIT): [http://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT)\n- [`Apache 2.0`](LICENSE-APACHE): [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)\n\nAt your option. This means that when using this crate in your game, you may choose which license to use.\n\nUnless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as\ndefined in the Apache-2.0 license, shall be dually licensed as above, without any additional terms or conditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoxzool%2Fbevy_gstreamer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffoxzool%2Fbevy_gstreamer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoxzool%2Fbevy_gstreamer/lists"}