Skip to content
Snippets Groups Projects
Commit 3ae92d6b authored by Tristan Matthews's avatar Tristan Matthews
Browse files

* #12475: videortp: disable sending/receiving by default

parent f9c997d2
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ using std::string;
VideoRtpSession::VideoRtpSession(const map<string, string> &txArgs) :
sendThread_(), receiveThread_(), txArgs_(txArgs),
rxArgs_(), sending_(true), receiving_(true)
rxArgs_(), sending_(false), receiving_(false)
{
// FIXME: bitrate must be configurable
txArgs_["bitrate"] = "500000";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment