[rtmpdump] patch for Akamai authentification support- patched but still got problems
Martin Storsjö
martin at martin.st
Thu May 17 17:06:10 CEST 2012
On Thu, 17 May 2012, juris malinens wrote:
> /usr/bin/ffmpeg -re -i rtmp://mystream -acodec copy -metadata
> author="transcoded" -g 75 -vcodec libx264 -s 512x288 -b 462848 -minrate
> 462848 -maxrate 462848 -bufsize 231424 -tune zerolatency -preset veryfast
> -profile baseline -level 30 -f flv \
> rtmp://p.ep3804.i.akamaientrypoint.net/EntryPoint
> flashver='FMLE/3.0\20(compatible;\20FMSc/1.0)' live=true
> pubUser=usernameHiddenHere pubPasswd=passwordHiddenHere
> playpath=latvL_ext_ch01_280k at 3803
You need to quote the rtmp path so that the rtmp options are included
there, e.g.
"rtmp://server/EntryPoint flashver=FMLE...", that is, leave out the '' and
add "" around all of it.
// Martin
More information about the rtmpdump
mailing list