项目作者: ArseniKavalchuk

项目描述 :
Simple web app which helps in testing HLS segmentation provided by FFmpeg
高级语言: Python
项目地址: git://github.com/ArseniKavalchuk/ffmpeg-rtsp-hls-view.git
创建时间: 2020-10-23T14:04:20Z
项目社区:https://github.com/ArseniKavalchuk/ffmpeg-rtsp-hls-view

开源协议:Apache License 2.0

下载


FFmpeg-RTSP-HLS-View

Sample web application which allows to consume RTSP streams at the backend and provides HLS output for the client into the browser.

Build and run in Docker

  1. docker build --no-cache -t "ffmpeg-rtsp-hls:0.0.1" .
  2. docker volume create hls-out
  3. docker run --rm -v hls-out:/opt/ffmpeg-rtsp-hls/hls-out -p 8080:8080 "ffmpeg-rtsp-hls:0.0.1"