# live555 **Repository Path**: lcg0115/live555 ## Basic Information - **Project Name**: live555 - **Description**: 基于live555,修改缓存buf 及 文件服务代码,实现500W h264 循环推流功能 - **Primary Language**: C++ - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-11-11 - **Last Updated**: 2024-06-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 源码编译 如果平台与提供的软件包平台不一致,可自行下载编译,流程如下: 编译 ``` wget http://www.live555.com/liveMedia/public/live555-latest.tar.gz tar -xzvf live555-latest.tar.gz cd live ./genMakefiles linux-64bit make ``` 运行 ``` cd mediaServer ./live555MediaServer ```