Preview
Issue #1
- Unknown error
- As the admin said earlier:
"Supporting a video through <video> tags is better than using @unsupported.
If <video> tags are used with an invalid src URL, then the IV would not be generated. So <video> can at least generate an IV while the video URL is valid.
Whereas if @unsupported is used, an IV would never be generated either way."
- Type of issue
- IV generated for non-target page
- Reported
- Jun 17, 2017
For this video player you can guess the exact source URL only in some rare situations.
Note that if the src attribute of a media element is missing or blank, the IVs are not generated, but if you specify a wrong src url the IV is generate with such invalid result. For this video player you cannot know in advance if a presumed video url is correct or not.