Skip to content

Latest commit

 

History

History
executable file
·
14 lines (8 loc) · 306 Bytes

README.md

File metadata and controls

executable file
·
14 lines (8 loc) · 306 Bytes

librtsp

RTSP协议库

  • 编译

make

  • 运行

cd example && ./demo

rtsp服务默认端口设置为8554,客户端需要指定端口,比如服务器IP:192.168.1.2, 那么RTSP地址为:rtsp://192.168.1.2:8554/live,测试程序会循环推送H264文件内容