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

Does videojs-contrib-ads support Amazon IVS player? #529

Open
coooo77 opened this issue Mar 31, 2021 · 1 comment
Open

Does videojs-contrib-ads support Amazon IVS player? #529

coooo77 opened this issue Mar 31, 2021 · 1 comment

Comments

@coooo77
Copy link

coooo77 commented Mar 31, 2021

Description

Registering Amazon IVS as playback technology for Video.js and fail to play video.

Steps to Reproduce

  1. clone code
git clone https://github.com/coooo77/video-js-ivs-player-ad.git
cd video-js-ivs-player-ad
  1. Install dependencies
npm install
  1. open index.html

Expected Results

Amazon IVS player plays pre-roll advertising and video

Actual Results

Pre-roll ad played but fail to play video and get TypeError: Cannot read property 'src' of null

Versions

videojs-contrib-ads version: 6.7.0

Video-js version: 7.6.6

Other plugins:

  • amazon-ivs-videojs-tech: 1.2.0

Platforms

Browsers: Chrome v89

OS/Devices: Windows 10

@gkatsev
Copy link
Member

gkatsev commented Apr 2, 2021

Looks like it doesn't work. At first glance I'm not sure why, I'd expect it to work. One thing I noticed that's a bit weird is that their tech doesn't return a value for the src() method.
We'd have to investigate exactly why it's broken but unfortunately, I'm not sure that we have the bandwidth for that right now. Any help on that front would be greatly appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants