-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Subtitles chunks don't load (but presented in mpd) #875
Comments
Here is MPD example:
|
@theifish, can you please confirm your Shaka Player version? v2.3 does not exist yet. If you are using our demo app, you can see the version number at the top of the page. Otherwise, check I can confirm the behavior, and that there are no subtitles according to the parsed manifest. |
This appears to be a very small bug in the DASH parser. Should be easy to fix. |
This is caused by the fact that |
This fixes the detection of content type for text AdaptationSets which contain mimeType only, but contain a Representation with codecs only. Closes #875 Change-Id: Ibae7ae8357653c1960daefa4c3e122187de51bb3
@joeyparrish sorry, actual version is 2.1.3 |
I've seen the very same manifest issue with an Ericsson (Envivio) Halo packager |
@captnced Please start a new issue for that and be sure to include an example manifest. Thanks. |
Hi! When 2.2 version will be available? We did some workarond with mainfest file and now it looks like this:
But anyway we dont see captions (only see as they are downloaded). Moreover i see that captions are downloaded even whtn CC button is unpressed. I think it is not properly. |
@kuznetcoff777, the initial fix we made for this came out in v2.1.4. We just released v2.1.6 which includes a fix for #919, which may explain subtitles downloaded and never displayed. v2.2.0 will be out as soon as we resolve #960. Please let us know whether v2.1.6 and the fix for #919 resolve your missing subtitle issue. Thanks! |
@joeyparrish, I'm trying to build v2.1.6 within ./build/all.py and see the following error: [ERROR] *** A required dependency is missing: java Have no idea why it need java. |
I managed it, just start using jre64 from my Webstorm location. (I wish one day you'll change packager to any ordinary :) ). |
@theifish, the JavaScript compiler we use is written in Java. We have a brief mention of this in the README:
Glad to know the issue is now resolved for you. Thanks for retesting! |
Have you read the FAQ and checked for duplicate issues: Yes
What version of Shaka Player are you using: 2.3 (correction: 2.1.3)
Can you reproduce the issue with our latest release version: Yes
Can you reproduce the issue with the latest code from
master
: YesAre you using the demo app or your own custom app: Own player
If custom app, can you reproduce the issue using our demo app: No (mpd protected with CORS), but it can be reproduced with "clear" Shaka library locally.
What browser and OS are you using: All
What are the manifest and license server URIs:
(you can send the URIs to [email protected] instead, but please use GitHub and the template for the rest)
Manifest was sent to the email, mpd example in first comment (URLs changed)
What did you do?
Started a stream with Shaka and waiting for subtitles.
What did you expect to happen?
Subtitles show in player.
What actually happened?
No subtitles were shown in player, even subtitles chunks were not requested.
The text was updated successfully, but these errors were encountered: