Dan D

Results 17 comments of Dan D

Seeing this in IE (9+, didn't test 8 or lower), Chrome & Safari. Only FF seems fine.

@thijstriemstra -- The Wavesurfer bug is kind of unrelated but I did add a note there. You're right about probably including peaks at the same time as src. I didn't...

It just occurred to me that I probably don't need to be using MediaElement here since the audio playback is done through video.js and not Wavesurfer. Since my only concern...

Oh. Then, yea, the longer fix would be better for me. But really the 3-channel thing is a minor annoyance. I'd be happy with the shorter fix, using WebAudio, and...

I was using `player.load()` and not `player.src()` so let me try that and see if it works. If it does, then I should be all set. I am using 3.x.

No luck. I think I'm misunderstanding what you're getting at, or there is indeed a bug. These are the two things I tried. REPLACING WAVESURFER AUDIO VIA SURFER.LOAD() Behavior: The...

Sure, I'll get the correct audio file that matches the video file in length as well, just so we can not have to worry about that difference. Gimme an hour...

I'll report my tests one at a time. First, trying to swap in new video for existing video... Result: Works as expected. The new video replaces the old one and...

I finished testing replacing audio with audio via player.src(). It works as expected and has no issues. BUT it shows the video player with a black pane, which makes sense...

I was using WebAudio. I just retested with MediaElement and the behavior is identical.