Test fail for MEDIA2_RTSS-1-3-1-v25.12 MEDIA2 - H.264 (WebRTC, Default Profile) in ONVIF Test Tool 25.12 #124
Replies: 2 comments
0 replies
|
Thank you for your reply. My original "Operation delay value" was 30000. After changing it to 60000, the test passed. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
When I run the test item MEDIA2_RTSS-1-3-1-v25.12 MEDIA2 - H.264 (WebRTC, Default Profile), the test fails if the profile bitrate is higher than 5000 kbps.
The RTP payload size of the DUT is 1200 bytes.
The failed steps are:
STEP 61 - [Profile default]: Wait for the DUT sends 10 correctly ecoded frames over WebRTC for each media stream StepStart: 2026-02-24T07:39:08.2373107Z
The DUT didn't send correctly ecoded frames within operation delay timeout for the following media streams: video/H264 STEP FAILED
STEP 66 - TestTool.Tests.Engine.Base.Utils.FFmpeg.RtpStreamProber full log:
StepStart: 2026-02-24T07:39:38.7490848Z
2026/2/24 下午 03:39:08 Information[0]: FFprobe process started (PID: 4680) for RTP stream on UDP port(s)
2026/2/24 下午 03:39:08 Debug[0]: Generated SDP:
v=0
o=- 0 0 IN IP4 127.0.0.1
s=-
c=IN IP4 127.0.0.1
m=video 50380 RTP 96
a=rtpmap:96 H264/90000
a=fmtp:96 profile-level-id=64001e;packetization-mode=1;sprop-parameter-sets=Z2QAHqzSgoD2hAAAD6AAAw1AEA==,aO48sA==
2026/2/24 下午 03:39:38 Error[0]: An error occurred during RTP stream checking.
System.OperationCanceledException: The operation was canceled.
at System.Threading.Channels.AsyncOperation1.GetResult(Int16 token)
at System.Threading.Channels.ChannelReader1.ReadAllAsync(CancellationToken cancellationToken)+MoveNext()
at System.Threading.Channels.ChannelReader1.ReadAllAsync(CancellationToken cancellationToken)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at TestTool.Tests.Engine.Base.Utils.FFmpeg.RtpStreamProber.SendRtpStreamAsync(IAsyncEnumerable1 rtpPackets, Int32 udpPort, CancellationToken ctoken)
at TestTool.Tests.Engine.Base.Utils.FFmpeg.RtpStreamProber.SendRtpStreamAsync(IAsyncEnumerable1 rtpPackets, Int32 udpPort, CancellationToken ctoken)
at TestTool.Tests.Engine.Base.Utils.FFmpeg.RtpStreamProber.<>c__DisplayClass6_1.<b__1>d.MoveNext()
--- End of stack trace from previous location ---
at TestTool.Tests.Engine.Base.Utils.FFmpeg.RtpStreamProber.<>c__DisplayClass6_0.<b__0>d.MoveNext()
STEP PASSED
How to fix the issue? Is this a computer performance issue?
All reactions