egress icon indicating copy to clipboard operation
egress copied to clipboard

Export and record WebRTC sessions and tracks

Results 78 egress issues
Sort by recently updated
recently updated
newest added

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/egress). ## Config Migration Needed - [ ]...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | Type | Update | |---|---|---|---|---|---|---|---| | [cloud.google.com/go/storage](https://togithub.com/googleapis/google-cloud-go) | `v1.42.0`...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | ubuntu | final | patch | `23.10` -> `mantic-20240427` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@babel/runtime](https://babel.dev/docs/en/next/babel-runtime) ([source](https://togithub.com/babel/babel/tree/HEAD/packages/babel-runtime)) | [`7.24.4` -> `7.24.5`](https://renovatebot.com/diffs/npm/@babel%2fruntime/7.24.4/7.24.5) |...

**Is your feature request related to a problem? Please describe.** In the current video processing workflow, the mismatch between input and output video encoding formats leads to unnecessary encoding and...

enhancement
help wanted

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | ubuntu | final | major | `22.04` -> `24.04` | |...

**Is your feature request related to a problem? Please describe.** In our organization, due to privacy requirements, we need to keep our video recordings on-premise. Currently, LiveKit Egress supports uploading...

enhancement
help wanted

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@testing-library/jest-dom](https://redirect.github.com/testing-library/jest-dom) | [`^5.17.0` -> `^6.0.0`](https://renovatebot.com/diffs/npm/@testing-library%2fjest-dom/5.17.0/6.6.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@testing-library%2fjest-dom/6.6.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@testing-library%2fjest-dom/6.6.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

**Describe the bug** egress can not work whit that **there was a problem when trying to load GStreamer plugins**.. **Egress Version** **1.8.2** **Egress Request** `{"level":"info","ts":1712396430.5004838,"logger":"egress","caller":"service/service_rpc.go:60","msg":"request validated","nodeID":"NE_7VEi4x8WhXqa","clusterID":"","egressID":"EG_4RzcYzQBmrPS","requestType":"room_composite","outputType":"file","room":"测试11_1712388683245489781","request":{"RoomComposite":{"room_name":"测试11_1712388683245489781","layout":"speaker","Output":null,"Options":null,"file_outputs":[{"file_type":1,"filepath":"/data/record/{room_name}/{time}","Output":null}]}}}` **Additional context** cannot start...

bug

**Describe the bug** When I post a start track egress like this ``` curl -X POST http://127.0.0.1:7880/twirp/livekit.Egress/StartTrackEgress \ -H "Authorization: Bearer sometoken" \ -H 'Content-Type: application/json' \ -d '{"room_name":"localroom","file":{"filepath": "/out/test/"},...

bug