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

make autoplay configurable, add archive folder #10

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

solitaa
Copy link

@solitaa solitaa commented Mar 26, 2021

No description provided.

@solitaa solitaa requested review from victr and aleksanyan March 26, 2021 15:26
js/src/main.js Outdated
FW.log('this.contentPlayer.readyState - ' + this.contentPlayer.readyState);
}

if (this.vastPlayer.readyState > 3 || this.contentPlayer.readyState > 3) {
Copy link

Choose a reason for hiding this comment

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

can either player be undefined?

Copy link

Choose a reason for hiding this comment

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

@solitaa what about this one?

Copy link
Author

Choose a reason for hiding this comment

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

I tested few scenarios, like when vast is broken or video is unavailable, rmp works fine and no issue with players, but I agree that it will be more accurate to add checks.

js/src/players/content-player.js Outdated Show resolved Hide resolved
@solitaa solitaa requested a review from victr April 8, 2021 12:16
js/src/main.js Outdated
FW.log('this.contentPlayer.readyState - ' + this.contentPlayer.readyState);
}

if (this.vastPlayer.readyState > 3 || this.contentPlayer.readyState > 3) {
Copy link

Choose a reason for hiding this comment

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

@solitaa what about this one?

js/src/module.js Outdated
FW.log('this.contentPlayer.readyState - ' + this.contentPlayer.readyState);
}

if (this.vastPlayer.readyState > 3 || this.contentPlayer.readyState > 3) {
Copy link

Choose a reason for hiding this comment

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

same here

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.

2 participants