mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2025-06-29 08:40:55 +02:00
ID is better than Id according to Golang
This commit is contained in:
@ -40,7 +40,7 @@ func TestServeSRT(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??streamid=demo|")
|
||||
"-f", "flv", "srt://127.0.0.1:9711?streamid=demo|")
|
||||
|
||||
output, err := ffmpeg.StdoutPipe()
|
||||
errOutput, err := ffmpeg.StderrPipe()
|
||||
|
Reference in New Issue
Block a user