Hi ,
I am doing video recording from Flex component with H.264 Streaming settings find the setting details as below:
var h264Settings:H264VideoStreamSettings = new H264VideoStreamSettings();
h264Settings.setProfileLevel( H264Profile.BASELINE, H264Level.LEVEL_3_1);
nsPublish.videoStreamSettings = h264Settings;
nsPublish.publish(streamName,“record”);
nsPublish.bufferTime=0;
I can successfully record the file. But after 4 minutes the video and audio sync was missing when i am playing the stored file. Please suggest me what I am missing.
Environment:
Wowza Media Server 3.6.4
OS : windows 7 professional (64-bit)
Java : 1.6
Please help to how to resolve this issues. Thanks in advance.
Regards,
Sunil