[FFmpeg-user] Static compile with librtmp

Young Kim shadowing71 at gmail.com
Thu Nov 8 23:50:47 CET 2012


On Thursday, November 8, 2012 at 2:09 PM, Carl Eugen Hoyos wrote:
> Young Kim <shadowing71 <at> gmail.com (http://gmail.com)> writes:
> 
> > $ encodebuild/bin/ffmpeg -re -i video.mp4 rtmp://localhost/oflaDemo/test
> > encodebuild/bin/ffmpeg: error while loading shared libraries: 
> > librtmp.so.0: cannot open shared object file: No such file or directory
> > 
> 
> 
> You did provide the path to librtmp.so at compile 
> time (instead of putting the library in a default 
> location), you have to do the same at runtime.
> (LD_LIBRARY_PATH)
> 
Forgive me if I sound noob here, but what would I set LD_LIBRARY_PATH as?

- Young


More information about the ffmpeg-user mailing list