mysuf

Results 7 issues of mysuf

Hi, currently it triggers `loadedmetadata` on -1. Also `durationchange` on -1 and PLAYING state (twice). On -1 it gets duration 0 so there is no change of duration (probably `ratechange`...

Hi, i'm trying to implement omid interface for video player, but there is gap in documentation. Verification is related to VAST Ad tag which can contain multiple Creative tags, f.e....

Hi, according to VAST 4.2 spec, attribute `vendor` is required on tag `Verification` (page 75). You can check that it's missing in your [sample](https://github.com/InteractiveAdvertisingBureau/VAST_Samples/blob/master/VAST%204.2%20Samples/Ad_Verification-test.xml#L20). Also your samples have confusing suffix...

### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE - [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field ### Checklist -...

enhancement
core-triage

stream subscribe is still callback based while you can use [async generator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/AsyncGenerator) instead to flatten coding style.

Now, it behaves exactly how https://developers.google.com/interactive-media-ads/docs/sdks/html5/skippable-ads describes. It forces content player to enter/exit fullscreen which break fullscreen implementation on mobile IOS. The solution will be probably not supporting tech's fullscreen...

bug

@LinusU I noticed that you are using @fastify/busboy instead of original one for streaming variant 2.x.x. I faced hangs during mixed fields+file multipart upload and I found out that fastify...

bug