> ffserver -f /etc/ffserver.conf > Could not open output feed file '/tmp/inputAudio.ffm': Protocol not found
Ah, interesting. > # ffserver -protocols > Supported file protocols: > Input: > http > rtp > tcp > udp > Output: > http > rtp > tcp > udp my ffserver build has a lot more - just as many as my ffmpeg has. I guess your configure flag "--disable-everything" even disabled the protocol named "file". I think you need that to access a file on disk. Guessing, Moritz _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
