ShinzonX

ffmpeg rtmpdump problems

May 31st, 2013
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. gcc -Wl,--as-needed -o /tmp/ffconf.NOh19376 /tmp/ffconf.ckm19380.o -lmp3lame -lm -pthread -lbz2 -lz -lrt
  2. check_pkg_config librtmp librtmp/rtmp.h RTMP_Socket
  3. ERROR: librtmp not found
  4.  
  5. --------------.bash_profile-------------------
  6. PATH=$PATH:$HOME/bin
  7. LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
  8.  
  9. export PATH
  10. export LD_LIBRARY_PATH
  11. export PKG_CONFIG_PATH="${PKG_CONFIG_PATH}:/usr/local/lib/pkgconfig"
  12.  
  13. --------------rtmpdump version----------------
  14. RTMPDump v2.4
  15. (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
  16.  
  17. ----------------./configure STDOUT-------------
  18. ./configure --enable-gpl --enable-libmp3lame --enable-libvorbis --enable-libvpx --enable-libx264 --enable-librtmp
  19. ERROR: librtmp not found
Add Comment
Please, Sign In to add comment