Skip to content

Commit

Permalink
ffmpeg opus on
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhihong committed Nov 15, 2023
1 parent 5dfd2b1 commit 3013168
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion trunk/3rdparty/srs-bench/srs/rtmp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,8 @@ func TestRtmpPublish_HttpFlvPlayNoVideo(t *testing.T) {
wg.Add(1)
go func() {
defer wg.Done()
time.Sleep(500 * time.Millisecond) // Wait for publisher to push sequence header.
logger.Tf(ctx, "wait for publisher to push sequence header 5s")
time.Sleep(5000 * time.Millisecond) // Wait for publisher to push sequence header.
publisherReadyCancel()
}()

Expand Down

0 comments on commit 3013168

Please sign in to comment.