在Flash Media Server中录制F4V

时间:2014-06-29 09:43:40

标签: ffmpeg flash-media-server

我在F4v中通过Flash Media Server记录实时事件有问题 我通过FFMPEG在FMS上发布我的直播活动 FFMPEG代码:

ffmpeg -f dshow -i video="A4TECH USB2.0 PC Camera" -vcodec libx264 -b:v 32k -acodec libmp3lame -b:a 64k -ar 44100  -f flv rtmp://12.11.1.3/livepkgr/liveevent?adbe-live-event=liveevent

用于记录F4V文件的FMS代码:

var vodFile = Stream.get("mp4:" + StreamName.name + ".f4v");
vodFile.record();
vodFile.play(streamName,-1,-1);

所以当我在ffmpeg FMS中使用-vcodec libx264来创建F4V文件时,但当我从FFMPEG FMS擦除-vcodec libx264时,当前创建F4V文件。

请指教我解决这个问题。

0 个答案:

没有答案