mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
* H265: Refine demux vps/sps/pps interface for SRT and GB. * H265: Support HEVC over SRT.(#465) * UTest: add hevc vps/sps/pps utest. * SRT: fix mpegts.js play hevc http-flv error. * UTest: add HTTP-TS and HTTP-FLV blackbox test. * Update release v6.0.20 Co-authored-by: Winlin <winlin@vip.126.com> Co-authored-by: Haibo Chen <495810242@qq.com> Co-authored-by: john <hondaxiao@tencent.com>
This commit is contained in:
parent
7922057467
commit
ef90da352e
13 changed files with 991 additions and 7 deletions
2
trunk/3rdparty/srs-bench/blackbox/util.go
vendored
2
trunk/3rdparty/srs-bench/blackbox/util.go
vendored
|
@ -52,6 +52,7 @@ var srsFFprobeStdout *bool
|
|||
var srsTimeout *int
|
||||
var srsFFprobeDuration *int
|
||||
var srsFFprobeTimeout *int
|
||||
var srsFFprobeHEVCTimeout *int
|
||||
|
||||
var srsBinary *string
|
||||
var srsFFmpeg *string
|
||||
|
@ -72,6 +73,7 @@ func prepareTest() (err error) {
|
|||
srsFFmpeg = flag.String("srs-ffmpeg", "ffmpeg", "The FFmpeg tool")
|
||||
srsFFprobe = flag.String("srs-ffprobe", "ffprobe", "The FFprobe tool")
|
||||
srsPublishAvatar = flag.String("srs-publish-avatar", "avatar.flv", "The avatar file for publisher.")
|
||||
srsFFprobeHEVCTimeout = flag.Int("srs-ffprobe-hevc-timeout", 30000, "For each case, the timeout for ffprobe in ms")
|
||||
|
||||
// Parse user options.
|
||||
flag.Parse()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue