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

Method LaunchSubStream

test/brpc_rtmp_unittest.cpp:421–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419}
420
421void RtmpSubStreamCreator::LaunchSubStream(
422 brpc::RtmpStreamBase* sub_stream,
423 brpc::RtmpRetryingClientStreamOptions* options) {
424 brpc::RtmpClientStreamOptions client_options = *options;
425 dynamic_cast<RtmpSubStream*>(sub_stream)->Init(_client, client_options);
426}
427
428TEST(RtmpTest, parse_rtmp_url) {
429 butil::StringPiece host;

Callers 1

RecreateMethod · 0.80

Calls 1

InitMethod · 0.45

Tested by

no test coverage detected