leonelhs / flvmuxer

This tool is used to encapsulate H264 and AAC to RTMP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flvmuxer

a mux tool for mux H.264 NAL Video Data with ADTS-AAC RAW Audio Data write to a flv file or publish RTMP Server with librtmp

How to install ?

  1. you must install rtmpdump firstly if you want to publish stream to RTMP Server
  2. then gcc -o name xiecc_rtmp.c librtmp.a

If you just want to mux to flv file, There's no need to install rtmpdump.
just run gcc -o name flv.c

If it can help you a little, I'll be glad .

About

This tool is used to encapsulate H264 and AAC to RTMP


Languages

Language:C 100.0%