What I do is : 1. ffserver -f ffserver.conf& 2. ffmepg -r 30 -s 320x240 -an -i ~/test/dvd.avi http://localhost:8090/feed1.ffm 3. mplayer http://localhost:8090/test.asf but the ffmpeg exit after a few seconds ========================== Output #0, ffm, to 'http://localhost:8090/feed1.ffm': Stream #0.0: Audio: adpcm_ima_wav, 22050 Hz, mono, 88 kb/s Stream #0.1, 30.00 fps(c): Video: mpeg4, yuv420p...
最近用ffmpeg的 ffserver做流媒体服务 在FC3 编译通过 (gcc 3.4.2) 但在运行时 ffserver会由于Floating point exception终止. 哪位高手做成了 请指点一下 谢谢...