Results 66 comments of HarlanC

Seems that we can publish audio/video streams from browser using [Media over QUIC](https://datatracker.ietf.org/wg/moq/about/). After research, pushing H.264/AAC streams are supported, so maybe we can implement stream reception and transmuxing (to...

@simon-fu The branch [support_auth](https://github.com/harlanc/xiu/tree/support_auth) may fix this problem, and will be merged into the master branch in the next few days.

支持,https://doc.rust-lang.org/rustc/platform-support.html

可以试试这个工具: https://github.com/cross-rs/cross

生成了一些[可执行文件](https://github.com/harlanc/xiu/releases/tag/v0.12.0), arm-unknown-linux-gnueabihf 这个下个版本我加到action里面看下能不能成功。

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...

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...

Yes, it has not been merged. From @Phineas 's test , there's a bug that the audio becomes de synchronized from the video which needs to be fixed.

Reading a video file directly and stream out it as a RTSP stream by xiu? No, it's not supported now..

I'm not entirely sure in what scenarios this feature is used, but it definitely brings convenience to you. However, I apologize as I am only maintaining this project in my...