ingress
ingress copied to clipboard
Ingest streams (RTMP/WHIP) or files (HLS, MP4) to LiveKit WebRTC
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/livekit/protocol](https://togithub.com/livekit/protocol) | require | digest | `47e4c6b` -> `04d1534` | ---...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/livekit/ingress). ## Config Migration Needed - [ ]...
It would be nice to have support for RTSP protocol which will allow to integrate bunch of different IP cameras into LiveKit room.
Do you have plans to add Nvidia GPU transcoding in the transcoder profiles? Gstreamer has nvenc and nvdec support. GPU cards can handle more transcoding per watt and more efficient....
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/pion/dtls/v2](https://togithub.com/pion/dtls) | `v2.2.12` -> `v3.0.1` | [](https://docs.renovatebot.com/merge-confidence/)...
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...
We have experienced decoding artifacts like pixelation and even green screens on browsers receiving video tracks from an ingress that is using WHIP. We verified that the video that is...
I'm trying to use WHIP instead of RTMP (RTMP works fine) but after accepting the connection the connection drops.  **Config** ```yaml logging: level: debug redis: address: localhost:6379 api_key: *******...
Right now WHIP returns a 405 for HTTP Patch requests with Trickle ICE Candidates, as per https://www.ietf.org/archive/id/draft-ietf-wish-whip-01.html#name-ice-and-nat-support. It would be amazing if we could remove the TODO in the code...
I'm using ingress to send audio file to devices using URL ingress. Noticed that it cuts first seconds of audio file. It's very noticeable when audio file with text is...