support SRT caller and listener
brixxnatt opened this issue · 3 comments
brixxnatt commented
ability to support SRT caller and Listener
kumaraguru1735 commented
+1
harlanc commented
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.
harlanc commented
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.