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

Exception when resuming fragmentedText rendering #984

Closed
TobbeMobiTV opened this issue Jan 7, 2016 · 2 comments
Closed

Exception when resuming fragmentedText rendering #984

TobbeMobiTV opened this issue Jan 7, 2016 · 2 comments

Comments

@TobbeMobiTV
Copy link
Contributor

When resuming playout of the fragmentedText content:
http://vm2.dashif.org/dash/vod/testpic_2s/xml_subs.mpd

I get an exception on line 220 in ScheduleController.js

        if (fragmentsToLoad > 0 && !bufferController.getIsAppendingInProgress() && !isFragmentLoading) {

Paused on exception: 'TypeError: bufferController.getIsAppendingInProgress is not a function'.

This is the case since the bufferController is an instance of TextController which does not have that function (in contrast to BufferController).

I'm not sure whether it makes sense to extend the TextController class, or if a simple test should be done to avoid the exception.

@dsparacio dsparacio added this to the 2.0.0 milestone Jan 8, 2016
@dsparacio
Copy link
Contributor

Added check for this thanks for reporting @TobbeMobiTV . Also I notice while testing this stream seems to be down http://vm2.dashif.org/livesim-dev/testpic_2s/multi_subs.mpd in all player version. Any idea?

dsparacio pushed a commit to dsparacio/dash.js that referenced this issue Jan 26, 2016
Also fixed another RTE at startup for streams with DVRwindow info that may not be present right at startup in the currentRepresentationInfo.
@dsparacio
Copy link
Contributor

Fixed with PR #1058

dsparacio pushed a commit that referenced this issue Jan 26, 2016
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

2 participants