mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-25 12:32:01 -08:00
fix typo
This commit is contained in:
parent
9a6a813640
commit
366ff8e51e
1 changed files with 2 additions and 2 deletions
|
|
@ -310,7 +310,7 @@ func (c *rtspClient) run() {
|
|||
"Transport": strings.Join([]string{
|
||||
"RTP/AVP/TCP",
|
||||
"unicast",
|
||||
"destionation=127.0.0.1",
|
||||
"destination=127.0.0.1",
|
||||
"source=127.0.0.1",
|
||||
"interleaved=0-1",
|
||||
}, ";"),
|
||||
|
|
@ -382,7 +382,7 @@ func (c *rtspClient) run() {
|
|||
"Transport": strings.Join([]string{
|
||||
"RTP/AVP/TCP",
|
||||
"unicast",
|
||||
"destionation=127.0.0.1",
|
||||
"destination=127.0.0.1",
|
||||
"source=127.0.0.1",
|
||||
}, ";"),
|
||||
"Session": "12345678",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue