Recommended Posts

Hello everyone. Any way to disable that horrible HTML5 video on YouTube? My laptop is slow so html5 videos slow it down. I haven't enabled anything, and if I have, I have disabled it(I saw some settings in about:config in here)

 

The youtube.com/html5 says "The HTML5 player is currently used when possible." It also doesn't display anything in order to disable it(if I recall correctly there was a button to disable the html5 player but now it has disappeared)

 

 

Edit: OpenH264 Video Codec provided by Cisco Systems is also disabled.

Use a release version of Firefox, Google isn't sending the Flash player to development versions of Firefox any more (For 99.9% of videos)

OpenH264 is only used for WebRTC anyway, disabling it won't do anything for normal video playback.

Well you can go two routes. You can either stick with Windows built in, leave DirectWrite enabled (which is stuck with Windows font rendering regardless), and install something like Anti-Aliasing Tuner, it's on the Firefox extension site, fiddle with the settings until you get it where you like it.  All in all the results are decent once you play with it a bit.

https://addons.mozilla.org/en-US/firefox/addon/anti-aliasing-tuner/

 

Or, you can replace it entirely with something else (MacType, GDI++, etc etc), disable DirectWrite and go for broke. I went with the latter (MacType as a service) as it works with near any Windows desktop application, not just the browser. Lots of presets or you can fiddle with the numbers.

 

For example, Firefox on Windows 7, although I usually use Chrome now:

fonts.png

 

I already use Mactype, but i need to disable partially 3D acc if i want mactype in Firefox

Hello everyone. Any way to disable that horrible HTML5 video on YouTube? My laptop is slow so html5 videos slow it down. I haven't enabled anything, and if I have, I have disabled it(I saw some settings in about:config in here)

 

The youtube.com/html5 says "The HTML5 player is currently used when possible." It also doesn't display anything in order to disable it(if I recall correctly there was a button to disable the html5 player but now it has disappeared)

 

 

Edit: OpenH264 Video Codec provided by Cisco Systems is also disabled.#

 

 

Your video is slow not because of html5 but because google is sending you vp9 codec video now. If you right click a youtube video and click on stats it will say vp9. This requires quite a lot of cpu to decode. Click the button on youtube.com/html5 to disable and it will use h264 using flash player.

Mozilla improves single-word searches and local queries in Firefox 33

 

When you type 8675309 or 867-5309, or any other similar query, Firefox will run a search immediately without any delays.  The browser will however displays a prompt asking you if you meant to go to a locally hosted resource accessible under that name.

You can select Yes, take me to "query" to go there, or "not thanks" to remain on the search results page. The browser remembers the selection and will act automatically accordingly from that moment on.

For single-word searches, results are displayed a lot quicker than before as well.

According to Mozilla, Firefox users will see search results for these type of queries on average 5 seconds quicker than before.

Whitelist sites

Sites can be whitelisted so that they are always loaded directly when entered. Localhost is whitelisted automatically, while all other sites can be added in the following way:

  1. Type about:config in the browser's address bar.
  2. Confirm you will be careful if the prompt appears.
  3. Right-click there and select New > Boolean to create a new preference.
  4. Name it browser.fixup.domainwhitelist.WORD
  5. WORD in this case is the query that you want whitelisted.
  6. Set the preference to true and search will be skipped automatically when you enter that word into the browser's address bar.

Bugs

Two cases are not resolved yet and need to be addressed. Queries will still fail if they end with a period. Mozilla will fix that issue soon [bug 1042519].

Queries with periods in the middle will also fail. Mozilla is not working on it right now, but the bug can be tracked as well [bug 494092].

 

Draft 14 is totally going to be the last draft! (Just like the last 2 drafts!)

I think Draft 13 mandated AEAD ciphers (i.e. AES-GCM, or the Google ones), which is actually a pretty welcome change though :laugh:

Edit: Now we just need TLS 1.3 to encrypt the plain text parts of the handshake.

