steep-balloon-41261
09/24/2023, 5:59 PMmagnificent-art-43333
09/25/2023, 2:15 AMchilly-animal-65189
09/25/2023, 4:23 AMrough-grass-53340
09/27/2023, 6:52 AM# Disable request and response buffering for tusd
proxy_request_buffering off;
proxy_buffering off;
client_max_body_size 0;
chunked_transfer_encoding off;
# SSE related configurations
proxy_connect_timeout 5h;
proxy_read_timeout 5h;
proxy_cache off;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "";
# Add X-Forwarded-* headers
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-Host $host;
proxy_set_header X-Forwarded-Proto $scheme;
# Accept range requests
proxy_force_ranges on;
And this is the file Codec information -
H264 - MPEG-4 AVC (part 10) (avc1)rough-grass-53340
09/27/2023, 6:53 AMchilly-animal-65189
09/27/2023, 8:55 PMchilly-animal-65189
09/27/2023, 8:56 PMrough-grass-53340
09/28/2023, 6:25 PMrough-grass-53340
09/28/2023, 6:26 PMrough-grass-53340
09/28/2023, 6:27 PMrough-grass-53340
09/28/2023, 6:27 PMchilly-animal-65189
09/28/2023, 6:31 PMrough-grass-53340
09/28/2023, 8:29 PMrough-grass-53340
09/28/2023, 8:32 PMclient.ListIngress(ctx, &livekit.ListIngressRequest{RoomName: roomName})
but in the livekit dashboard, it still shows up with status buffering or publishing. If I try to list ingresses via the ListIngress() method, it returns blank as expected.chilly-animal-65189
09/29/2023, 5:31 PMchilly-animal-65189
09/29/2023, 5:47 PMchilly-animal-65189
09/29/2023, 5:48 PMchilly-animal-65189
09/29/2023, 5:54 PMrough-grass-53340
09/30/2023, 10:15 AMrough-grass-53340
09/30/2023, 10:18 AMrough-grass-53340
10/02/2023, 7:41 PMrough-grass-53340
10/02/2023, 7:41 PM