Skip to content

make autoplay configurable, add archive folder - #10

Open
solitaa wants to merge 3 commits into
masterfrom
make-autoplay-configurable
Open

make autoplay configurable, add archive folder#10
solitaa wants to merge 3 commits into
masterfrom
make-autoplay-configurable

Conversation

@solitaa

@solitaa solitaa commented Mar 26, 2021

Copy link
Copy Markdown

No description provided.

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

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

Copy link
Copy Markdown

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
Copy Markdown

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
Copy Markdown
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.

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

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

Copy link
Copy Markdown

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?

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

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

Copy link
Copy Markdown

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