eyevinntechnology/mpegts-whip
A tool to push an MPEG-TS stream over WebRTC using the WebRTC HTTP Ingestion Protocol (WHIP)
267
A tool to push an MPEG-TS stream over WebRTC using the WebRTC HTTP Ingestion Protocol (WHIP) to a WHIP compliant media server.
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 eyevinntechnology/mpegts-whip