We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
Fix for Dash-Industry-Forum#984
3c84076
Also fixed another RTE at startup for streams with DVRwindow info that may not be present right at startup in the currentRepresentationInfo.
Fixed with PR #1058
Merge pull request #1058 from AkamaiDASH/development
02082b5
Fix for #984
No branches or pull requests
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
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.
The text was updated successfully, but these errors were encountered: