Registry / networking / gstreamer-sdp

gstreamer-sdp

JSON →
library0.25.2rscratesunverified

Rust bindings for the GStreamer SDP library for handling Session Description Protocol.

# Cargo.toml [dependencies] gstreamer-sdp = "0.25.2"
INSTALL
IMPORT
SIG · GSTREAMER-SDP
G
gstreamer-sdp
networkingrustv0.25.2
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.

SDPMessage
use gstreamer_sdp::SDPMessage;

Create a new SDP message.

use gstreamer_sdp::SDPMessage; let msg = SDPMessage::new(); println!("SDP message created");
Debug
Known issues
gotchaRequires GStreamer system libraries installed.
fix
Install GStreamer development packages (e.g., libgstreamer-plugins-base1.0-dev on Ubuntu).
affects: >=0.25.0
Upgrade
Version history
0.25.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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