-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for inline VAST XML #99
Comments
torbenbrodt
added a commit
to opinary/gg-ez-vp
that referenced
this issue
Jul 16, 2021
torbenbrodt
added a commit
to opinary/gg-ez-vp
that referenced
this issue
Jul 16, 2021
edrpls
pushed a commit
that referenced
this issue
Jul 22, 2021
@torbenbrodt Just wanted to confirm that #100 fixes this issue before closing it. |
Closing because of #100. This might get first-class support in the future. Thanks, @torbenbrodt, for your contribution! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Many SSPs like Xandr/AppNexus return the VAST XML as string in the bidresponse.
I want to use this video player to play such videos.
Unfortunately this video player only supports URLs, via the config.src attribute.
Describe the solution you'd like
The library can handle VAST XML as string when using URL Blobs.
If we add an example more people will know about it.
Describe alternatives you've considered
As an alternative we can provide a custom options.urlhandler which does not require XHR and parses the string directly.
Additional context
Bidresponse of Xandr
Example for Inline VAST
The text was updated successfully, but these errors were encountered: