mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2024-12-22 13:52:19 +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:
parent
c0689ae063
commit
ee1f1e331b
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user