Question / Help FMS On Akamai

pmarsh

New Member
I've managed to stream to Akamai using FFMPEG, but it requires extra parameters. Below is a snippet of the FFMPEG setup

-f tee -map 0:v -map 0:a "[f=flv]rtmp://p.epXXXXXX.i.akamaientrypoint.net/EntryPoint/event_1_500@XXXXXX flashver=FMLE/3.0\20(compatible;\20FMSc/1.0) live=true pubUser=XXXXXXX pubPasswd=XXXXXX"
Using the basic authentication for a custom server in OBS fails and I bet it's because it's looking for flashver and live parameters.

There a way I could add those? I attempted to append them as query parameters to the end of the endpoint URL with no luck.

I have filled the values in as :

URL : rtmp://p.ep371027.i.akamaientrypoint.net/EntryPoint
Stream key : event_1_500@XXXXXX
Username : XXXXXX
Password : XXXXXX
 
Top