MCPcopy Create free account
hub / github.com/apache/brpc / StopCurrentStream

Method StopCurrentStream

src/brpc/rtmp.cpp:2530–2539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2528}
2529
2530void RtmpRetryingClientStream::StopCurrentStream() {
2531 butil::intrusive_ptr<RtmpStreamBase> sub_stream;
2532 {
2533 BAIDU_SCOPED_LOCK(_stream_mutex);
2534 sub_stream = _using_sub_stream;
2535 }
2536 if (sub_stream) {
2537 sub_stream->SignalError();
2538 }
2539}
2540
2541void RtmpRetryingClientStream::OnPlayable() {}
2542

Callers

nothing calls this directly

Calls 1

SignalErrorMethod · 0.80

Tested by

no test coverage detected