eyevinntechnology/mpegts-whip

By eyevinntechnology

Updated about 1 month ago

A tool to push an MPEG-TS stream over WebRTC using the WebRTC HTTP Ingestion Protocol (WHIP)

Image
1

267

A tool to push an MPEG-TS stream over WebRTC using the WebRTC HTTP Ingestion Protocol (WHIP) to a WHIP compliant media server.

Usage

docker run --rm --network host eyevinntechnology/mpegts-whip -a 0.0.0.0 -p 9998 -u https://<whip-endpoint-url> -k [WHIP auth key]

It will then listen to port 9998 on any interface (you should use a specific one) and where you can push an MPEG-TS stream to and it will establish a connection and push media to a WHIP endpoint.

Docker Pull Command

docker pull eyevinntechnology/mpegts-whip