Giter Club home page Giter Club logo

Comments (5)

OliverLetterer avatar OliverLetterer commented on September 3, 2024

Turned out that

  1. my brew installation was broken
  2. one needs to install rtmpdump which is not even stated in the official compilation guide.

from ffmpeg-ios.

chrisballinger avatar chrisballinger commented on September 3, 2024

You shouldn't need to install rtmpdump with homebrew, because librtmp is just a part of rtmpdump. What is the output of console.log?

from ffmpeg-ios.

OliverLetterer avatar OliverLetterer commented on September 3, 2024

I think that this is the relevant part of the config.log file:

clang: warning: argument unused during compilation: '-pthread'
check_pkg_config librtmp librtmp/rtmp.h RTMP_Socket
pkg-config --exists --print-errors librtmp
Package librtmp was not found in the pkg-config search path.
Perhaps you should add the directory containing `librtmp.pc'
to the PKG_CONFIG_PATH environment variable
No package 'librtmp' found
ERROR: librtmp not found

the librtmp.pc file which pkg-config is relying on cannot be found. Maybe one can patch and copy that file from INTERDIR over to dependencies/lib and export an appropriatePKG_CONFIG_PATH in build-ffmpeg.sh?

i would guess that the same problem arises when openssl is not preinstalled via brew?

from ffmpeg-ios.

chrisballinger avatar chrisballinger commented on September 3, 2024

Ah that makes sense. The build script should copy over the .pc files (just once) and then export the new PKG_CONFIG_PATH as you said.

from ffmpeg-ios.

kpkumarkpk avatar kpkumarkpk commented on September 3, 2024

I would like to use FFmpeg for video comressing video file but I dont know how to configure to xcode project and how to apply code for video compressing

from ffmpeg-ios.

Related Issues (15)

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.