Registry / networking / pixelbender-go-sdp

pixelbender-go-sdp

JSON →
library1.2.0gogounverified

A Go library for parsing and generating Session Description Protocol (SDP) messages.

go get github.com/pixelbender/go-sdp
INSTALL
IMPORT
SIG · PIXELBENDER-GO-SDP
P
pixelbender-go-sdp
networkinggov1.2.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.

sdp
github.com/pixelbender/go-sdp

Parses an SDP message and prints the network type.

package main import ( "fmt" "github.com/pixelbender/go-sdp" ) func main() { session, _ := sdp.Parse([]byte("v=0\no=- 0 0 IN IP4 127.0.0.1\ns=-")) fmt.Println(session.Origin.NetworkType) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

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