# librtsp **Repository Path**: zhang4096/librtsp ## Basic Information - **Project Name**: librtsp - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-24 - **Last Updated**: 2024-06-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # librtsp RTSP协议库 * 编译 > make * 运行 > cd example && ./demo > > **rtsp服务默认端口设置为8554,客户端需要指定端口,比如服务器IP:192.168.1.2, 那么RTSP地址为:rtsp://192.168.1.2:8554/live,测试程序会循环推送H264文件内容**