Skip to content

Releases: monoxane/rtr

Add TCP Probe Stream Ingest

25 Dec 14:12
Compare
Choose a tag to compare
v1.8.0

add tcp stream ingest capability for gstreamer

Multipage Breakdown for Future Improvements

23 Dec 11:40
Compare
Choose a tag to compare

What's Changed

  • Refactor into using React Router with seperate pages for Future Flexibility:tm: by @monoxane in #10

Full Changelog: v1.6.0...v1.7.0

Multi-probe improvements

22 May 13:28
c1eed49
Compare
Choose a tag to compare
v1.6.0

feat: multi-probe UX improvements

Multiple Probe Channels

21 May 13:31
079d027
Compare
Choose a tag to compare
v1.5.0

feat: multiple probe channels

Salvos

16 Mar 08:06
0e9e523
Compare
Choose a tag to compare

This Release adds save/recall salvos to the router controller. You can create any number of salvos and select which destinations to save in them. Recalling them will route the saved source to each included destination.

Probe: Allow audio on iOS PWA

12 Mar 13:20
82fb690
Compare
Choose a tag to compare

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

12 Mar 12:31
13e99ef
Compare
Choose a tag to compare

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

v1.1.0

12 Mar 12:06
30529e5
Compare
Choose a tag to compare
github workflows