Browse Source

fix comment

pull/4/head
aler9 5 years ago
parent
commit
7ee158d18f
  1. 4
      client.go

4
client.go

@ -54,7 +54,9 @@ func sdpFilter(msgIn *sdp.Message, byteIn []byte) (*sdp.Message, []byte) { @@ -54,7 +54,9 @@ func sdpFilter(msgIn *sdp.Message, byteIn []byte) (*sdp.Message, []byte) {
attributes = append(attributes, attr)
}
}
// control attribute is needed by gstreamer
// control attribute is mandatory, and is the path that is appended
// to the stream path in SETUP
attributes = append(attributes, sdp.Attribute{
Key: "control",
Value: "streamid=" + strconv.FormatInt(int64(i), 10),

Loading…
Cancel
Save