登录 注册
当前位置:主页 > 资源下载 > 50 > MTS能够实现将rtsp流转码为hls直播,并对本地视频文件进行m3u8切片处理

MTS能够实现将rtsp流转码为hls直播,并对本地视频文件进行m3u8切片处理

  • 更新:2024-09-05 13:01:38
  • 大小:14KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

nginx + ffmpeg rstp转rtmp 安装ffmpeg ***************************** 先安装nasm wget http://www.nasm.us/pub/nasm/releasebuilds/2.13.03/nasm-2.13.03.tar.xz tar -xvf nasm-2.13.03.tar.xz cd nasm-2.13.03 ./configure --prefix=/usr make sudo make install ***************************** 缺少libx264库,需要安装该库: wget https://code.videolan.org/videolan/x264/-/archive/master/x264-master.zip unzip x264-master.zip cd x26