astatong / librtsp

RTSP Protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

librtsp

RTSP协议库

  • 编译

make

  • 运行

cd example && ./demo

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

About

RTSP Protocol

License:MIT License


Languages

Language:C 97.5%Language:Makefile 2.5%