tests: Change AVM2 version of the `netstream_seek_flv` test to wait for video to play before tracking time and seeking.

This commit is contained in:
David Wendt 2023-09-28 22:44:11 -04:00 committed by kmeisthax
parent 4420dc8d23
commit 525165caf6
3 changed files with 4 additions and 4 deletions

View File

@ -6,14 +6,14 @@ code: NetStream.Buffer.Full
level: status
netStatusOnMetaData
//ns.time;
0.042
0.047
//ns.seek(0.5);
netStatus
description: Start Seeking 500
level: status
code: NetStream.SeekStart.Notify
//ns.time;
0.042
0.047
netStatus
code: NetStream.Seek.Notify
level: status
@ -22,14 +22,14 @@ description: Seek Complete -1
level: status
code: NetStream.Seek.Complete
//ns.time;
0.706
0.705
//ns.seek(1.5);
netStatus
description: Start Seeking 1500
level: status
code: NetStream.SeekStart.Notify
//ns.time;
0.706
0.705
netStatus
code: NetStream.Seek.Notify
level: status