An image sequence streaming player for inline video on mobile devices.
This project was created as a workaround to provide inline video playback on mobile devices.
Demos:
- Minimal requests with Magipack
- Video and Audio playback with external library support
Use this library when inline video functionality is needed on mobiles or when you need an easily customizable image sequence player.
Generating vimages
- ImageMagick
- ffmpeg
Lib
# Install node and bower dependancies
make setup
# Install dependancies for converting the video to images
brew update && brew upgrade && brew install imagemagick
brew install ffmpeg --with-fdk-aac --with-ffplay --with-freetype --with-frei0r --with-libass --with-libvo-aacenc --with-libvorbis --with-libvpx --with-opencore-amr --with-openjpeg --with-opus --with-rtmpdump --with-schroedinger --with-speex --with-theora --with-tools
Forgive my lack of creativity for the project name, I may change it to something else.