Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 456 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 456 Bytes

FFmpeg for Vitamio

  1. Branches

  • vitamio, the main branch for Vitamio
  • master, sync with FFmpeg official master
  1. Development

./configure --prefix=build
make -j7 install
LD_LIBRARY_PATH=build/lib/ build/bin/ffplay http://devimages.apple.com/iphone/samples/bipbop/bipbopall.m3u8
  1. Android build

./build_android.sh
  1. iOS build

./build_ios.sh