Commit 9d445c3c authored by zhujiashun's avatar zhujiashun Committed by gejun

remove unnecessary comments in RTMP

parent d9fe819d
......@@ -2135,8 +2135,6 @@ void RtmpClientStream::Init(const RtmpClient* client,
_options = options;
OnClientStreamCreated* done = new OnClientStreamCreated;
done->stream.reset(this);
// In RTMP, stream_creator and current stream_creator is always
// this RtmpClientStream.
done->cntl.set_stream_creator(this);
done->cntl.set_connection_type(_options.share_connection ?
CONNECTION_TYPE_SINGLE :
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment