livekit / ingress

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

tag ingress streams as camera or screen share when no transcoding is specified #232

Open slabajo opened 7 months ago

slabajo commented 7 months ago

Currently, when we setup an ingress stream as WHIP source with not transcoding to avoid wasting server resources. But in that case the ingress interface does not allow us to tag the tracks in the ingress as screenshare or screenshare audio.

As application manage differently main video from screenshare, there are some use cases where it is needed to tag some ingress streams as screenshare.

biglittlebigben commented 5 months ago

This will require a small API change for setting up WHIP with bypass_transcoding.

slabajo commented 5 months ago

Ok, don't worry, it was a suggestion to provide a more complete service. AS I said in another issue we needed to implement our own ingress where we manage this feature