下载live555源码
http://www.live555.com/liveMedia/public/

在Linux系统的自定义目录下输入,下载源码:
wget http://www.live555.com/liveMedia/public/live.2023.01.19.tar.gz

解压源码:
tar -xvf live.2023.01.19.tar.gz

当前目录下运行:
./genMakefiles linux
串口makefile:
find . -name "makefile"

编译:
make

编译成功:

进入mediaServer目录
cd mediaServer/

下载下图的视频资源
wget http://www.live555.com/liveMedia/public/h264-in-mp2t/rango.ts

http://www.live555.com/liveMedia/public/h264-in-mp2t/

执行live555MediaServer:
./live555MediaServer

下载VIC播放器:
https://www.videolan.org/vlc/index.zh_CN.html

双击打开 后,进去选择流或者(Ctrl+s)

记得要运行live555MediaServer!!!
播放成功

参考
1、https://blog.csdn.net/C1033177205/article/details/104331224
2、https://bbs.huaweicloud.com/blogs/314924
3、http://www.live555.com/liveMedia/public/h264-in-mp2t/
4、http://www.live555.com/liveMedia/public/h264-in-mp2t/


















