ggarber / whip-go

Simple WHIP client for WebRTC streaming from any media source

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

whip-go

whip-go is a simple WHIP (https://datatracker.ietf.org/doc/draft-ietf-wish-whip/) client implementation in go using the WebRTC Pion libraries. It includes a WHIPClient class and a simple command line client supporting screensharing to a WHIP ingestion endpoint.

It has been tested with janus-gateway with whip-simple-server and also with mediasoup, millicast and cloudflare implementations.

Installation

go build

Running

./whip-go -v VIDEO_SOURCE -a AUDIO_SOURCE -vc VIDEO_CODEC -t TOKEN WHIP_ENDPOINT_URL

The supported sources are either "screen" for screensharing, "test" for a test pattern or the name of a file (f.e. "/dev/stdin") to ready raw YUV420 samples from.

The supported video codecs are VP8 and H264.

For more information and additional configuration run:

./whip-go -h

About

Simple WHIP client for WebRTC streaming from any media source

License:MIT License


Languages

Language:Go 98.4%Language:Dockerfile 1.6%