Re: [tor-bugs] #25898 [Applications/Tor Browser]: Youtube videos don't play automatically anymore

2019-03-28 Thread Tor Bug Tracker & Wiki
#25898: Youtube videos don't play automatically anymore
-+-
 Reporter:  gk   |  Owner:  tbb-
 |  team
 Type:  defect   | Status:  closed
 Priority:  Medium   |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:  fixed
 Keywords:  tbb-usability-website,   |  Actual Points:
  TorBrowserTeam201804   |
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-

Comment (by Himanshu0709):

 Hey if you were the windows 10 user if you face any type of issue with
 your operating system then just from here http://gethelpwindows10.com get
 help from our tutorial which you will do it online without any pay and
 signup.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25898 [Applications/Tor Browser]: Youtube videos don't play automatically anymore

2018-04-25 Thread Tor Bug Tracker & Wiki
#25898: Youtube videos don't play automatically anymore
-+-
 Reporter:  gk   |  Owner:  tbb-
 |  team
 Type:  defect   | Status:  closed
 Priority:  Medium   |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:  fixed
 Keywords:  tbb-usability-website,   |  Actual Points:
  TorBrowserTeam201804   |
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-
Changes (by gk):

 * status:  new => closed
 * keywords:  tbb-usability-website => tbb-usability-website,
 TorBrowserTeam201804
 * resolution:   => fixed


Comment:

 Nice find! And glad we caught that one in the alpha. I pushed a fixup
 commit (commit 7814f97385daa7b5056bfaabe6ca56206acd6b58) to `tor-
 browser-52.7.3esr-8.0-1`.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25898 [Applications/Tor Browser]: Youtube videos don't play automatically anymore

2018-04-24 Thread Tor Bug Tracker & Wiki
#25898: Youtube videos don't play automatically anymore
--+--
 Reporter:  gk|  Owner:  tbb-team
 Type:  defect| Status:  new
 Priority:  Medium|  Milestone:
Component:  Applications/Tor Browser  |Version:
 Severity:  Normal| Resolution:
 Keywords:  tbb-usability-website |  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+--

Comment (by sysrqb):

 Right, I noticed in this in alpha, too. This is happening because
 `media.autoplay.enabled` is now `false` by default, compared with that
 pref is `true` by default in the stable release. I finally looked into
 this now, and I believe this was caused by one of the Orfox patches.

 2bcf9362c2c2820263488e3f5e9b6509da5bff2e includes setting
 `media.autoplay.enabled` = `false` in Orfox, however it also set this pref
 as `false` on desktop.

 {{{
 diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js
 index 198028eeb96c..766e665c074a 100644
 --- a/modules/libpref/init/all.js
 +++ b/modules/libpref/init/all.js
 @@ -591,7 +591,7 @@ pref("media.encoder.webm.enabled", true);
  #endif

  // Whether to autostart a media element with an |autoplay| attribute
 -pref("media.autoplay.enabled", true);
 +pref("media.autoplay.enabled", false);
 }}}

 I partly prefer disabling autoplay, but the UX is not good, and this
 wasn't an intentional change on desktop, so I think we should revert this.
 `media.autoplay.enabled` is set as false in the mobile-specific pref file
 (mobile.js), already - so changing `modules/libpref/init/all.js` shouldn't
 affect Orfox.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25898 [Applications/Tor Browser]: Youtube videos don't play automatically anymore

2018-04-24 Thread Tor Bug Tracker & Wiki
#25898: Youtube videos don't play automatically anymore
--+--
 Reporter:  gk|  Owner:  tbb-team
 Type:  defect| Status:  new
 Priority:  Medium|  Milestone:
Component:  Applications/Tor Browser  |Version:
 Severity:  Normal| Resolution:
 Keywords:  tbb-usability-website |  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+--

Comment (by cypherpunks):

 FWIW this message appears sometimes:

 {{{
 If playback doesn't begin shortly, try restarting your device.
 }}}

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25898 [Applications/Tor Browser]: Youtube videos don't play automatically anymore

2018-04-23 Thread Tor Bug Tracker & Wiki
#25898: Youtube videos don't play automatically anymore
--+--
 Reporter:  gk|  Owner:  tbb-team
 Type:  defect| Status:  new
 Priority:  Medium|  Milestone:
Component:  Applications/Tor Browser  |Version:
 Severity:  Normal| Resolution:
 Keywords:  tbb-usability-website |  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+--

Comment (by cypherpunks):

 The situation with vimeo.com is way worse ;)

 (thought at first that it was a problem with my graphics driver that I had
 updated but seems like it's not)

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

[tor-bugs] #25898 [Applications/Tor Browser]: Youtube videos don't play automatically anymore

2018-04-23 Thread Tor Bug Tracker & Wiki
#25898: Youtube videos don't play automatically anymore
--+
 Reporter:  gk|  Owner:  tbb-team
 Type:  defect| Status:  new
 Priority:  Medium|  Milestone:
Component:  Applications/Tor Browser  |Version:
 Severity:  Normal|   Keywords:  tbb-usability-
  |  website
Actual Points:|  Parent ID:
   Points:|   Reviewer:
  Sponsor:|
--+
 We got reports that videos on Youtube don't play anymore automatically in
 Tor Browser when loaded (see:
 https://blog.torproject.org/comment/274954#comment-274954). Rather, one
 has to pause them first and then start playing them.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs