mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-20 02:00:05 -08:00
switch to go 1.19 (#1563)
This commit is contained in:
parent
e2370800ba
commit
45727a6de4
9 changed files with 12 additions and 10 deletions
|
|
@ -126,6 +126,8 @@ func TestRTMPServerPublishRead(t *testing.T) {
|
|||
err = conn1.WriteTracks(videoTrack, audioTrack)
|
||||
require.NoError(t, err)
|
||||
|
||||
time.Sleep(500 * time.Millisecond)
|
||||
|
||||
nconn2, err := func() (net.Conn, error) {
|
||||
if ca == "plain" {
|
||||
return net.Dial("tcp", u.Host)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue