livekit / ingress

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

Add support for optimally bypassing transcoding when ingesting WHIP #111

Closed biglittlebigben closed 1 year ago

biglittlebigben commented 1 year ago

This splits both the whip track handlers from the GST app sources, and the livekit SDK client from the GST app sink, in order to allow connecting these 2 pieces together directly.

No separate handler process is spun up when transcoding is bypassed.

This is still missing support for parsing the incoming video bitstream to extract dimensions.