Registry / networking / pion-sdp-v3

pion-sdp-v3

JSON →
library3.0.18gogounverified

A Go implementation of the Session Description Protocol (SDP) for WebRTC and multimedia communication.

go get github.com/pion/sdp/v3
INSTALL
IMPORT
SIG · PION-SDP-V3
P
pion-sdp-v3
networkinggov3.0.18
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.

sdp
github.com/pion/sdp/v3

Create and marshal a basic SDP session description

package main import ( "fmt" "github.com/pion/sdp/v3" ) func main() { sd := &sdp.SessionDescription{ Origin: sdp.Origin{Username: "-", SessionID: 12345, SessionVersion: 1, NetworkType: "IN", AddressType: "IP4", UnicastAddress: "127.0.0.1"}, SessionName: "Test", } fmt.Println(sd.Marshal()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.0.18latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
pion-sdp-v3 — go get pion-sdp-v3 · libregistry