mirror of
https://github.com/bluenviron/mediamtx
synced 2025-02-28 17:40:43 +00:00
fix comment
This commit is contained in:
parent
f83c805a8d
commit
7ee158d18f
@ -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…
Reference in New Issue
Block a user