[Ffmpeg-devel] FLV file generated by ffmpeg cannot playback in flash
Yonglin Li
yonglin
Wed Feb 15 21:38:19 CET 2006
Hi, there,
I downloaded the latest CVS version of ffmpeg on 02/13/2006. I have compiled
it using MingW on Windows XP. However, the FLV file generated from my avi
file cannot play back in my flash file.
the action script I used in the script file is given as follows. The FLV
file generated using ffmpeg compiled in Jan. 2006 plays well in my flash
file.
nc = new NetConnection();
nc.connect(null);
ns = new NetStream(nc)
flv_viewer.attachVideo(ns)
ns.play("test.flv")
Thanks!
Yonglin
More information about the ffmpeg-devel
mailing list