1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00
srs/trunk/3rdparty/srs-bench/blackbox
Jacob Su 908c2f2a30
Fix hevc test failures (#4087)
Try to fix two blackbox test:
1. TestSlow_SrtPublish_HttpTsPlay_HEVC_Basic: fixed by enlarge the wait
time from 3 seconds to 4 before run ffprobe task, which will record the
stream by ffmpeg first.
2 TestSlow_SrtPublish_HlsPlay_HEVC_Basic: fixed by wait 16 seconds
before run ffprobe task.
About the 2 case: it seems ridiculous to add 16 seconds delay before run
ffprobe task.

> So, I start #4088 to check the github action workflow process, I start
this branch from a very earlier version `6.0.113
(srs/core/srs_core_version6.hpp)`, what I found it that, inside `SRS
blackbox-test`, the srs version `6.0.128`, the latest version, was
printed. That's really wired.

I confirmed this is not the SRS source code's problem, check
2621802555
the srs code 6.0.113 was checkout and running actions based on them,
still met same problem.

---------

Co-authored-by: winlin <winlinvip@gmail.com>
2024-06-14 18:56:07 +08:00
..
blackbox.go SRS5: Test: Support blackbox test by FFmpeg. v5.0.128 (#3355) 2023-01-02 15:34:19 +08:00
blackbox_test.go SRS5: Test: Support blackbox test by FFmpeg. v5.0.128 (#3355) 2023-01-02 15:34:19 +08:00
dvr_test.go HEVC: Support DVR HEVC stream to MP4. v6.0.14 (#3360) 2023-01-08 15:05:43 +08:00
hevc_test.go Fix hevc test failures (#4087) 2024-06-14 18:56:07 +08:00
hls_test.go SRS5: Test: Run fast and slow blackbox tests seperately. 2023-01-03 23:10:58 +08:00
http_api_test.go TEST: Upgrade pion to v3.2.9. (#3567) 2023-06-05 11:25:04 +08:00
mp3_test.go SRS5: Test: Run fast and slow blackbox tests seperately. 2023-01-03 23:10:58 +08:00
rtmp_test.go SRS5: Test: Run fast and slow blackbox tests seperately. 2023-01-03 23:10:58 +08:00
srt_test.go SRS5: Test: Add blackbox test for SRT. 2023-01-05 09:07:39 +08:00
util.go API: Support HTTP basic authentication for API. v6.0.4, v5.0.152 (#3458) 2023-04-01 12:45:29 +08:00