summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfred E. Heggestad <alfred.heggestad@gmail.com>2017-04-09 11:42:58 +0200
committerAlfred E. Heggestad <alfred.heggestad@gmail.com>2017-04-09 11:42:58 +0200
commite1b3a44a3a9a0dc83a14b8dad493ba79d4ba038f (patch)
tree1e17058cbe9f97daa6a947ed2246f3d7387d7a0f
parent88091e0359fd4854a0ae638040093d19a270821e (diff)
srtp: use crypto-tag=1 in offer to improve interop (#229)
-rw-r--r--modules/srtp/srtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/srtp/srtp.c b/modules/srtp/srtp.c
index 4b2d56c..b327154 100644
--- a/modules/srtp/srtp.c
+++ b/modules/srtp/srtp.c
@@ -358,7 +358,7 @@ static int alloc(struct menc_media **stp, struct menc_sess *sess,
}
if (!rattr)
- err = sdp_enc(st, sdpm, 0, st->crypto_suite);
+ err = sdp_enc(st, sdpm, 1, st->crypto_suite);
out:
if (err)