SRT stream forwarding
pedrompcaetano opened this issue · 0 comments
What is the business background? Please provide a description.
We have a scenario where multiple srt streams are received.
Currently we output those streams to a SDI matrix and have the content available on our facilities.
In case we wish to forward a srt stream that was received via srs-stack, we are reingesting the content via sdi, reencoding, repackaging and pushing the stream using 3rd party tools.
Is your feature request related to a problem? Please describe.
Ability to forward streams via srt protocol to 3rd parties via internet.
Describe the solution you'd like
It is currently possible to easily forward streams via rtmp{s}, it would be great to have the possibility to push via srt.
Describe alternatives you've considered
ffmpeg can do this:
ffmpeg -i srt://127.0.0.1:1234?mode=listener -v:c -a:c -f mpegts "srt://127.0.0.1:4321=mode?caller"