livekit / ingress

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

Refactor WHIP handler to allow different input pipelines for the transcoded and non transcoded path #237

Closed biglittlebigben closed 3 months ago

biglittlebigben commented 3 months ago

For now, the 2 paths are still very similar, but this will allow to remove the jitter buffer for the non transcoded path.

Also make sure we use a different output synchronizer for each layer with non transcoded simulcast.