Registry / networking / zlmediakit

zlmediakit

JSON →
library2024-09-29vcpkgunverified

A high-performance carrier-grade streaming media service framework based on C++11.

vcpkg install zlmediakit
INSTALL
IMPORT
SIG · ZLMEDIAKIT
Z
zlmediakit
networkingcppv2024-09-29
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ZLMediaKit/ZLMediaKit.h
#include <ZLMediaKit/ZLMediaKit.h>

Starts an RTSP server using ZLMediaKit.

#include <ZLMediaKit/ZLMediaKit.h> #include <iostream> int main() { auto server = std::make_shared<mediakit::RtspServer>(); server->start(554); std::cout << "RTSP server started on port 554\n"; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2024-09-29latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
47 hits · last 30 days
node
40
OpenAI (training)
1
Resources

No resource links recorded.

zlmediakit — pip install zlmediakit · libregistry