Git Product home page Git Product logo

Comments (4)

bitbound avatar bitbound commented on July 22, 2024

It looks like this error would happen if there was issue starting ffmpeg and piping into it. When the remote control connection disconnects, it finalizes the write operations to the MP4 file and closes the ffmpeg process. This error is occurring because the process information isn't there (since it failed to launch).

I missed capturing logs for the area where the initial error is occurring, which is why they're not in the logs. I'll add that on the next commit.

The problem could be that ffmpeg.exe is in the wrong location. If by "wwwroot", you mean the folder that's inside the server ZIP, that's the wrong location. You want it to be one folder up from wwwroot, where the "Remotely_Server.dll" file is located.

Also, I would recommend against running Remotely (or any web app process) as a local admin. You want to give these processes only the privileges they need to run properly, and no more. It's best to start with the IIS app pool's default rights, then add permissions specifically to the ffmpeg file and the Recordings folder.

Let me know if that helps!

from remotely.

Busbar2297 avatar Busbar2297 commented on July 22, 2024

I was configuring it as Administrator to avoid any permissions issues.

Somehow I feed it is related to #47, I will test and let you know.

from remotely.

Busbar2297 avatar Busbar2297 commented on July 22, 2024

I was correct, I need to do the following:

  • use Post in API login and not the get method.
  • Change App pool account to be an account with a username/password not the default pool account
  • change the connect as account to be the same account.

after that it worked.

from remotely.

bitbound avatar bitbound commented on July 22, 2024

Awesome. Glad to hear it's working now!

from remotely.

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.