Skip to content
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

feat: support for pre-roll ads #15

Merged
merged 4 commits into from
Aug 10, 2022
Merged

feat: support for pre-roll ads #15

merged 4 commits into from
Aug 10, 2022

Conversation

birme
Copy link
Contributor

@birme birme commented Aug 9, 2022

This PR adds support for pre-roll ads by providing a vmapUrl when creating the webrtc player

@birme birme linked an issue Aug 9, 2022 that may be closed by this pull request
@@ -5,12 +5,16 @@
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@exampledev/[email protected]/new.min.css">
<script type="module" src="./demo.ts"></script>
<style type="text/css">
#videocontainer {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This element needs to have position: relative; as of the current implementation of the csai-manager, that creates an absolute positioned video element.

@birme birme marked this pull request as ready for review August 10, 2022 08:45
@birme birme merged commit ddfe1c4 into main Aug 10, 2022
@birme birme deleted the feat/csai branch August 10, 2022 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for inserting pre-roll ads using VMAP
2 participants