Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RTSP support #270

Open
serhiynovos opened this issue May 19, 2024 · 4 comments
Open

RTSP support #270

serhiynovos opened this issue May 19, 2024 · 4 comments

Comments

@serhiynovos
Copy link

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

@davidzhao
Copy link
Member

I think the tricky part here is RTSP is

  • usually available as a server (where we would need to pull)
  • typically behind private networks
    This would make it difficult for Ingress to fetch that resource.

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
Copy link
Author

serhiynovos commented May 20, 2024

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

@mpisat
Copy link

mpisat commented Nov 2, 2024

are we talking about pulling like SRT/HTTP or ingesting like RTMP/WHIP?

@serhiynovos
Copy link
Author

are we talking about pulling like SRT/HTTP or ingesting like RTMP/WHIP?

Pulling

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants