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

Method set_simplified_rtmp

src/brpc/policy/rtmp_protocol.h:340–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338 { _create_stream_with_play_or_publish = create_stream_with_play_or_publish; }
339
340 void set_simplified_rtmp(bool simplified_rtmp)
341 { _simplified_rtmp = simplified_rtmp; }
342
343 int SendConnectRequest(const butil::EndPoint& remote_side, int fd, bool simplified_rtmp);
344

Callers 1

StartConnectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected