GithubHelp home page GithubHelp logo

Comments (3)

ashif-ismail avatar ashif-ismail commented on August 24, 2024 3

Whooot.. I solved the issue, it seems that somehow even if we add ffmpeg to path manually through UI, it does not get reflected,

What i did is, start the windows terminal as Administrator and then issue the command

setx /m PATH "C:\ffmpeg\bin;%PATH%"

close all the session and then magic ...

from jaffree.

ashif-ismail avatar ashif-ismail commented on August 24, 2024

after a bit more digging, while checking the state of Future,

com.github.kokorin.jaffree.JaffreeException: Failed to start process.

from jaffree.

ashif-ismail avatar ashif-ismail commented on August 24, 2024

to investigate the issue bit deeper, i have created a seperate JAR file which ran the command constructed by the library,

It fails with the following error

Cannot run program "ffmpeg -loglevel level+info -n -rtsp_transport tcp -i rtsp://admin:password@[email protected]/video1 -f hls -vsync 0 -copyts -vcodec copy -b:a 96k -acodec copy -movflags frag_keyframe+empty_moov -hls_flags delete_segments+append_list -hls_time 5 -hls_list_size 5 C:\inetpub\wwwroot\hls_chunks\10.2.1.3\index.m3u8": CreateProcess error=2, The system cannot find the file specified

Any idea ???

from jaffree.

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.