Integrated Probe
This integrates a JSMPEG based probe feed using code from a couple libraries. Enable probe in config and feed /v1/probe/stream
with an MPEG TS stream from FFMPEG like so:
ffmpeg -f decklink -audio_input embedded -channels 2 -i 'DeckLink SDI (1)' -vf yadif=0:-1:0 -f mpegts -codec:v mpeg1video -b:v 5M -r 25 -framerate 25 -codec:a mp2 -b:a 256k -muxdelay 0.01 http://localhost:8080/v1/probe/stream