Mozilla has been working on project Janus for some time without revealing much about it to the public. The goal of the project is to improve the browsing experience of the user. Here it is mobile users that Janus is targeting mainly but desktop users will gain access to the same technology as well.

The official wiki entry lists the goals of the project:

  1. Reduce page load times
  2. Reduce bandwidth requirements
  3. Increase user privacy
  4. Increase responsiveness for slow sites.
  5. Reduce radio time.

Like Opera Turbo and Max, and Google's Off-Road modus, it is making use of a proxy server that sits between the user's device and the Internet.

Traffic flows through the proxy server, and several methods are used to ensure that the goals listed above are met.

Among other things, this includes compressing images, text and certain types of streams, utilizing caching technologies, or reducing HTTPS round trips.

Mozilla notes that compression should not have an impact on the visual quality of the image. This means that it will work well on images that are not optimized, while you may not see a large difference in size when it comes to images that have been optimized by the webmaster.

The majority of features up until now are similar to other proxy technologies. Mozilla has additional ideas on how to improve it further. This includes converting gifs to videos to reduce their size, entering readability mode automatically for some sites, ad blocking, Opera Mini-like pre-rendering of pages, and adding support for adaptive-streaming.

 

Try it out right now

So HTTP2 landed and bounced yesterday because Twitter enabled a broken version of it on their servers and enough people complained that it had to be backed out, but since then twitter fixed their servers so as of the latest nightly Firefox talks HTTP2 to compatible servers by default (Y)

Now all we need is TLS 1.3 and support for ChaCha+Poly

A whole bunch of bug fixes for Media Source Extensions landed in the latest nightly, one of which fixes "rate adaptation" in the YouTube player, meaning it won't freeze a couple of seconds into the video now (And will play the whole video switching quality if needed)

Still not ready to be enabled by default though, there's a bad bug where seeking can cause the entire browser to hang and require it to be killed in a task manager. But hey, 720p VP9 looks pretty good (for 2Mbps)

A whole bunch of bug fixes for Media Source Extensions landed in the latest nightly, one of which fixes "rate adaptation" in the YouTube player, meaning it won't freeze a couple of seconds into the video now (And will play the whole video switching quality if needed)

Still not ready to be enabled by default though, there's a bad bug where seeking can cause the entire browser to hang and require it to be killed in a task manager. But hey, 720p VP9 looks pretty good (for 2Mbps)

Interesting. Do any of you know if they're working on MSE + M.264 or if it'll be dependant on OpenH264 or something like that?

Interesting. Do any of you know if they're working on MSE + M.264 or if it'll be dependant on OpenH264 or something like that?

OpenH264 doesn't have anything to do with MSE or normal <video> playback*, confusing but separate ;) They are working on H.264 support in MSE, but they're focusing on getting WebM stabilised first (Because they have the most control over that) and since the majority of MSE work is codec agnostic, once WebM works then all that's left is the H.264 decoder itself.

And even with me saying YouTube works fine, since that post and now they've already landed 2 more fixes for it :laugh:

* Well you could use it for such, but it's optimised for video calls so it's a very limited H.264 decoder.

Edit: If you toggle "media.fragmented-mp4.exposed" in a nightly you'll switch <video> playback to the MSE H.264 demuxer/decoder. Doesn't work entirely well (I've got a video it fails to play) but it does work.

Is there a bug posted for H.264 in MSE to follow? Anyways awesome, thanks for the info.

There's no one bug for H.264 support in MSE (Since support is already in the nightlies, just disabled via a hidden preference), but if you follow the main metabug you can see some of the H.264 specific issues that pop up.

One of the side effects of the MSE work is that now Firefox parses MP4 files itself (rather than giving it to the OS) and the way decoding works is done much differently. Windows support for the new method is probably the best at the moment (Since Windows has really good APIs in this regard), on Linux they hook into ffmpeg (touch and go from what I can gather) and on OS X they're basically reverse engineering the API to see what it wants (And it doesn't work at all on Yosemite, something changed since Mavericks and it crashes instantly)

