Skip to content

Latest commit

 

History

History
50 lines (24 loc) · 578 Bytes

README.md

File metadata and controls

50 lines (24 loc) · 578 Bytes

streamermlt

streaming based on mltframework

Configuration

Configuration is triggered by running:

    ./configure 

More information on usage is found by running:

    ./configure --help

Auto-configuration (autotools):

    ./autogen.sh

Compilation

Once configured, it should be sufficient to run:

    make

to compile the system.

Running

You can test your binary doing:

./src/streamermlt testmovie.ogg

Installation

The install is triggered by running:

    make install