[FFmpeg-user] ffserver audio livestream "Could not open output feed file '/tmp/inputAudio.ffm'"

Moritz Barsnick barsnick at gmx.net
Tue Apr 12 13:09:41 CEST 2016


> 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


More information about the ffmpeg-user mailing list