harlanc / xiu

A simple,high performance and secure live media server in pure Rust (RTMP[cluster]/RTSP/WebRTC[whip/whep]/HTTP-FLV/HLS).🦀
https://www.rustxiu.com
MIT License
1.61k stars 168 forks source link

RTMP example broken #60

Closed danthegoodman1 closed 9 months ago

danthegoodman1 commented 9 months ago

rtmp::channels does not exist in 0.4

RtmpServer::new requires 3 arguments, only 2 provided

danthegoodman1 commented 9 months ago

https://github.com/harlanc/xiu/tree/master/protocol/rtmp#single-server specifically

harlanc commented 9 months ago

Please refer to this issue, the problem will be fixed in the next release.

danthegoodman1 commented 9 months ago

Thanks!