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

Matt Flax flatmax at flatmax.org
Fri Apr 8 13:37:40 CEST 2016


Hi there,

Need a little help please.
When I run :
ffserver -f /etc/ffserver.conf

I get :
Could not open output feed file '/tmp/inputAudio.ffm'

No problem executing echo to a file in /tmp ... so it doesn't appear to 
be a file system problem.
/tmp is mounted with the following options :
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,noatime)

I am using the wav format :
# ffserver -formats
File formats:
  D. = Demuxing supported
  .E = Muxing supported
  --
   E ffm
  DE wav

My ffserver.conf is :

##################################################################
HTTPPort 8090
HTTPBindAddress 0.0.0.0
MaxHTTPConnections 2000
MaxClients 1000
MaxBandwidth 15000
CustomLog -

<Feed inputAudio.ffm>
File /tmp/inputAudio.ffm
FileMaxSize 200K
#Launch ffmpeg
# Only allow connections from localhost to the feed.
ACL allow 127.0.0.1
</Feed>

<Stream inputAudio.wav>

# coming from live feed 'feed1'
Feed inputAudio.ffm
Format wav
AudioChannels 2
AudioSampleRate 48000
AudioBitRate 3072
NoVideo
#Preroll 1

</Stream>
##################################################################

My long output is :
# ffserver -f /etc/ffserver.conf
ffserver version 3.0.1 Copyright (c) 2000-2016 the FFmpeg developers
   built with gcc 5.3.0 (OpenWrt GCC 5.3.0 r49088)
   configuration: --enable-cross-compile 
--cross-prefix=mips-openwrt-linux-musl- --arch=mips --target-os=linux 
--prefix=/usr --pkg-config=pkg-config --enable-shared --enable-static 
--enable-small --enable-pthreads --enable-zlib 
--disable-runtime-cpudetect --disable-doc --disable-debug --enable-gpl 
--enable-version3 --disable-altivec --disable-amd3dnow 
--disable-amd3dnowext --disable-mmx --disable-mmxext --disable-sse 
--disable-sse2 --disable-sse3 --disable-ssse3 --disable-sse4 
--disable-sse42 --disable-avx --disable-xop --disable-fma3 
--disable-fma4 --disable-avx2 --disable-vfp --disable-neon 
--disable-inline-asm --disable-yasm --disable-mips32r2 
--disable-mipsdspr2 --disable-mipsfpu --disable-dxva2 --disable-lzma 
--disable-vaapi --disable-vda --disable-vdpau --disable-outdevs 
--disable-filters --disable-postproc --disable-swscale 
--disable-everything --disable-decoder='pcm_bluray,pcm_dvd' 
--disable-ffplay --disable-ffprobe --disable-demuxers --disable-decoders 
--disable-avresample --enable-encoder='pcm_*' --enable-decoder='pcm_*' 
--enable-libwavpack --enable-encoder=wav --enable-decoder=wav 
--enable-muxer=wav --enable-demuxer=wav --enable-filter=aresample 
--enable-indev=alsa --enable-ffserver --enable-ffmpeg
   libavutil      55. 17.103 / 55. 17.103
   libavcodec     57. 24.102 / 57. 24.102
   libavformat    57. 25.100 / 57. 25.100
   libavdevice    57.  0.101 / 57.  0.101
   libavfilter     6. 31.100 /  6. 31.100
   libswresample   2.  0.101 /  2.  0.101
Fri Apr  8 11:27:02 2016 Could not open output feed file 
'/tmp/inputAudio.ffm'
Fri Apr  8 11:27:02 2016 Could not setup feed streams



thanks
Matt









More information about the ffmpeg-user mailing list