Giter VIP home page Giter VIP logo

Comments (10)

vrodriguezf avatar vrodriguezf commented on August 23, 2024

I use this extension in chromium-dev in Linux with hardware acceleration enabled and it looks better to me too while in VPN. Can you install chromium-dev in nvidia shield?

from chromium-for-stadia.

zzepto avatar zzepto commented on August 23, 2024

I use this extension in chromium-dev in Linux with hardware acceleration enabled and it looks better to me too while in VPN. Can you install chromium-dev in nvidia shield?

I will try but this build is excellent for dualshock4 gamepad as all buttons are correctly working even if controller connected to shield which utilize xbox mappings

from chromium-for-stadia.

vrodriguezf avatar vrodriguezf commented on August 23, 2024

Btw how can you check in Chromium that Stadia is actually running VP9?

from chromium-for-stadia.

zzepto avatar zzepto commented on August 23, 2024

Btw how can you check in Chromium that Stadia is actually running VP9?

I guess with tampermonkey

https://www.reddit.com/r/Stadia/comments/eimw7m/tampermonkey_monitor_your_stream/

from chromium-for-stadia.

vrodriguezf avatar vrodriguezf commented on August 23, 2024

Thanks!

And another one: How can I check that VP9 is running with hardware acceleration?

from chromium-for-stadia.

zzepto avatar zzepto commented on August 23, 2024

Thanks!

And another one: How can I check that VP9 is running with hardware acceleration?

Cant help you with that. Try to contact this guy, he might be able to add hw acceleration check in the next version
https://chrome.google.com/webstore/detail/stadia%20-extension/bbhmnnecicphphjamhdefpagipoegijd

from chromium-for-stadia.

vrodriguezf avatar vrodriguezf commented on August 23, 2024

I will, thx!

from chromium-for-stadia.

sigmaxipi avatar sigmaxipi commented on August 23, 2024

It should already be doing this. I had to put in a hack at https://github.com/sigmaxipi/chromium-for-stadia/blob/master/chromiumForStadia.diff#L146 that forced the codec to work around #3. That code runs

if (key == "video_codec_implementation_by_codec_key" && value == "{\"vp9\":\"libvpx\"}") {
    return setItem(key, "{\"vp9\":\"ExternalDecoder\"}", exception_state);
}

which should force VP9. If you can figure out how to get an Chrome Dev console on the Shield, you should be able to verify the codec. There may be some other issue resulting in a muddy picture on that device.

from chromium-for-stadia.

vrodriguezf avatar vrodriguezf commented on August 23, 2024

Thanks!

So, if I use getItem in a Chromium console (desktop version) I should be able to monitor the current codec being used?

from chromium-for-stadia.

sigmaxipi avatar sigmaxipi commented on August 23, 2024

I don't think localStorage contains the current codec. I think it just has the list of supported ones. The JS snippet at https://www.reddit.com/r/Stadia/comments/eimw7m/tampermonkey_monitor_your_stream/ shows how to extract the current codec. If you run that bit of JS code in your dev console, you should be able to get the active codec.

from chromium-for-stadia.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.