Stall on period transition with CEA-608 #2075
Labels
component: captions/subtitles
The issue involves captions or subtitles
status: archived
Archived and locked; will not be updated
type: bug
Something isn't working correctly
Milestone
Have you read the FAQ and checked for duplicate open issues?
Yes
What version of Shaka Player are you using?
v2.5.4
Can you reproduce the issue with our latest release version?
Yes
Can you reproduce the issue with the latest code from
master
?Yes
Are you using the demo app or your own custom app?
Custom app
If custom app, can you reproduce the issue using our demo app?
I did not try the demo app
What browser and OS are you using?
Chrome 75.0.3770.142 on Mac OS 10.14.5
For embedded devices (smart TVs, etc.), what model and firmware version are you using?
N/A
What are the manifest and license server URIs?
https://www.philo.com/manifest/vod/8ee733eef854021a0189826a8dfe1a2c2358bf74/manifest.mpd?content_host=prod.cdn-vdms.philo.com
What did you do?
Play a VOD asset with multiple periods and seek from one period to start of next period.
What did you expect to happen?
Transition between periods without any errors.
What actually happened?
Playback stalled before the start of next period. Console shows the following assert failures:
I suspect that CEA-608 text stream's mediaState is not updated correctly. Following patch reduces the number of assert failures and fixes the stall, however, presence of assert failures indicate that the patch is not complete. Creating this bug to start a discussion before I debug further.
The text was updated successfully, but these errors were encountered: