Akagi201 / ffmpeg-push

Push a file or stream to a stream server based on FFmpeg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ffmpeg-push

Push a file or stream to a stream server based on FFmpeg

Features

  • Can read a file or rtsp/ts stream as input.
  • Use cmake for cross-platform build.

Dependencies

  • libavformat
  • libavcodec
  • libavutil

Build

  • ./start_build.sh
  • build target is located in build/ffmpeg_push

Usage

  • ffmpeg_push input.{ext}/input_url output_url

About

Push a file or stream to a stream server based on FFmpeg

License:Apache License 2.0


Languages

Language:C 99.2%Language:Shell 0.8%