-
Notifications
You must be signed in to change notification settings - Fork 27
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
dash-shaka player could not fetch the SMPTE-TT images #62
Comments
did you see any error on network or console from the browser? it might be related to cors |
There is no Network error. I am getting one error in console while selecting subtitle Below is the url of mpd content which i am playing mpd content which have SMPTE-TT based subtitle, i am able to play but subtitles are not coming. |
hi, Can you tell me what is the issue? |
@kumarashu123 do you have the same problem when using the https://shaka-player-demo.appspot.com/demo/#audiolang=en-US;textlang=en-US;uilang=en-US;panel=CUSTOM%20CONTENT;build=uncompiled click on Custom content e put yours |
No, I don't have any problem when i am playing using above url. I have cloned dash-shaka-playback and Running dev. server there i am not getting subtitles. |
Hi any updated or I will be enhancement. |
have you tried with the lastest release? |
Yes, I have tried with latest release. |
Can you please tell How i can used SMPTE-TT subtitles in my app. |
When the smpte based subtitle language is selected in the player during playback, player is requesting the xml file for the bitmap based subtitles and the response xml file has the list of available bitmap images .
The player is able to parse the available bitmap-images list from the xml file and add those list to the cue but fails to send the request to fetch the parsed images. So the bitmap based subtitles are not displayed.
Please, help us to fix the issue with dash-shaka-playback.Thanks in advance.
The text was updated successfully, but these errors were encountered: