-
Notifications
You must be signed in to change notification settings - Fork 869
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
Revert 'refuse to open monitor inputs' #1273
Comments
Technically it shall not be hard to add a reverse patch for that commit. But is this beyond the scope? @Eloston |
How could this, logically, possibly be "beyond the scope" where the name of this repository is "ungoogled-chromium"? The developer that filed this issue https://bugs.chromium.org/p/chromium/issues/detail?id=931749 and every developer that has published at comment at that bug concurs that they want this feature, or, for the commit to be reverted. I have not read any developer in the field concur with the decision of Chrome/Chromium authors to refuse to list or capture monitor devices at |
@wchen342 Read OP carefully
I ain't scurred of *oogle. |
|
I will review the contents in the linked article. This list item applies
If you read this bug carefully you will notice that I requested a flag be added for this functionality, where the only way possible for this reversion to be applicable is for the user to activate the flag in the lauch command, which satisfies
As to
I posit that the commit has no rational basis, thus is dependency on Google web services, in this case an unnecessary dependency on that commit, perhaps so Chromium users that do not have a microphone connected to the machine, yet nonetheless want to call
while attempting to close issues disclosing inclonsistencies based on the premise that it is not feasible to actually verify a default device, yet at the same time file an issue requesting a default device be listed first (see title of and use case for https://bugs.chromium.org/p/chromium/issues/detail?id=865799), which is the opposite of the reasoning claimed for attempting to close the former issue. Now, if defining default devices is not possible w3c/mediacapture-main#727
and the inconsistencies remain, how can any default devices be identified and verified in the first place https://github.com/w3c/mediacapture-main/issues/756 to be placed at first in the list? |
I think you misunderstood my position. I was only trying to decide whether "adding a fix for something Google screwed up is going outside what we are supposed to do", not "whether they actually did it right or wrong". I can see your points and I actually agree with them. However, if the fix does not fit into the project then it still needs to be implemented somewhere else. You did bring up a good point about flags. It is probably good to add a flag for users to switch this behavior on and off. In that case I think I won't be too big a problem.
This is not ture. A commit is not a web service. If I read the commit correctly it does not enable any comminucations between the browser and Google's servers. From my understanding the primary purpose of removing Google web services is to cut the communications between local machine and Google servers, thus protect user privacy. |
The flag is a reasonable request. There is no way for that commit to be applicable except for a user to affirmatively write the flag themselves at whatever code launches their Chromium or Chrome browsers.
It can be https://bugs.chromium.org/p/chromium/issues/detail?id=816095. In this case more of a restriction imposed by the absentee web service *oogle and its derivative works Chromium and Chrome.
Well, that is impossible. There is no such thing as "privacy" using any signal communications. A Good American. You can make that claim if you want, however, there is certainly no way for you to verify any signal communications are "secure" whatsoever, whether the machine is being used locally or not. Now as to those restrictions on web services, for example recording audio from web sites, that is already possible. Chromium reverting refusal to capture monitor devices will not change that. Users will need to select the device in the first place, unless they have no microphones connected. In any case we can use various other means to do that GitHub Reinstates youtube-dl After RIAA’s Abuse of the DMCA (back up your own code, there is no telling when they will make up stuff in mid-stream and ban you or your code not realizing they are communicating with the expert in that domain guest271314/banned#2, that is you deal only with primary sources [Twitter actually asked for gov'ment issued ID when they banned me for no reason https://github.com/guest271314/twitter], not mere heresay, here Chromium source code and stuff you want and don't want - it is the same principle). The reasoning that capturing system audio output would be confusing to users that are expecting microphone to be captured when they have no microphones connected to the machine is a circular, without cause to try to capture microphones in the first place. I will try to do this myself. If you make this happen as a flag, great. Carry on. |
@wchen342 I am looking into using Google App Engine to build Chromium with the commit reverted. In the meantime I found Virtual microphone using GStreamer and PulseAudio, in pertinent part
which provides a means to create a virtual device that Chromium lists as an input (microphone) device at |
@wchen342 Am interested in how you would go about meeting the requirement https://lists.w3.org/Archives/Public/public-speech-api/2017Jun/0000.html, given guest271314/SpeechSynthesisRecorder#14, https://bugs.chromium.org/p/chromium/issues/detail?id=1032815#c6, https://bugs.chromium.org/p/chromium/issues/detail?id=1114422#c9 ? |
This change is pretty small, so I'm okay to add a flag for this. It is not in-line with the main objective of the project (thus it should be under |
I hope your question(-s) has(-ve) been answered, otherwise please let us know. |
@PF4Public I solved this using Native Messaging as mentioned at OP. The quality is superior to |
@guest271314 Eloston did a good conclusion above. This might be a candidate for ungoogled-software/contrib if someone wishes to prepare a patch for this particular case. |
Is your feature request related to a problem? Please describe.
This commit https://chromium.googlesource.com/chromium/src/+/4519c32f528e079f25cb2afc594ecf625f943782 is the source of several issues, particularly on Linux, see Issue 931749: DOMException: could not start audio source when trying to access audioinput
Describe the solution you'd like
Build Chromium with pre-4519c32f528e079f25cb2afc594ecf625f943782 source code
Describe alternatives you've considered
I have created several workarounds for this issue
Additional context
I have most recently proposed
AudioOutputContext
at Web Audio API v2. I have previously brought this issue to the attention of Media Capture and Streams specification and filed several specification and Chromium issues re this matter.I am willing to do the work. What I am requesting here is a clear and concise road map for how to build Chromium with only that change (if necessary we can build the entirety of ungoogled Chromium just to change the referenced commit) reverted.
The text was updated successfully, but these errors were encountered: