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

Matt Flax flatmax at flatmax.org
Tue Apr 12 07:41:47 CEST 2016


Thanks for the patch ... seems that ffserver can't find the right 
protocol ... not sure which one it is after ?

ffserver -f /etc/ffserver.conf
Could not open output feed file '/tmp/inputAudio.ffm': Protocol not found


# ffserver -protocols
Supported file protocols:
Input:
   http
   rtp
   tcp
   udp
Output:
   http
   rtp
   tcp
   udp

here is a refresh of my ffserver.conf file :
HTTPPort 8090
HTTPBindAddress 0.0.0.0
MaxHTTPConnections 2000
MaxClients 1000
MaxBandwidth 15000

# Access log file (uses standard Apache log file format)
# '-' is the standard output.
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>


On 12/04/16 08:18, Moritz Barsnick wrote:
> On Tue, Apr 12, 2016 at 06:15:13 +1000, Matt Flax wrote:
>> Any follow ups on this ?
> The attached patch would give you/us more information on that
> particular error. (Not for other errors, and it doesn't provide a
> solution. ;-))
>
> (Sort of untested. I had tested this edit preciously, but when making
> this patch, I was too lazy to right now. Might work, might not.)
>
> Moritz
>
>
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user



More information about the ffmpeg-user mailing list