WebIDE is now default enabled - https://bugzilla.mozilla.org/show_bug.cgi?id=1007059 

Compacting GC (true exact rooting) initial work has been landed as well no memory saving measurements yet.

Firefox is now working tedious in improving its GC performance - meta bug link - https://bugzilla.mozilla.org/show_bug.cgi?id=1008333

 

New Addon Manager look to match with InContent Option:

 

https://bugzilla.mozilla.org/show_bug.cgi?id=989469

 

attachment.cgi?id=8469150

Indeed, I welcome it too as I really hated that dialog. Firefox is really beginning to make strives - today I've been surfing using a e10s window without a single crash. Now all they need to do is move downloads/history/bookmark manager to a tab instead of a new window!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Posts

    • Who uses Outlook anymore? Seriously. When you have open-source and completely free clients such as Thunderbird, Outlook is really obsolete now.
    • "Low price of just $340" ? I don't think so, especially when these same memories were less than $100 just last year before the AI craze started.
    • Spyro: A Realm Beyond revealed by Toys for Bob, the first new entry after almost 20 years by Pulasthi Ariyasinghe The Xbox Games Showcase had a surprise reveal from Activision that wasn't related to Call of Duty. The Microsoft-owned publisher revealed a brand-new Spyro game, confirming the return of the series that last had a brand-new entry appear nearly 20 years ago. Watch the new Spyro: A Realm Beyond trailer above, which shows off a new look for the iconic dragon. While most of the trailer is a rendered cinematic, the very end does feature a snippet of gameplay captured on PC. The development team working on this project is Toys for Bob. This is the same studio that delivered the Spyro Reignited Trilogy remasters that brought back the original games for fans. "We are huge Spyro fans ourselves and we are so excited that 'the adventure continues'," says Toys For Bob Studio Head, Paul Yan. "I know the wait has been excruciating but we’re so thrilled to finally come out of stealth and confirm that a new Spyro game is indeed what we’ve been up to these past few years." As is evident from the trailer, Spyro has grown since his previous adventures, and that means he is better at flying too. Players will be able to fly around with freedom for the first time in the series this time, and not just inside mini-levels. "In Spyro: A Realm Beyond, Spyro will experience the freedom of true dragon flight," adds Yan. "He’s small, but mighty, so we had to do a lot of different experiments to explore how he could be both nimble and still be very physical when actively pushing his way through the air." The studio promises the return of whimsical worlds to explore, with plenty of treasure and activities to find. There is a new antagonist coming in to threaten this peaceful world too. Moreover, Tom Kenny is returning to voice Spyro. Spyro: A Realm Beyond is releasing sometime in Spring 2027 across PC, Xbox Series X|S, PlayStation 5, and Nintendo Switch 2.
    • They couldn't have done a better job, this is beautiful!
    • Oh, of course not. The real "victims" are the people who snipe kids in the head, have killed more journalist than all the worlds wars combined, do double tap strikes on medical personnel, claim history started on October 7th, have a $700 million dollar annual Hasbara budget and pay influencers $7k a post to spout exactly this kind of propaganda. How dare you question the most moral army in the world. Victimhood belongs to these genocidal freaks alone. Anyone who denies that is literally Hitler. If you're going to support a terrorist state, the least you could do is come up with better talking points.
  • Recent Achievements

    • Proficient
      Eric Biran went up a rank
      Proficient
    • Dedicated
      Conjor earned a badge
      Dedicated
    • Week One Done
      Windows Guy earned a badge
      Week One Done
    • Dedicated
      Mark Spruce earned a badge
      Dedicated
    • Collaborator
      conkir earned a badge
      Collaborator
  • Popular Contributors

    1. 1
      +primortal
      479
    2. 2
      PsYcHoKiLLa
      243
    3. 3
      Steven P.
      72
    4. 4
      +Edouard
      66
    5. 5
      FloatingFatMan
      65
  • Tell a friend

    Love Neowin? Tell a friend!