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

Audio Support #1540

Closed
wants to merge 3 commits into from
Closed

Audio Support #1540

wants to merge 3 commits into from

Conversation

mmcc
Copy link
Member

@mmcc mmcc commented Sep 29, 2014

Just some basic changes to make VJS work a little better out of the box for audio support.

@@ -24,7 +24,9 @@ vjs.PosterImage = vjs.Button.extend({
this.src(player.poster());
}));

player.on('play', vjs.bind(this, this.hide));
if (!player.isAudio()) {
Copy link
Member

Choose a reason for hiding this comment

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

keep the poster showing if not audio, right?

Copy link
Member Author

Choose a reason for hiding this comment

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

No, keep the poster showing if it is audio. The thought being you could put album art or something and it would be more interesting than a black frame.

Copy link
Member

Choose a reason for hiding this comment

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

er, yeah, that's what I meant. Idk where that not camre from.

@mmcc mmcc force-pushed the feature/audio-support branch 2 times, most recently from 12cea88 to 6ebbc1b Compare October 1, 2014 00:26
@heff heff closed this in 18b6d25 Oct 1, 2014
@mmcc mmcc mentioned this pull request Oct 1, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants