I am using Wirecast to send out a unicast stream. It looks like this udp://@:5434
. I am trying to use ffmpeg to analyze this stream for blackdetect and freezedetect.
What I have tried so far is ffmpeg -i udp://@:5434 -filter:v blackdetect=d=9 -filter:a silencedetect=d=9 -t 10 -f null /dev/null
, however this has given the error: Invalid data when processing the input
I can decode the unicast in VLC by opening the .sdp file.
Any help to understanding this would be great. Thank you!