ffmpeg-detect audio level from live audio streaming(php) -


i have live audio stream service. need use ffmpeg check audio level of stream in real time.

i have tried

ffmpeg -i sample.aac -filter:a volumedetect -vn -f null /dev/null 

i need live audio streaming link in place of sample.aac.


Comments

Popular posts from this blog

Line ending issue with Mercurial or Visual Studio -

java - Jtable duplicate Rows -

java - Run a .jar on Heroku -