itamayo
itamayo
It doesn't work to me, neither on PC (chrome/firefox updated ) [pindrop]
Hi Kalwalt again =) Is there any guide to see how we could create an AR example using the editor ? thanks
wow ! great, thanks =)
RTMP streaming typically introduces roughly 2-20, use WHIP to get (ms) delay
When you publish via RTMP to a LiveKit Ingress, the server has to decode and transcode the audio because it doesn’t support receiving Opus directly. This makes some delay unavoidable....
As @lukasIO mentioned, the code already accounts for that Safari bug, and it’s something quite difficult to fix at the framework level: https://github.com/livekit/client-sdk-js/blob/main/src/room/track/Track.ts#L402 At the application layer, you could listen...