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{