Commit Graph

298 Commits

Author SHA1 Message Date
github-actions
3017cf1fb5 generated protobuf
Some checks failed
Generate / generate (push) Has been cancelled
2022-11-02 10:59:25 +00:00
shishir gowda
7cc46d3568 Add DataStream request/response to signal
Signed-off-by: shishir gowda <shishir@livekit.io>
2022-11-02 11:57:37 +01:00
shishir gowda
33438b00f1 Copying theo/persistence changes
Signed-off-by: shishir gowda <shishir@livekit.io>
2022-11-02 00:16:29 +01:00
David Colburn
d3635b1226 Web egress (#242)
* add web egress

* generated protobuf

* add to other messages

* generated protobuf

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2022-10-26 13:37:34 -07:00
renovate[bot]
e5d7144e26 Update module go.uber.org/atomic to v1.10.0 (#236)
Generated by renovateBot

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-25 23:17:56 -07:00
Benjamin Pracht
5b5031cf27 Add IngressAdmin grant (#240) 2022-10-25 18:03:02 -07:00
Raja Subramanian
b01c630e70 Track memory load in node stats. (#239)
* Track memory load in node stats.

Using a single metric defined as memory_used / memory_total
to capture fraction of total memory in use.

* generated protobuf

* group with other system stats

* generated protobuf

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2022-10-25 20:21:30 +05:30
David Colburn
41f5b55c95 AliOSS fix (#237)
* update field numbers

* generated protobuf

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2022-10-24 11:38:18 -07:00
Tom Xiong
659e8f58fb add AliOSS upload support for egress (#234) 2022-10-24 11:34:56 -07:00
Nikita Konev
8810b9cc84 Added metadata and tagging (#231) 2022-10-24 11:29:52 -07:00
renovate[bot]
b80cd331f2 Update module github.com/stretchr/testify to v1.8.1 (#235)
Generated by renovateBot

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-24 09:45:29 -07:00
cnderrauber
3f47968225 add fps field to Subscribe Setting (#230)
* add fps field to Subscribe Setting

* generated protobuf

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2022-10-21 14:38:48 +08:00
Benjamin Pracht
f69b436be8 Move video output validation to protocol (#233) 2022-10-20 09:24:42 -07:00
Benjamin Pracht
2a4be29988 Add support for cgroup v1 to cpu stats function (#232) 2022-10-19 11:24:40 -07:00
Benjamin Pracht
9b09be77ef Cgroup aware idle CPU computation (#229)
On linux, this will report the amount of idle CPU relative to the cgroup defined quota. On other OSs, the idle cpu for the whole host is reported
2022-10-17 15:12:12 -07:00
David Colburn
cd9e72d48a Update comments (#228)
* update comments

* generated protobuf

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2022-10-17 11:25:41 -07:00
David Colburn
85bf30570f Add StartedAt and EndedAt to fileInfo and segmentsInfo (#227)
* add StartedAt and EndedAt to fileInfo and segmentsInfo

* generated protobuf

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2022-10-14 16:13:13 -07:00
cnderrauber
b0c33b869a move ExtractStreamID to sdp util (#225)
* move ExtractStreamID to sdp util

* generated protobuf

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2022-10-14 15:53:41 +08:00
cnderrauber
21e14f319a add disable_red, stereo fields for audio track (#224)
* add disable_red, stereo field for audio track

* generated protobuf

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2022-10-14 15:32:45 +08:00
Nikita Konev
19dd0a128e Added ForcePathStyle to S3Upload (#223) 2022-10-13 13:32:58 -07:00
David Colburn
d9bc6cd9cb move disable_manifest into file outputs (#222)
* move disable_manifest into file outputs

* generated protobuf

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2022-10-07 14:26:51 -07:00
lukasIO
f5abcac3a5 Add name to UpdateParticipantRequest (#221)
* add name to updateParticipantRequest

* generated protobuf

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2022-10-07 11:59:36 +02:00
David Colburn
698ea84725 Add disable manifest option (#220)
* add disable manifest option

* generated protobuf

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2022-10-06 13:55:53 -07:00
renovate[bot]
a17234b098 Update module google.golang.org/grpc to v1.50.0 (#219)
Generated by renovateBot

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-06 13:19:09 -07:00
Benjamin Pracht
af8105ee44 Add created and deleted ingress events (#218) 2022-10-04 11:09:14 -07:00
Benjamin Pracht
44a5ed6b4d Change Ingress RPC interface to take and return State instead of full info (#217) 2022-10-03 11:10:58 -07:00
David Zhao
dc2a7bc3a0 Moved AutoEgress and RoomInternal definitions (#216)
* Moved AutoEgress and RoomInternal definitions

Clients do not need these definitions. livekit_models also shouldn't have
a dependency on livekit_egress
2022-09-28 23:04:52 -07:00
Benjamin Pracht
bafacf7041 Use ErrNoResponse constant in ingress RPC implementation (#214) 2022-09-26 11:01:22 -07:00
Benjamin Pracht
19ead11853 Add ErrNoResponse to ingress (#213) 2022-09-22 13:44:13 -07:00
Benjamin Pracht
e982494841 Add ingress id to analytics payload. Add Ingress timed out error (#212) 2022-09-21 14:10:20 -07:00
David Colburn
8645a138fb Remove participant composite temporarily (#211)
* remove participant composite

* generated protobuf

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
v1.1.2
2022-09-20 16:37:42 -07:00
David Zhao
782f517a6e Use custom mime-type to avoid overeager JSON parsing. (#210)
Middlewares/server frameworks have a tendency of replacing req.body with
parsed JSON object. We do not want this behavior as our Webhook receiver
needs to validate the raw string body against the `Authorization` header
v1.0.3
2022-09-19 21:03:55 -07:00
David Colburn
581466192d Remove template base from pc request (#209)
* remove template base from pc request

* generated protobuf

* adjust ids

* generated protobuf

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2022-09-19 16:23:13 -07:00
David Colburn
df6fc3665f Add participant composite to egress info (#208)
* add participant composite to egress info

* generated protobuf

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
v1.0.2
2022-09-19 15:31:54 -07:00
David Colburn
b6794d3f26 Create RoomInternal pb (#207)
* create RoomInternal pb

* generated protobuf

* add comment

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2022-09-19 14:35:33 -07:00
David Colburn
36c8b27288 Remove egress from room proto, add participant composite (#206)
* remove egress from room proto, add participant composite

* identity

* generated protobuf

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2022-09-19 13:50:31 -07:00
David Zhao
2b91fd8ace Switching to Apache-2.0 license to be consistent with rest of repos (#205) 2022-09-16 19:08:15 -07:00
David Colburn
e8fddf3452 Auto egress (#204)
* egress in create room request

* regen

* generated protobuf

* autoegress in room proto

* autoegress in room proto

* generated protobuf

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2022-09-16 12:06:26 -07:00
renovate[bot]
a193b475b9 Update module github.com/pion/webrtc/v3 to v3.1.44 (#203)
* Update module github.com/pion/webrtc/v3 to v3.1.44

Generated by renovateBot

* generated protobuf

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2022-09-15 10:28:09 -07:00
cnderrauber
6ec04e9ca4 add previous offer to syncstate (#202)
* add previous offer to syncstate

* generated protobuf

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2022-09-09 17:06:45 +08:00
cnderrauber
ca55e87895 add participant id for reconnect (#201)
* add participant id for reconnect

* generated protobuf

* style

* generated protobuf

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2022-09-07 10:58:39 +08:00
Benjamin Pracht
df2069bbbe Move ErrIngressOutOfDate to protocol (#200) 2022-09-06 15:05:30 -07:00
Benjamin Pracht
284d6b2729 Add Participant Identity and Name to ingress token (#199) 2022-08-31 11:05:59 -07:00
Benjamin Pracht
093984de8e Return ws_url and token in GetIngressInfo response (#198) 2022-08-30 09:06:04 -07:00
Benjamin Pracht
0291fd7fdf Add ingress token creation (#197) 2022-08-29 15:58:53 -07:00
David Colburn
28c92d8f69 Stream status and egress updated (#196)
* stream status and egress updated

* generated protobuf

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2022-08-25 19:51:00 -07:00
David Colburn
d8431e35ee Add new status (#195)
* add new status

* generated protobuf

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2022-08-25 14:24:28 -07:00
renovate[bot]
9cbacea721 Update module google.golang.org/grpc to v1.49.0 (#192)
Generated by renovateBot

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-24 17:07:56 -07:00
renovate[bot]
cda57bb73f Update module go.uber.org/zap to v1.23.0 (#194)
Generated by renovateBot

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-24 17:00:14 -07:00
cnderrauber
a1c2809ddc add force relay and tls field (#193)
* add force relay and tls field

* generated protobuf

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2022-08-24 19:20:19 +08:00