6 releases (stable)

Uses old Rust 2015

1.0.3 May 12, 2018
1.0.2 Mar 11, 2018
1.0.1 Jan 27, 2018
0.0.2 Jan 26, 2018
0.0.1 Jan 25, 2018

#381 in Video

BSD-2-Clause

31KB
707 lines

openh264-sys

Build Status Build Status crates.io

Bindings to OpenH264.

features

‘build’ feature

Download and build openh264 source.

‘static’ feature

Link static openh264 library.

Specify custom openh264 installation prefix

Set environment variable OPENH264_INCLUDE_PATH and OPENH264_LIBRARY_PATH. Then $OPENH264_INCLUDE_PATH/wels/codec_api.h and $OPENH264_LIBRARY_PATH/libopenh264.so must be exist.

No runtime deps

~0–5MB
~89K SLoC