5 releases (3 breaking)

0.4.0 Feb 18, 2024
0.3.0 Nov 6, 2023
0.2.0 Jul 10, 2023
0.1.1 May 10, 2023
0.1.0 Apr 27, 2023

#87 in Video

Download history 150/week @ 2024-02-17 16/week @ 2024-02-24 2/week @ 2024-03-02 50/week @ 2024-03-30 11/week @ 2024-04-06

61 downloads per month

MIT/Apache

62KB
1.5K SLoC

bevy_gstreamer

2023-04-27 180916

This crate provide a gstreamer pipeline to render webcamera to bevy render background.


Install dependency

Linux/BSDs

$ apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \
      gstreamer1.0-plugins-base gstreamer1.0-plugins-good \
      gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly \
      gstreamer1.0-libav libgstrtspserver-1.0-dev libges-1.0-dev

Homebrew

$ brew install gstreamer gst-plugins-base gst-plugins-good \
      gst-plugins-bad gst-plugins-ugly gst-libav gst-rtsp-server \
      gst-editing-services --with-orc --with-libogg --with-opus \
      --with-pango --with-theora --with-libvorbis --with-libvpx \
      --enable-gtk3


Support

Bevy tracking

bevy bevy_gstreamer
0.13 0.4.X
0.12 0.3.X
0.11 0.2.X
0.10 0.1.X

Licensing

The project is under dual license MIT and Apache 2.0, so join to your hearts content, just remember the license agreements.

Contributing

Yes this project is still very much WIP, so PRs are very welcome

Dependencies

~53–94MB
~1.5M SLoC