Structs§
- A stream for RTMP that wrapped Tokio’s
TcpStream
. If you constructs this struct from some address, useRtmpStream::connect("aaa.bbb.ccc.ddd:1935")
. If you do it from already created std’s TCPStream. useRtmpStream::from_std(std_stream)
TcpStream
.
If you constructs this struct from some address, use RtmpStream::connect("aaa.bbb.ccc.ddd:1935")
.
If you do it from already created std’s TCPStream. use RtmpStream::from_std(std_stream)