| 1488 | } |
| 1489 | |
| 1490 | void RtmpStreamBase::OnCuePoint(RtmpCuePoint* cuepoint) { |
| 1491 | LOG(INFO) << remote_side() << '[' << stream_id() |
| 1492 | << "] ignored CuePoint{" << cuepoint->data << '}'; |
| 1493 | } |
| 1494 | |
| 1495 | void RtmpStreamBase::OnMetaData(RtmpMetaData* metadata, const butil::StringPiece& name) { |
| 1496 | LOG(INFO) << remote_side() << '[' << stream_id() |
nothing calls this directly
no test coverage detected