From 87a41685e8261f23f210f0d65005a3a4523d9e95 Mon Sep 17 00:00:00 2001 From: aler9 <46489434+aler9@users.noreply.github.com> Date: Fri, 10 Apr 2020 12:40:03 +0200 Subject: [PATCH] use a standard value for the control attribute --- server_client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server_client.go b/server_client.go index e977382b..61613bf3 100644 --- a/server_client.go +++ b/server_client.go @@ -59,7 +59,7 @@ func sdpFilter(msgIn *sdp.Message, byteIn []byte) (*sdp.Message, []byte) { // to the stream path in SETUP attributes = append(attributes, sdp.Attribute{ Key: "control", - Value: "streamid=" + strconv.FormatInt(int64(i), 10), + Value: "trackID=" + strconv.FormatInt(int64(i), 10), }) msgOut.Medias = append(msgOut.Medias, sdp.Media{