Ubuntu ZLMediakit的标准配置文件(rtsp->rtmp->hls)

        最近在工作中遇到不生成hls资源的问题,后面发现是配置文件有误,特此记录正确的config.ini配置文件,方便查阅。

        最终解决方案,通过下面这种格式可以访问到flv视频,具体为什么不太清楚,rtmp格式:rtmp://39.113.48.113:8089/live/1744168516937396175

        记录最终解决方案:http://39.113.48.113:8089/live/1744168516937396175.live.flv

; auto-generated by mINI class {

[api]
apiDebug=1
defaultSnap=./www/logo.png
downloadRoot=./www
secret=PhY7DChZBGPSSjge681bvJrABnm607yB
snapRoot=./www/snap/

[cluster]
origin_url&#

你可能感兴趣的:(Ubuntu20,ubuntu,linux,运维)