Giter Site home page Giter Site logo

Comments (8)

xcariba avatar xcariba commented on June 7, 2024

Same error. I've tested new versions on linux pc and android with GFE 2.1.2.0 and only embedded version didn't work.
Also, i can't compile from git current version.

from moonlight-embedded.

irtimmer avatar irtimmer commented on June 7, 2024

There was something wrong with the previous binary for Limelight Embedded 1.1. So hopefully this bug has now been fixed.

from moonlight-embedded.

xcariba avatar xcariba commented on June 7, 2024

i've tried new binary and 've got exception. Pair worked fine, but streaming crashes.

Exception in thread "main" java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at com.simontuffs.onejar.Boot.run(Boot.java:342)
        at com.simontuffs.onejar.Boot.main(Boot.java:168)
Caused by: java.lang.NoSuchMethodError: com.limelight.nvstream.StreamConfiguration.<init>(Ljava/lang/String;IIIIZ)V
        at com.limelight.Limelight.main(Unknown Source)
        ... 6 more

from moonlight-embedded.

cgutman avatar cgutman commented on June 7, 2024

It looks like it's attempting to invoke the old StreamConfiguration constructor in limelight-common. I'm not sure how this even built.

The issue is here: https://github.com/irtimmer/limelight-embedded/blob/master/src/com/limelight/Limelight.java#L387

There should be another boolean at the end set to false (for now). I'll look into this on my Pi to see if it can actually support adaptive resolution scaling, but for now it's not used anyway.

from moonlight-embedded.

cdarras avatar cdarras commented on June 7, 2024

There is also another error at this line, which prevents the app to work on a Pi:

https://github.com/irtimmer/limelight-embedded/blob/master/src/com/limelight/binding/video/OmxDecoderRenderer.java#L52

There is a reference to ImxDecoder instead of OmxDecoder.

from moonlight-embedded.

irtimmer avatar irtimmer commented on June 7, 2024

It looks like v1.1 became a little bit of a mess. As my build still used the old Limelight-common and tested it with GFE 2.1.1 and my Cubox-i I didn't notice.

from moonlight-embedded.

xcariba avatar xcariba commented on June 7, 2024

Added extra boolean in Limelight.java, changed OmxDecoderRenderer and compiled. Worked fine with Raspberry Pi Model B.

from moonlight-embedded.

PcInfamy avatar PcInfamy commented on June 7, 2024

Im getting this error on GeForce Experience 2.1.5.0:

root@raspberrypi:/home/pi# java -jar limelight-pi.jar 192.168.1.22
Starting app
com.limelight.nvstream.http.GfeHttpResponseException: GFE error: Streaming session has failed due to a game management error. (Error code: 522)
        at com.limelight.nvstream.http.NvHTTP.verifyResponseStatus(Unknown Source)
        at com.limelight.nvstream.http.NvHTTP.getXmlString(Unknown Source)
        at com.limelight.nvstream.http.NvHTTP.getXmlString(Unknown Source)
        at com.limelight.nvstream.http.PairingManager.getPairState(Unknown Source)
        at com.limelight.nvstream.http.NvHTTP.getPairState(Unknown Source)
        at com.limelight.nvstream.NvConnection.startApp(Unknown Source)
        at com.limelight.nvstream.NvConnection.establishConnection(Unknown Source)
        at com.limelight.nvstream.NvConnection.access$300(Unknown Source)
        at com.limelight.nvstream.NvConnection$1.run(Unknown Source)
        at java.lang.Thread.run(Thread.java:744)
GFE error: Streaming session has failed due to a game management error. (Error code: 522)
Connection Error Starting app failed

Any thoughts?

from moonlight-embedded.

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.