Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
dextreamer
dextreamer is a sleek and simple wrapper around gstreamer for handling video streams in Rust. While it provides a more straightforward interface, please note that it may not offer the complete functionality of gstreamer.
Developed as a part of the larger project, the Daiko UI framework, dextreamer stands alone and does not depend on Deko. It is a separate library that can be utilized independently in any Rust application that requires video streaming capabilities.
Installation
Prerequisite: Gstreamer
Before using dextreamer, you must install gstreamer on your system. For detailed installation instructions, please refer to the original gstreamer bindings README.
Installing dextreamer
To add dextreamer to your Rust project, add the following line to your Cargo.toml
file:
[]
= "0.1.0"
Then run cargo build
to build your project.
Usage
Here's a simple example of how you might use dextreamer in your project:
// Add the dextreamer crate
use dextreamer;
For more examples and detailed usage instructions, please see the dextreamer documentation.
Authors
License
This project is licensed under the MIT License. See LICENSE for details.