Skip to content

Unable to stream videos in chat #3404

@baconsalad

Description

@baconsalad

Steps to reproduce

Using roughly this command it was previously possible to stream video into a room

lk join-room \
--room "${ROOM}" \
--identity "videobot" \
${API} \
--publish "${VIDEO_SOCK}" \
--publish "${AUDIO_SOCK}" \
--fps "${FPS}"

but it no longer works any more. Instead now it spits into the browser console [MatrixAudioRenderer] Audio track videobot has no matching matrix call member current members: @aaa:bbb.com:CDEFGHIJK track will not get rendered (this is from src/livekit/MatrixAudioRenderer.tsx)

The reason I think this is a bug is that using livekit cli to "join-room" the user is not considered part of the room despite everything saying otherwise. eg.

LIVEKIT_URL='http://aaa:7880' LIVEKIT_API_KEY='bbb' LIVEKIT_API_SECRET='abc123' lk room participants list '!ABC:def.com'
Using url, api-key, api-secret from environment
@aaa:bbb.com:CDEFGHIJK (ACTIVE)    tracks: 1
videobot (ACTIVE)        tracks: 2

Outcome

Used to work, no longer does.

Operating system

Linux

Browser information

Any

URL for webapp

0.13.1

Will you send logs?

No

Metadata

Metadata

Assignees

No one assigned

    Labels

    T-DefectSomething isn't working: bugs, crashes, hangs, vulnerabilities, or other reported problems

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions