1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2024-12-22 19:42:20 +00: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:09:49 +02:00
parent c0689ae063
commit ee1f1e331b

View File

@ -63,7 +63,7 @@ func TestForwardStream(t *testing.T) {
ffmpeg := exec.Command("ffmpeg",
"-i", "http://ftp.crans.org/events/Blender%20OpenMovies/big_buck_bunny_480p_stereo.ogg",
"-f", "flv", "srt://127.0.0.1:9711")
"-f", "flv", "srt://127.0.0.1:9712")
output, err := ffmpeg.StdoutPipe()
errOutput, err := ffmpeg.StderrPipe()