xiu
xiu copied to clipboard
support SRT caller and listener
ability to support SRT caller and Listener
+1
Now I do not have much time, so everyone is very welcome to submit PR, the SRT media library should be able to use this https://github.com/russelltg/srt-rs. Feel free to ask me if you have any questions.
After some initial research, found that by using the SRT library of https://github.com/russelltg/srt-rs, the most complex part of adding SRT to xiu is demuxing the TS packets for remuxing from srt to other protocols like RTMP which has not been implemented in the mpegts library yet. It will be gradually added in the future.