1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Free rtc publish. Refactor TAB to spaces

This commit is contained in:
winlin 2020-04-25 22:30:55 +08:00
parent cd3c15ec4e
commit ebdc03416a
6 changed files with 46 additions and 155 deletions

View file

@ -312,7 +312,7 @@ private:
SrsSdp local_sdp;
SrsRtcSessionStateType session_state;
SrsDtlsSession* dtls_session;
SrsRtcSenderThread* strd;
SrsRtcSenderThread* sender;
std::string username;
std::string peer_id;
srs_utime_t last_stun_time;
@ -330,7 +330,7 @@ public:
SrsRequest request;
SrsSource* source;
private:
SrsRtcPublisher* rtc_publisher;
SrsRtcPublisher* publisher;
public:
SrsRtcSession(SrsRtcServer* rtc_svr, const SrsRequest& req, const std::string& un, int context_id);
virtual ~SrsRtcSession();