1. Home
  2. Browse
  3. librtmp

librtmp

v2024-03-01#0Latest

RTMPDump Real-Time Messaging Protocol API

Install

Run the following Vcpkg command to install the port.

vcpkg install librtmp

Usage

librtmp can be imported via CMake FindPkgConfig module:

find_package(PkgConfig REQUIRED)

pkg_check_modules(librtmp REQUIRED IMPORTED_TARGET librtmp)

target_link_libraries(main PkgConfig::librtmp)

Dependencies

See source

Version

v2024-03-01#0

Publication

Supports

All

GitHub

mirror/rtmpdump

Homepage

rtmpdump.mplayerhq.hu

Subtree

55e01fc3f7

License

Complex license

Definition

Manifest