I'm having an issue setting the keyframe interval to 1 sec on H.264 on the Mac version of FMLE.
If I manually open FMLE, and set 1 sec, i can publish with no problem.
If I programmatically use the command line tool and I set the xml file I want it to use with a 1 sec keyframe, it complains.
"The specified H.264 Encoder key frame frequency is not valid. Flash Media Live Encoder will use the default key frame frequency of 5 seconds."
When I tested manually in the app and checked the output log, the 1 sec setting was there for H.264 when I published. No complaint from FMLE.
When I tested using an app that calls the FMLE command line tool to set the keyframe is where the above complaint error displays.
I'm not understanding what is going on here. Both manually (FMLE app) and thru my app all the settings are the same. So why would FMLE command line tool not accept 1 sec when the FMLE app itself does?
Can this be fixed somehow? We really need to set it to 1 sec for the stuff we are doing to decrease stream delays.