Browse Source

fix tests

pull/1342/head
aler9 3 years ago
parent
commit
ec8175e434
  1. 2
      internal/core/api_test.go

2
internal/core/api_test.go

@ -486,6 +486,8 @@ func TestAPIProtocolSpecificList(t *testing.T) { @@ -486,6 +486,8 @@ func TestAPIProtocolSpecificList(t *testing.T) {
err = conn.WriteTracks(videoTrack, nil)
require.NoError(t, err)
time.Sleep(500 * time.Millisecond)
case "hls":
source := gortsplib.Client{}

Loading…
Cancel
Save