Question
Save video file to server as .mp4 not .flv problem. Possible typo?
AS3 Code:
ns.publish( "mp4:" + videoname + ".mp4", "record" );
It saves the file to the Flash Media Streaming Server successfully, however, when I try to stream the video it does not play, when I download to my pc and try to play using vlc player, it doesn't play.
I'm trying to keep using .mp4 and not the default .flv.
Can anyone help? I'm thinking I just have a typo.
Thanks!
