-
-
Notifications
You must be signed in to change notification settings - Fork 8
media playback has pitched-down audio #6
Comments
The audio seems to work fine to me (Firefox 68.0.1, Windows 10) |
I confirm the same behaviour in Arch Linux, firefox 68.0.1. It's definitely this add-on doing it, by simply enabling and disabling it (and refreshing Twitter) the audio either works fine (addon disabled) or is very low pitch and distorted (addon enabled). |
same issue here ... pinpointed the issue to the addon after thinking something like Umatrix had a new filter, misbehaving ... not sure how to troubleshoot as this addons (I even tried disabling GoodTwitter and using the same thing as in the code for this addon, in a user-agent switcher, but it shows the new layout that way) .. if someone who is better at coding than I am can find another way to get the old layout back then pinpointing WHAT is happening may be easier. Tested this on Ubuntu Mate and OpenSuse Tumbleweed Cinnamon (Linux) and so far Google Chrome seems to be a-ok ... it's specific to Firefox and PERHAPS Linux distros? |
hmm can multiple people who use this on Windows 10 (or Win7 I guess) confirm that it works ok there? ... I am a Linux (different distros, that all seem effected) and don't use Windows myself |
Windows 7 here. |
I can confirm that extension causes the reported behavior using Firefox 68 on PopOS! 18.04 (Kernel 5.0.0-21). |
Confirmed with firefox 68.0.1-2 amd64 on debian/sid. Distorted audio sounds much lower pitch and also has some crackling, so perhaps clipping. Workaround is to disable GoodTwitter and reload to play an embedded Twitter video. |
same thing happens to me.. firefox 68.0.1 on Ubuntu 18.04 LTS |
Confirmed with Nightly 70.0a1 (2019-07-10) (64-bit) on Arch. It seems to be Twitter loading a different video, based on the modified user agent. Similar problem descriptions I found around the web (e.g. dillbyrne/random-agent-spoofer#563) suggest fixing it with a different user agent string. I tried a few user agent strings for different Firefox, MSIE, Opera and Safari versions but couldn't find one which loads the old UI and has non-distorted sound. If there was a Linux user agent string which forced the old UI, that might be a solution? |
Linux, Ubuntu, Firefox 68.0.1. I've been using youtube-dl to watch videos. |
didn't know that the Chrome addon is apparently a different Git repo but yeah Goodtwitter on other browsers seems a-ok regarding this issue ... it's specific to Firefox it seems ... at least with Linux (not sure if that alone makes a difference too) I keep trying different User Agents with GoodTwitter disabled but all I get in my tests or Twitter forcing a user to the mobile layout with a message "update your browser" or the new layout |
Confirmed with Firefox 70.0b3 (64-bit), GoodTwitter 2.0, Ubuntu 19.04 (Linux 5.0.0-25-generic). |
I have this problem too |
I have this problem, too. GoodTwitter 2.0. Firefox 60.8.0esr (64-bit), Debian GNU/Linux 9.9 (stretch). |
Would it be possible to merge in the above fix? FF has needlessly complicated the process for installing unsigned add-ons. |
Should be fixed now |
Confirmed fixed for firefox 69.0-1 amd64 on debian/sid. Thanks! |
Broken for me on Manjaro GNOME 19.1.1, Firefox 69.0.3 I wasn't able to test around the time the fix was implemented but it doesn't seem to be working now, at least for me. |
It's back again :( On firefox 70.0 in Arch Linux. |
thought it was just me (I use a variety of Distros) .. It's at least an issue, on Fedora 31 here with Firefox 70 ... since the time this was closed awhile back, it had been working just fine all that time |
Videos play fine for me, still. GoodTwitter 2.1, Firefox 68.2.0esr (64-bit), Debian GNU/Linux 10 (Buster) |
+1 EDIT: I was using the AMO version which is still 2.0. |
@ZusorCode |
Unfortunately firefox has been blocking my submissions because of using eval even though it's necessary and haven't replied it any requests to reinstate it. If someone can accomplish the current functionality without eval I could resubmit it. |
Is there no way to manually side-load this with just an .XPI file? |
while i am not sure what use to go into making an xpi file .. I use to know years back in the Firefox 3.x days you could download the addon as a .zip file and then just rename it to .xpi vs .zip and that was it ... also here on github some addons (this does get screwed up if it's sideloaded with say Firefox Sync) like Gorhill's (Ublock Origin and Umatrix) have .XPI here on github under "releases" ... they can even be marked like "stable" (say the current AMO version) and "beta" or something like that IIRC for trials that would let people know this is not the offical AMO release but it may fix standing issues |
After spending quite a bit of time today, I managed to make an XPI. Clone the repository, apply the following patch, make a zip containing everything inside the repository (.git and .github can be excluded), and change the extension to Firefox will most likely refuse to load it because it's unsigned. It works fine in Waterfox. diff --git a/manifest.json b/manifest.json
index a893415..a96af2d 100644
--- a/manifest.json
+++ b/manifest.json
@@ -37,6 +37,11 @@
"icons": {
"128": "128.png"
},
- "content_security_policy": "default-src 'self'"
-
+ "content_security_policy": "default-src 'self'",
+
+ "applications": {
+ "gecko": {
+ "id": "{11cf5a68-57de-4923-88d6-35b0e7d95f57}"
+ }
+ }
} |
Confirmed with Firefox 72.0.1 (64-bit), Ubuntu 16.04 (4.15.0-74-generic). |
Having the same issue on Firefox 72.0.2 (64-bit), Manjaro 18.1.5 (5.4.13-3-MANJARO). The patch above seems to fix the issue though. |
@tatokis Hi, would it be possible for you to post the XPI file somewhere? Some of us are not that familiar with the step-by-step process required to add the patch. Thank you! |
Here's a signed xpi that should work without any changes. |
Here's a non-expiring link to the xpi |
I don't experience this any longer, has this been fixed? Using Firefox 73.0.1 and Ubuntu 18.04 without any patch. |
The patch has been on live ever since twitter added that warning banner, it
got pushed out with the fix for that and mozilla didn't reject it.
…On Wed, Mar 11, 2020 at 5:48 PM DesertStars ***@***.***> wrote:
I don't experience this any longer, has this been fixed? Using Firefox
73.0.1 and Ubuntu 18.04 without any patch.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFQXVJXMRUIDS32AYL2E57DRG66E5ANCNFSM4IG37SEQ>
.
|
every embedded twitter media (e.g. not the youtube-originated ones that you can play from the twitter web-interface if a youtube video link has been posted in a tweet) that has an audio stream in it.
steps to reproduce:
I've run into this same behaviour on Firefox 68.0 on Linux Mint Tessa and on Firefox 68.0.1 on Ubuntu 18.04.1
The text was updated successfully, but these errors were encountered: