hi,
i am Creating AIR app for encode the LIVE video from 'WebCamera' using FMLE with
video codec settings
'Format = H.264
frameRate = 20 fps
bitrate = 650 kbps
audio Codec settings
format = mp3
sample rate = 44100 hz
bitrate = 128 kbps
when using video codec H.264, file is saved on FMS but i am not able to replay that recorded file.
code run on FMS server is
application.onPublish = function(client, stream)
{
stream.record();
}
need help for resolving this issue.