1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2025-06-28 12:02:48 +02:00

💩 Change port of SRT server if the forwarding test. We should instead kill the server after the test.

This commit is contained in:
Yohann D'ANELLO
2020-10-01 12:07:28 +02:00
parent efa44488c0
commit c0689ae063
2 changed files with 3 additions and 1 deletions

View File

@ -69,4 +69,5 @@ func TestServeSRT(t *testing.T) {
time.Sleep(5000000000) // Delay is in nanoseconds, here 5s
// TODO Check that the stream ran
// TODO Kill SRT server
}