xiu icon indicating copy to clipboard operation
xiu copied to clipboard

support SRT caller and listener

Open brixxnatt opened this issue 1 year ago • 3 comments

ability to support SRT caller and Listener

brixxnatt avatar Nov 13 '23 20:11 brixxnatt

+1

kumaraguru1735 avatar Mar 04 '24 04:03 kumaraguru1735

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 avatar Mar 12 '24 22:03 harlanc

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.

harlanc avatar Mar 15 '24 00:03 harlanc