mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-25 12:32:01 -08:00
use a standard value for the control attribute
This commit is contained in:
parent
d730511bfb
commit
87a41685e8
1 changed files with 1 additions and 1 deletions
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue