⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 一个简单的RTSP客户端实现源码
💻
字号:
simplertsp library v0.1betaNow support x86/linux,you can just type "make" to make it,and then you will get a program named "rtsp_example" in example directory,it cancommunicate with ISMA compatible streaming server,such as Darwin streamingserver.the commands sequence just like following:[root@vmserver jz]# tar -xzvf simplertspv0.1beta.tgzsimplertspv0.1beta/simplertspv0.1beta/lib/simplertspv0.1beta/lib/bitstream.csimplertspv0.1beta/lib/bitstream.hsimplertspv0.1beta/lib/Makefilesimplertspv0.1beta/lib/rtsp.csimplertspv0.1beta/lib/rtsp.hsimplertspv0.1beta/example/simplertspv0.1beta/example/rtsp_example.csimplertspv0.1beta/example/Makefilesimplertspv0.1beta/example/rtsp.hsimplertspv0.1beta/example/rtsp_example.hsimplertspv0.1beta/Makefile[root@vmserver jz]# cd simplertspv0.1beta[root@vmserver simplertspv0.1beta]# makecd lib ; makemake[1]: Entering directory `/home/jz/simplertspv0.1beta/lib'gcc -Wall -O2   -c -o rtsp.o rtsp.cgcc -Wall -O2   -c -o bitstream.o bitstream.car r  librtsp.a rtsp.o bitstream.omake[1]: Leaving directory `/home/jz/simplertspv0.1beta/lib'cd example ; makemake[1]: Entering directory `/home/jz/simplertspv0.1beta/example'gcc -Wall -O2   -c -o rtsp_example.o rtsp_example.cgcc -Wall -O2 -o rtsp_example rtsp_example.o ../lib/librtsp.amake[1]: Leaving directory `/home/jz/simplertspv0.1beta/example'[root@vmserver simplertspv0.1beta]# cd example/[root@vmserver example]# ./rtsp_example  rtsp://127.0.0.1/sample_300kbit.mp4start openConnectionFromURL rtsp://127.0.0.1/sample_300kbit.mp4socketNum is 3start getSDPDescriptionFromURL..........features:Without RTCP supportSome bugs in RTSP streaming ending

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -