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

rtc connecting #1

Open
Bruhmomenthahlal opened this issue May 18, 2024 · 1 comment
Open

rtc connecting #1

Bruhmomenthahlal opened this issue May 18, 2024 · 1 comment

Comments

@Bruhmomenthahlal
Copy link

I have everything I need for the plugin to work and every time I join a vc it says rtc connecting then says in connected from a different location or my discord crashes

@thehero6965
Copy link

thehero6965 commented May 22, 2024

UPDATE:

https://github.com/thehero6965/T1Nstereohotfix05212024/blob/main/T1Nstereo.plugin.js posted it because yea

I looked into it myself, you need to dash out lines 741-743 in the T1Nstereo javascript plugin. This will disable bitrate min/max.
e.g: (Lines are bolded for reference.)

if (tin.encodingVideoBitRate) {
                tin.encodingVideoBitRate = videobitrate
              } //made by tinguy1 on github dont steal pussy
              tin3.bitrateMin = streambitrate
              tin3.bitrateMax = streambitrate
              tin3.bitrateTarget = streambitrate
              //made by tinguy1 on github dont steal pussy
              if (tin.streamParameters) {
                tin.streamParameters[0].maxBitrate = streambitrate
              } //made by tinguy1 on github dont steal pussy

these lines-

              //tin3.bitrateMin = streambitrate
              //tin3.bitrateMax = streambitrate
              //tin3.bitrateTarget = streambitrate

these are going to need to be dashed out (with //).
Tested the stereo functions, they still work. although the quality might differ. Hopefully that fixes it temporarily and the guy returns.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants