Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stream stopping ? #1381

Open
3 tasks done
ZyGout opened this issue Dec 7, 2024 · 0 comments
Open
3 tasks done

Stream stopping ? #1381

ZyGout opened this issue Dec 7, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@ZyGout
Copy link

ZyGout commented Dec 7, 2024

Which package has the bugs?

The core library

Issue description

After about 30 minutes, the stream stops. How can I fix this issue ? I'm not sharing any video etc. I just want to have the "screenshare" event activated.

Code sample

const connection = await client.voice.joinChannel(client.channels.cache.get(data.channelid), {
    "selfMute": data.mute,
    "selfDeaf": data.casque,
    "selfVideo": data.cam,
    "videoCodec": "H264",
}).catch((error) => null);
await connection.createStreamConnection();

Package version

3.4.5

Node.js version

21.7.1

Operating system

Windows & Ubuntu 20.04

Priority this issue should have

Low (slightly annoying)

Checklist

  • I have searched the open issues for duplicates.
  • I have shared the entire traceback.
  • I am using a user token (and it isn't visible in the code).

Additional Information

No response

@ZyGout ZyGout added the bug Something isn't working label Dec 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant