mp4 and f4v mistery
Hi,
AS3 reference says:
MPEG-4-based files (such as F4V or MP4) Specify the stream name as a string with the prefix mp4: with or without the filename extension. Flash Player doesn't encode using H.264, but Flash Media Server can record any codec in the F4V container. Flash Media Live Encoder can encode using H.264.ns.publish("mp4:myvideo.f4v") ns.publish("mp4:myvideo");
if I try
ns.publish ("mp4:myTest.f4v","record");
I always get the following error:
Error #2044: Unhandled NetStatusEvent:. level=error, code=NetStream.Publish.BadName
It seems I should use mp4: prefix but the publish method of Class NetStream says BadName ...![]()
any help please ?
