streaming based on mltframework
Configuration is triggered by running:
./configure
More information on usage is found by running:
./configure --help
Auto-configuration (autotools):
./autogen.sh
Once configured, it should be sufficient to run:
make
to compile the system.
You can test your binary doing:
./src/streamermlt testmovie.ogg
The install is triggered by running:
make install