livekit / ingress

Ingest streams (RTMP/WHIP) or files (HLS, MP4) to LiveKit WebRTC
Apache License 2.0
74 stars 26 forks source link

Buffer input data in the RTMP server until the relay connects #2

Closed biglittlebigben closed 2 years ago

biglittlebigben commented 2 years ago

This PR buffers up to 10MB of data In the RTMP server instead of dropping it, waiting for a client to connect to the relay.