livekit / ingress

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

RTSP support #270

Open serhiynovos opened 1 month ago

serhiynovos commented 1 month ago

It would be nice to have support for RTSP protocol which will allow to integrate bunch of different IP cameras into LiveKit room.

davidzhao commented 1 month ago

I think the tricky part here is RTSP is

It'd be more practical to achieve this by building this into the CLI, where it could run locally and fetch a resource, then publishing to livekit-server directly

serhiynovos commented 1 month ago

In case of self hosted LiveKit it cannot be a problem I think. Or even if LiveKit is deployed somewhere in the cloud here is still possibility to deploy ingress locally where server and ingress will connect to single redis server (Which can be secured by having VPN network). In case of cli it will not allow to automate rtsp streams publishing as ingress API does