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

Method OnSharedObjectMessage

src/brpc/rtmp.cpp:1501–1504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1499}
1500
1501void RtmpStreamBase::OnSharedObjectMessage(RtmpSharedObjectMessage*) {
1502 LOG(ERROR) << remote_side() << '[' << stream_id()
1503 << "] ignored SharedObjectMessage{}";
1504}
1505
1506void RtmpStreamBase::OnAudioMessage(RtmpAudioMessage* msg) {
1507 LOG(ERROR) << remote_side() << '[' << stream_id() << "] ignored " << *msg;

Callers

nothing calls this directly

Calls 2

remote_sideFunction · 0.85

Tested by

no test coverage detected