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

Stream fails when live delay is set to 0 or 1 fragment with 2 second segments. #1000

Closed
dsparacio opened this issue Jan 12, 2016 · 1 comment

Comments

@dsparacio
Copy link
Contributor

var player1, video;
var MPD_2S_SEGMENTS = "http://vm2.dashif.org/livesim/testpic_2s/Manifest.mpd";
var MPD_6S_SEGMENTS = "http://vm2.dashif.org/livesim/testpic_6s/Manifest.mpd";

video = document.querySelector("#video1");
player1 = MediaPlayer().create();
player1.initialize(video,MPD_2S_SEGMENTS ,true);
player1.setLiveDelayFragmentCount(0);

@dsparacio dsparacio added this to the 2.0.0 milestone Jan 12, 2016
dsparacio pushed a commit to dsparacio/dash.js that referenced this issue Jan 27, 2016
dsparacio pushed a commit that referenced this issue Jan 27, 2016
Fix for issue #1000 and cleans up code complexity for NextFragmentRule.
@dsparacio
Copy link
Contributor Author

Fixed with PR #1070

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant