question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Playback start broken on v3

See original GitHub issue

Hi, I found the following issue.

Background: Version 2 and Version 3 of fluid player use exactly the same source files for video playback.

Expected behavior: Clicking on play starts video playback. This is true for v2, but not for v3.

Actual behavior: v3 doesn’t start the playback at all, instead the following issues are reported in the web console: [SourceBufferSink] SourceBuffer append failed "InvalidStateError: Failed to execute 'appendBuffer' on 'SourceBuffer': This SourceBuffer has been removed from the parent media source."

Can be tested here:

I would appreciate, if you could have a look at it, especially as the video files are untouched and shared between the two versions.

Thanks & BR, majamee

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
Addvilzcommented, May 28, 2020

The issue has been identified - dash.js comes with a “feature” called autoCreate - it would attach to all video sources automatically once loaded to a page. Incidentally, Fluid Player always attaches it’s own instances of dash.js to the sources when necessary. This double loading of dash causes race conditions and thus the player breaks.

Fix will be released with v3.0.1.

0reactions
Addvilzcommented, May 29, 2020

This should now be fixed with the latest release.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Playback won't start
When I go to start playback, it acts like it's playing, ... 3. Drag them to your desktop 4. Restart Finale and you...
Read more >
View playback not working - Cameras
I had a card in my Cam 2, but took it out. It now records events, but playback starts and at 2 to...
Read more >
Playback User Guide
3. Building a Setlist. Add a Song. Add Song Menu. Load a Setlist ... Start Pad with Song: Toggle ON to have the...
Read more >
"Continue Playback" not working on 3.0.11
Re: "Continue Playback" not working on 3.0.11 ... As an initial troubleshooting step open vlc and go to Tools ---> Preferences (or hit...
Read more >
I found a temporary/work-around fix for video playback on ...
Connect to the Camera using the Wyze app · Tap the "View Playback" button · Scrub to video snippet you would like to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found