-
-
Notifications
You must be signed in to change notification settings - Fork 246
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
Low quality in screen sharing on 1 to 1 calls #61
Comments
Can you see if there is something in the console (logs). I think is the webrtc using a pretty low default quality, but not sure how to override it at this moment. Strange it works ok for 3 people... I think it might be related to the screen you are trying to share... But isjust speculation |
Can confirm the very low resolution during one-to-one calls. |
Thanks a lot for 0.1.16. Screen sharing works now. :-) |
It does not work for me on Centos 7, do I have to install any additional package to get it working, I am using the latest released rpm. |
Could it depend on network quality? I've been using screen sharing in 1:1 calls for two days now, the quality is just perfect |
I have a 50/10 Mbits connection at home, which works great with Zoom (telephony and screensharing). But you are right, I tested screen sharing in a local network and it worked without any issues in quality or sound. |
Might be good if you can check if there are any logs (start app with --webDebug) that are different between sharing between 2 and 3 people. @chrisgns , can you open a separate issue and provide more information about what you (not) see? ps: not marking this as a bug... but almost. |
Hi, it is #64 , Christoph |
Hi, i can confirm that the 1:1 screen sharing works on the first share.. a soon as i close screen-sharing and reshare another screen, the video quality goes down. I tested this 5x with the same results. BTW, thank you for actively updating this project. Regards, |
I can confirm foot3print discovery (tested one time). |
Thanks @foot3print and @developer2048. That should help finding the core issue. Can you confirm if the quality is bad from the second one on, or just alternates (one good, one bad)? |
Might be worth trying reverting the chrome user agent to before 69 (check history of config/index.js). Just run with this crazily long string
|
Ignore that last one, it is needed for been able to do the screenshare. |
The following are things that might be worth checking/testing:
Unfortunately I am just blind. We don't do screenshare or much video at my work. Can any of you try those options? The last one probably is a bit more tricky to test... and is also the one that I believe less in. |
Thank you for the support! |
To be honest, I don't think the last one will work, I think the best bet is to try to make electron use another decoder "vp8/9". Might be worth seeing if we can activate this with some flags. (but I might be looking in the wrong place) Now, a bit unrelated but fairly close enough to the topic. Seems like MS is going to support this (screensharing in chrome) pretty soon. They announced yesterday video, audio and screensharing will be supported soon in Chrome. Check my comment in #19 for further info. This might or might not solve the issue, or might require a bit of wiring up, so worth keeping an eye on it. |
Could this ms issue give some info about this issue?? Maybe is the monitor configuration. If using multiple monitors, try sharing the same app but I'm different monitors... And turn off Anti-Aliasing if all seems to have the same problem. Hope helps! |
Sorry, I can't test today and will be not available for the rest of the week. I will try to discover how to disable AA in Gnome (I don't think, disabling Fonts AA is enough, right?) and be back next week... |
Hi @developer2048 , try the fonts... I am not sure if that is just different name in the windows domain... Let us know how you get on. No rush. |
Actually, by doing #83 might fix this, or at least probe if the more than one user theory is right. |
So, I tried to test the first recommendation (disable hardware accelaration). Same behavior (low quality) Since I'm disabled Anti-Aliasing in Gnome Fonts menu only, I'm not sure if this is what needed to be tested... |
@developer2048 , are you able to test this from source? Thanks. |
@IsmaelMartinez , I tested it with 0.1.16 and 0.1.17 releases. For 0.1.17 I used the package and for 0.1.16 the source (as far as I remember). |
I can confirm this on my side with 0.1.17 deb package. Didn't get the time to test from source. 1-to-1 screen sharing quality is poor when not totally unreadable where screen sharing in a meeting is good. |
We did some test here with several users, comparing mostly v0.2.0 with the current master branch. In my opinion MS may did some optimizations under the hood at the same time we were try to discover what is going on here. As everyone seems to be happy, case closed and again GJ @IsmaelMartinez. Thank you! As far as I see, there is some polish needed on the dialog selecting the app/window one likes to share. Also the current sharing stream window could be a chromeless windows. I don't know how this is related to electron 5. What can I do right now? (@IsmaelMartinez you got mail from me, feel free to say me, how I might help you ) |
Hi @byteSamurai , Thanks for checking it. To be honest, I never experienced the issue myself so just tried to fix something blind (what is fairly tricky) Replying your email in here, any help is always more than welcome. I just created the Gitter channel so hopefully communication is a bit better than now. It might also help people to help each other. My current plan is to merge the PR that is in the middle, and release 0.4.0. Then spend sometime with the electron 5. I don't think is urgent yet, but there are only two parts not working. We will need to move to electron 5/6/7 soon. If you want a challenge, that task is then the one for you ;) If you prefer something easier, but equally useful, working in the screensharing area might also be a great idea. Now it works but got a few edges that will be nice to trim :) There might be a couple of challenges around it. Thanks again! |
This issue appeared again with version 0.6.3. One to One quality is bad, but in groups there is no issue. It's possible to try the same workaround previously used? |
The workaround is in place... Maybe is a new bug. |
Hi, can you confirm it is not on 0.6.0 (stable) also with the 0.6.4 (as it wait now to clean the cache)? Just to see if is related to our app or something from the website part.
If is the clearCache stuff I will then put it as a config option.
Thanks
…On Fri, 9 Aug 2019, 17:01 Julian Alarcon, ***@***.***> wrote:
The workaround is in place... Maybe is a new bug.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#61?email_source=notifications&email_token=AADJHEHKS6DO5HFS2EU2I2DQDWIHHA5CNFSM4G6T6QIKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD37CXZA#issuecomment-519973860>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADJHECHBEU6XHNWL7IY6E3QDWIHHANCNFSM4G6T6QIA>
.
|
Actually, we are reverting the changes from 0.6.3 so, hopefully, this goes away as they go away. Can you test with 0.6.0 and see if the quality is fine? Once the other stuff is packet and ready to go I release a edge version of 0.6.5 and see if still the case. Hopefully I get some time at lunch time on Monday! |
JBTW: I am still on 0.4.0 and we are facing the again the same issue. Could it be something on MS side? 🤔 |
@byteSamurai , do you have the blank/white loading screen every now and then? Just to check if you need to buildup cache in order for the call to be better... to be honest, I doubt it. Are group calls still ok? Is this only 1-2-1? And yeah... probably Microsoft and/or your network. |
worth having a look at this (but grab a coffee or two before you start, pretty long read): |
Hi @byteSamurai and @julian-alarcon , did you get a chance to read that long document? also... are you still experiencing the issue? Thanks! |
@IsmaelMartinez Actually QoS should be established in our networks. But I will ask our IT department as they are monitoring most of our traffic, maybe also QoS. Nevertheless: I don't think its related to this because some of my colleagues are willing to work with me via Zoom. In Zoom gives me a perfect quality every time! No matter if I work from home or not. At the moment I have a completely different problem: After almost every start if teams it stucks in initializing. If I clear the cache, I can log in once (after a use-the-desktop-app notification). Affects 0.4.0 as well as 0.6.0 so it looks it is related totally on something MS has changed? I am investigating and write an issue if I am sure, its not related to our AD. |
That is #171. Look at my last comment. 0.6.6 or higher should have this
fixed
…On Wed, 14 Aug 2019, 21:34 Alfred Feldmeyer, ***@***.***> wrote:
@IsmaelMartinez <https://github.com/IsmaelMartinez> Actually QoS should
be established in our networks. But I will ask our IT department as they
are monitoring most of our traffic, maybe also QoS.
Nevertheless: I don't think its related to this because some of my
colleagues are willing to work with me via Zoom. In Zoom gives me a perfect
quality every time! No matter if I work from home or not.
------------------------------
At the moment I have a completely different problem: After almost every
start if teams it stucks in initializing. If I clear the cache, I can log
in once (after a use-the-desktop-app notification).
[image: image]
<https://user-images.githubusercontent.com/6654064/63054081-774e8900-bee3-11e9-9ec5-14aef824df9b.png>
Affects 0.4.0 as well as 0.6.0 so it looks it is related totally on
something MS has changed?
I am investigating and write an issue if I am sure, its not related to our
AD.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#61?email_source=notifications&email_token=AADJHEHPVC3HV5Z7WR6CGULQERT5XA5CNFSM4G6T6QIKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4KA4CY#issuecomment-521408011>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADJHEBT2N7MYXLO6WRQEJTQERT5XANCNFSM4G6T6QIA>
.
|
@IsmaelMartinez bad news: from yersterday to today Screensharings i reveice are completly blurred. Was running 0.6.6 and installed 0.6.7 today - no difference. I guess microsoft again made some changes :-( |
one-2-one calls or group ones? We don't do screensharing at my office (as we all sit pretty close to each other) so it is always a bit more difficult to test this things... Is it possible to test with version 0.5.0 and see if is better? (just to make sure is not the newer version of electron that introduce this) |
Ok we tested a bit: |
Open a new issue but I will point you 1st to MS... https://docs.microsoft.com/en-us/microsoftteams/monitor-call-quality-qos |
I will actually close this one and move it to the #241 as this issue is a bit polluted. As I mentioned in the other issue, I think it might be one of the changes introduced in 0.5.0. |
Ignore my previous message. Reopening |
Can you guys test if it now works? according to #241 (comment) MS has fixed something... and is in the same area so maybe it also fixes our problems? |
Hi! I just made a test with snap version edge: 0.7.0 2019-08-23 (59) 52MB No issues! Seems to be a server/service issue from Microsoft, and now the fixed again. |
When using screen sharing between only 2 peers the quality of the screen is pretty low.
If the screen sharing is between 3 or more people the quality is great with no issues. If you are in a one and one screen sharing and invite to someone else the quality wont be improved, you have to cancel and reshare the screen to fix the quality issue.
I'm using Snap build on Ubuntu 18.04 with Xorg (no Wayland) using version 0.1.16 of teams-for-linux.
Attached is an screenshot that show the issue.
The text was updated successfully, but these errors were encountered: