Re: [FFmpeg-user] ffserver - send audio with filter complex as video

2019-01-30 Thread Zoltan Kerenyi Nagy
it doesnt work either if I modify like this: ffmpeg -f alsa -i hw:0,0 -f lavfi -i nullsrc -filter_complex "[0]showwaves=split_channels=1:s=1280x720:mode=line:colors=Red|Blue" http://localhost:5554/video.ffm OUTPUT: Wed Jan 30 09:27:12 2019 127.0.0.1 - - [POST] "/video.ffm HTTP/1.1" 200 4096 Past

[FFmpeg-user] ffserver - send audio with filter complex as video

2019-01-30 Thread Zoltan Kerenyi Nagy
Hi Guys, I'd like to send the audio with waveform overlay for both channels, I can save it to file: ffmpeg -f alsa -i hw:0,0 -filter_complex "showwaves=split_channels=1:s=1280x720:mode=line:colors=Red|Blue" out.mp4 However with ffserver it fails: ffmpeg -f alsa -i hw:0,0 -filter_complex "showwave