[FFmpeg-user] How to push a stream to Flash Media Server

Sina Aghasi sina.aghasi at gmail.com
Fri Sep 16 23:03:51 EEST 2016


After a few hours i found the solution from here
<https://sonnati.wordpress.com/2011/08/30/ffmpeg-%E2%80%93-the-swiss-army-knife-of-internet-streaming-%E2%80%93-part-iv/>

You should output video as H264 and audio as ACC and FLV format. So the
command is similar to:

ffmpeg [INPUT STREAM] -c:v libxh264 -c:a libfacc -f flv
rtmp://localhost/live/livestream

On Fri, Sep 16, 2016 at 10:28 PM, Moritz Barsnick <barsnick at gmx.net> wrote:

> On Fri, Sep 16, 2016 at 21:51:54 +0430, Sina Aghasi wrote:
> > save it to a file, but i don't know how to send it to Flash Media Server
> > (as Adobe Flash Media Live Encoder does).
>
> Flash Media Server should probably give you an RTMP URL, which you
> would simply use as ouput target to ffmpeg.
>
> General info here:
> https://trac.ffmpeg.org/wiki/StreamingGuide
>
> Cheers,
> Moritz
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".


More information about the ffmpeg-user mailing list