Releases: monoxane/rtr
Releases · monoxane/rtr
Add TCP Probe Stream Ingest
Multipage Breakdown for Future Improvements
What's Changed
Full Changelog: v1.6.0...v1.7.0
Multi-probe improvements
v1.6.0 feat: multi-probe UX improvements
Multiple Probe Channels
v1.5.0 feat: multiple probe channels
Salvos
Probe: Allow audio on iOS PWA
This adds play/pause functionality to the probe viewer because you can only play audio on iOS with an explicit interaction from the user. Apparently just tapping the screen doesn't count...
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