adorable-house-73941
05/12/2023, 12:04 PMrough-jordan-54016
05/12/2023, 6:02 PMbreezy-nightfall-33685
05/12/2023, 7:20 PMbusy-lawyer-20958
05/13/2023, 8:35 AMimportant-ram-81230
05/15/2023, 2:28 PMcom.auth0.jwt.exceptions.JWTDecodeException: The input is not a valid base 64 encoded string.
wooden-lizard-13881
05/16/2023, 1:12 AMcalm-soccer-86236
05/16/2023, 3:17 PMhelpful-salesclerk-5436
05/17/2023, 6:02 PMplain-crayon-50423
05/18/2023, 9:34 AMbrash-pillow-30035
05/19/2023, 1:27 PMmodern-sandwich-44784
05/19/2023, 2:20 PMif rtcNode.Id != currentNode.Id
> https://github.com/livekit/livekit/blob/0bb89575eb114488ec68f182ad73c47c5f4698df/pkg/service/signal.go#LL81C1-L82C1
Explanation : While trying to Joining from Node 'B', the value of currentNode will be 'B', while the rtcNode will be 'A'. This check will always fail. Hence to join a Room which is hosted on Node 'A', the any participant's Connect request landing on a Node other than 'A' is subjected to fail.
2. pkg/service/signal.go
https://github.com/livekit/livekit/commit/6b0cb33c53afdfa006eec94c4ba363c78444de81
if err := rr.SetParticipantRTCNode(pKey, pKeyB62, currentNode.Id); err != nil {
return err
}
https://github.com/livekit/livekit/blob/0bb89575eb114488ec68f182ad73c47c5f4698df/pkg/service/signal.go#L93
Explanation : Instead of using currentNode.id , It should be the rtcNode.id
Could anyone tell me, if my understanding is correct here or not ?echoing-knife-80230
05/19/2023, 6:54 PMboundless-plumber-97824
05/22/2023, 7:04 AMrefined-air-57757
05/22/2023, 8:39 PM#EXTM3U
#EXT-X-VERSION:4
#EXT-X-PLAYLIST-TYPE:EVENT
#EXT-X-ALLOW-CACHE:NO
#EXT-X-MEDIA-SEQUENCE:0
#EXT-X-TARGETDURATION:1
#EXT-X-PROGRAM-DATE-TIME:2023-05-21T12:40:52.518Z
#EXTINF:1.000
handsome-autumn-37402
05/23/2023, 7:12 AMthankful-france-42656
05/23/2023, 10:15 AMancient-winter-35747
05/25/2023, 2:58 PMimportant-hair-38324
05/26/2023, 1:04 AMfancy-art-6509
05/26/2023, 10:48 AMshy-farmer-35617
05/26/2023, 6:18 PMmany-journalist-41658
05/27/2023, 12:54 AMexpress.raw()
to get access to the post body. However by default express.raw()
will only work as required for the application/octet-stream
content type. To fix this you can tweak raw to listen to all types: app.use(express.raw({type: '*/*'})).
It maybe better to set it to 'application/webhook+json
which is what the webhook call seems to send, but I don't know if theres a guarantee of that, so I've left it as all.few-rocket-69583
05/27/2023, 4:52 PMcold-camera-7729
05/29/2023, 11:58 AMquaint-cpu-78372
05/29/2023, 5:44 PMreact-components
but I'm not sure what the best way to create a more custom layout and style would be. I'm using shadcn/ui + tailwind for the rest of the UI. I'm not sure if I should start with the built in components and try and modify/restyle them, or try and build things from the ground up. The livestream example seems to be using a similar stack to me, and from what I can tell is mostly recreating functionality using hooks rather than using the pre-built components.bright-gpu-55157
05/30/2023, 12:09 AMfierce-jelly-21727
05/30/2023, 9:58 AMorange-wall-78760
05/30/2023, 6:23 PMenough-zebra-80131
05/31/2023, 3:51 PMsome-painter-46967
05/31/2023, 10:00 PMcurved-boots-33894
06/01/2023, 10:10 AM