[FFmpeg-user] librtmp with authentication

Andrew Sinclair ajsinclair at gmail.com
Fri Jul 26 06:11:40 CEST 2013


On 24 July 2013 16:57, Andrew Sinclair <ajsinclair at gmail.com> wrote:

> Hi,
>
> Has anyone had recent success using the librtmp (--enable-librtmp) to
> authenticate with an Adobe Media Server when pushing a stream?
>
>
> Turns out I don't need librtmp to authenticate and you can just use http
style authentication options e.g.
ffmpeg -f lavfi -i smptebars -c:v libx264 -b:v 500k -an -f flv
rtmp://<USERNAME>:<PASSWORD>@myrtmpserver.com/Entrypoint/stream_1 at 2003030

Note that if anyone else is looking to do this it worked with Akamai's
Adobe/Flash Media servers for.


More information about the ffmpeg-user mailing list