Registry / networking / gstreamer-sdp-sys

gstreamer-sdp-sys

JSON →
library0.25.0rscratesunverified

FFI bindings to libgstsdp-1.0, providing low-level access to GStreamer's SDP (Session Description Protocol) library.

# Cargo.toml [dependencies] gstreamer-sdp-sys = "0.25.0"
INSTALL
IMPORT
SIG · GSTREAMER-SDP-SYS
G
gstreamer-sdp-sys
networkingrustv0.25.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

GstSDP
use gstreamer_sdp_sys::GstSDP;

Basic usage of gstreamer-sdp-sys

use gstreamer_sdp_sys::GstSDP; fn main() { let sdp = GstSDP::new(); println!("GStreamer SDP initialized"); }
Debug
Known issues
gotchaRequires GStreamer development libraries installed on the system.
fix
Install GStreamer and libgstsdp-1.0 development packages.
affects: >=0.0.0
Upgrade
Version history
0.25.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
gstreamer-sdp-sys — cargo add gstreamer-sdp-sys · libregistry