-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
Support Audio #537
Comments
I added a plugin to the video-js plugins list where I used the |
Wow, that's pretty awesome. Nice job. |
Pull request #616 addresses using the
line 84 of video-js.css:
Line 34 of poster.js:
As a sidenote, this pull request solves an equally pressing issue, #518. Namely, it Again, here's the DEMO: http://tim-peterson.github.io/videojs-playlist/ |
Any update on this? Will video.js support audio or should I write a plugin? |
There's no one working on this at the moment, so if you want to try a plugin that'd be great. I know @tim-peterson has done some work with audio in his plugin. https://github.com/tim-peterson/videojs-playlist |
Ok. My idea is to create a player that uses wavesurfer.js (https://github.com/katspaugh/wavesurfer.js) to visualize the audio data combined with video.js's API and controls. Maybe ill get to the point where I can write some tests and contribute it back, otherwise it'll just go onto the wiki. |
That sounds cool. Post a link here when you have something. |
@thijstriemstra any progress on your wavesurfer.js integration? I'd love to take a look. |
@thijstriemstra @martindale +1 to that. Any progress on this one? If so, we need to put a link on the wiki :) |
Yes please would like to see this feature too :) if this changes work can it be merged? |
I put together a simple PR that would allow |
I put the videojs wavesurfer plugin on github at https://github.com/collab-project/videojs-wavesurfer. It's tested with videojs 4.3 and an early version of wavesurfer.js. wavesurfer.js has a few bugs related to the finish and progress event but perhaps others here can help with that as well. There are no changes made to the videojs source but people with more knowledge of videojs might be able to tweak that so it better behaves with audio files, the plugin basically renders the waveform and tweaks the videojs UI so it makes more sense for an audio playback scenario. |
Cool! Added it to the wiki. |
#1540 was merged yesterday, so now audio elements should work for the most part. Work still needs to be done in the Flash fallback to allow IE8 to join the party, so I wouldn't call this completely finished yet, but this gets us pretty far. |
@mmcc I'm 100% ok with not supporting IE8 for the audio-player and then calling this done. Thoughts? |
Sounds good to me! — On Tue, Nov 10, 2015 at 2:31 PM, Gary Katsevman notifications@github.com
|
Closing as done. If someone PRs changes needed for flash/IE8 and the audio player, we'll accept it but unlikely to built it out ourselves. |
Video.js isn't meant to support audio yet, but there's been a number of requests for it, and we have progress on support for mp3s in the swf.
I'm creating this issue to consolidate and point to audio issues/requests.
#533 (Tom has made some progress in a branch)
#534
The text was updated successfully, but these errors were encountered: