Recommended Posts

And I'm pretty sure I'm not the only one as others have mentioned the same issue of dropping frames on the comment section of Youtube's 60 FPS videos that were posted.

Ditto that. My system falls in the "decent specs" category, not running four GPU's or anything but decent.

Firefox (Flash) was giving me ~38FPS.  Visually I didn't really notice much of a difference, not going to switch over it but *shrug* numbers don't lie.   Chrome and HTML5 was the full 60, frame dropping was at a minimum. On the plus side, CPU usage on both Chrome and Firefox were near zero while running both videos at 1080.. it's not being starved for resources or CPU time.  Flash obviously needs some more work/refinement.

Firefox:

firefox60f.png

 

Chrome:

chrome60fp.png

So, with Youtube announcing (and demonstrating) 60 FPS videos on their website, when can we expect Mozilla to fix their shoddy Flash support?

TwitchTV has supported 60FPS for quite a while now and it has always dropped a bunch of frames. If you move your cursor over the video it makes it struggle to even maintain 30 FPS, let alone 60.

Same for OneDrive's web video player. And now with Youtube's 60 FPS videos, it's almost dropping 50% of frames, negating the bump in frame rate.

 

And I'm pretty sure I'm not the only one as others have mentioned the same issue of dropping frames on the comment section of Youtube's 60 FPS videos that were posted.

 

Here's one of the videos for anyone interested, by the way.

doesn't seem to be a firefox issue, I get tons of dropped frames when viewing that video in chromium. Only plays smooth 60 fps for me when using google chrome/html5 player. And this is on my gaming desktop (i5-2500, 16gb ram, amd 280x)

 

Flash is terribly optimized, who would have thought  :rofl:

For YouTube and MSE have you tried enabling media.mediasource.enabled via about:config and forcing the HTML5 player? The Battlefield Hardline 60FPS trailer works fine there using HTML5/VP9/MSE in Nightly.

Enabling that appears the 1080 option but it doesn't start(At any resolution), using estable version(30)

doesn't seem to be a firefox issue, I get tons of dropped frames when viewing that video in chromium. Only plays smooth 60 fps for me when using google chrome/html5 player. And this is on my gaming desktop (i5-2500, 16gb ram, amd 280x)

 

Flash is terribly optimized, who would have thought  :rofl:

 

Yeah seems like it might just be flash, but then TwitchTV has issues on Firefox with 60FPS streams while Chrome/IE don't and Twitch still uses Flash. Also, high polling rate mice make the stream lag when mousing over the video for whatever reason, and this also happens on Youtube when using the HTML5 player, but not the Flash one (!?). SOMETHING is not working right, somewhere, that's for sure.

looks like all the search plugins need to be updated to support that feature or it could be coded better on Mozilla's end.  Selecting DuckDuckGo disables the menu.

 

Is there a way to increase the number of thumbnails on that page without an addon?

looks like all the search plugins need to be updated to support that feature or it could be coded better on Mozilla's end.  Selecting DuckDuckGo disables the menu.

 

Is there a way to increase the number of thumbnails on that page without an addon?

 

Go to about:config and change these two preference to whatever number and in which you want to increase.

 

 

browser.newtabpage.columns

browser.newtabpage.rows

looks like all the search plugins need to be updated to support that feature or it could be coded better on Mozilla's end.  Selecting DuckDuckGo disables the menu.

 

Is there a way to increase the number of thumbnails on that page without an addon?

 

What the post above me said. And if you want to make them wider, or whatever, here's the Stylish script made by some member from this site. I cannot recall his nickname though.

@namespace url(http://www.w3.org/1999/xhtml);



@-moz-document url("about:newtab") {

    

.newtab-cell {

  height: 110px !important;

  width: 450px !important;

}



}

Thanks for the reply.  I'm on the nightly so the about:config entries don't work.  The page seems to adjust the number of thumbnails based on the size of the window and is totally ignoring those settings.

 

Apparently, the only reason that the new tab tools addon works for the nightly is because they are using the older page code.

Thanks for the reply.  I'm on the nightly so the about:config entries don't work.  The page seems to adjust the number of thumbnails based on the size of the window and is totally ignoring those settings.

 

Apparently, the only reason that the new tab tools addon works for the nightly is because they are using the older page code.

 

I am also on Nightly and they work fine for me...

At lower resolutions (or window size) it fits what it can on the screen, but your right it does honor those settings.  Guess I just want to make the thumbnails smaller then.

 

 

...also this

 

 

duckduckgo.xml

 

I threw something together to make the duck duck go image show on the new tab page.

 

Thanks for the help guys, that's one less addon I need.

Some Insight:

- CSS Font Loading API relevant Work In Progress is happening: https://bugzilla.mozilla.org/show_bug.cgi?id=754215https://bugzilla.mozilla.org/show_bug.cgi?id=1031187
- Media Source Extension work in progress since now Youtube heavily rely on it so Mozilla is dragging its feet for quick support.
- Mozilla started to use heavily Coverity Static Analysis tool in conjunction with Clang static analysis tool and LSAN from Google to fix leaks and security bugs.
- Several dead code cleanup happened in back few days, JS Debugger version gone, XPIDL stuff relevant to DOM Bindings gone since now WebIDL is future and another thing which I forgot now... :-) this as well: https://bugzilla.mozilla.org/show_bug.cgi?id=933019

One issue they've run into is that their existing framework to play videos didn't work well with what MSE wanted. Their previous setup was basically "Hey OS, here's a video file, play it", while MSE deals with chunks of streams that can differ in quality/resolution and the OS libraries they were using didn't really like that.

 

So they're in the process of integrating the Android MP4 demuxer into Firefox, and wiring the platform decoders up to that (And for OS X as well, finally getting H.264 playback on Macs), but that code is currently extremely buggy (With the right prefs you can enable it for MSE, and it'll instantly crash)

 

WebM works fine (Which should be enough for YouTube), but the YouTube player doesn't do bandwidth adaption right due to a lame spec/browser issue IIRC (The DOM events spec allows for a timestamp of "0", which is useless. But Mozilla is in the process of changing to accurate times, which a lot of stuff doesn't parse right, but stuff is no more broken than it currently is)

 

Edit: And all the changes helps the OpenH264/EME work, since they're being plugged in like the platform decoders.

If someone is noticing weird behavior in Firefox Nightly 33 link and page Ctrl+clicking, its due to this change to match Opera Presto like text selection behavior with little improvements...

 

Regressed Behavior Bug - https://bugzilla.mozilla.org/show_bug.cgi?id=1035036

 

Relevant bug: https://bugzilla.mozilla.org/show_bug.cgi?id=378775

 

Blog by Asa on this: http://weblogs.mozillazine.org/asa/archives/2007/04/selection_in_op.html

 

Javascript is not enabled or refresh the page to view.

Click here to view the Tweet

I wondered what was causing that, annoying since I don't have middle click on this trackpad, but if I can select text inside a link now I'm ok with it.

 

Have you tried 'clicking' with both mouse buttons at the same time? Works on my trackpad.

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

    • Microsoft announces the return of Xbox exclusives with Gears of War and Clockwork Revolution by Pulasthi Ariyasinghe Microsoft had plenty of announcements to make today at the Xbox Games Showcase celebrating 25 years of the gaming brand. Now, under the leadership of the new Xbox CEO Asha Sharma, Xbox games are going back to their original release methods. She appeared in the livestream itself to announce the return of Xbox console exclusives. This means two major upcoming games from first-party studios won't be coming to PlayStation or Nintendo consoles: Gears of War: E-Day from The Coalition and Clockwork Revolution from InExile. Both titles will only be coming out on Xbox Series X|S consoles and Windows PCs, ditching any plans they had for PlayStation. "These are not timed exclusives," confirmed Microsoft. "We’re committed to investing in and growing XBOX both on console and beyond." The company confirmed that any already announced Xbox titles for PlayStation, under previous leadership, will continue to arrive for the rival platform. This means games like the new Halo remake, Forza Horizon 6, Fable, and State of Decay 3 will still be available on PlayStation, either at launch or later. It sounds like any new projects announced by the company will avoid other consoles in the same way. Microsoft first opened the floodgates by bringing titles like Sea of Thieves, Grounded, Hi-Fi Rush, and Pentiment to PlayStation and Nintendo consoles back in 2024. Since then, almost every new game release from Xbox Game Studios has arrived for rival consoles alongside Xbox and PC. This decision follows Sony's plans to ditch its own multiplatform releases too. Outside of multiplatform live service titles, the PlayStation maker is even abandoning its PC porting endeavors that started years ago.
    • I'm missing the beginning part of this equation... but for the sake of the convo, you don't get to take a $250(?) set of normally priced RAM, jack it up to over $500/600/800 just because of a market shift, then lower it back down to more than what it was originally and call that a "sale". Not the author of this post... the manufacturer/seller.
    • SpaceX has secured a significant cloud-services deal with Google, agreeing to a monthly payment of $920 million for computing power.  This agreement, covers approximately 110,000 NVIDIA GPUs and other components.... https://cio.economictimes.indiatimes.com/news/investments/google-to-buy-computing-from-spacex-at-920-million-per-month/131543026    
    • no thanks is overpriced and its not the fastest ram neither.
  • 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!