-
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
Playback fails with: cannot find segment: currentPeriod.startTime=0 #1466
Comments
Sorry for the delay. The manifest URL you sent us is giving us 404 errors. Could you send us an updated URL? |
No problems :-) I've requested an public clear stream that does not time out from the customer. I will get back regarding this. One note: I've tried to modify the availabilityStartTime through a proxy to now() (instead of 1970...) and it actually started playback, though with a lot of jitter/hick-ups (or whatever you would call it). I'll get back as soon as I've got a stream available. Thanks. |
I've sent a mail with a public clear stream. |
Your stream is not setting But the segments don't align with that. The segment list starts at You need to update the Also note that your |
Thank you - much appreciated! We'll try to adjust the manifest based on your finding and recommendations. One last thing: what about the UTCTiming element (this is missing as well) - is this recommended practise to add this or is it okay to leave out? |
It is highly recommended to include a |
All right - we'll make sure the Regarding the |
Thinking about this more, 16 seconds is probably fine. We use 3 seconds for the non-seekable HLS streams. But note that your manifest doesn't have a |
Closing due to inactivity. If this is still an issue for you or if you have further questions, you can ask us to reopen or have the bot reopen it by including |
Have you read the FAQ and checked for duplicate open issues?: Yes
What version of Shaka Player are you using?: 2.3.7
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?: Custom app
If custom app, can you reproduce the issue using our demo app?: No, the stream runs on http, not https, however, it can be reproduced using the https://shaka-player-demo.appspot.com/docs/api/tutorial-basic-usage.html app running locally and on chromecast devices (running in non-published mode)
What browser and OS are you using?: Chrome, Mac OS High Sierra
What are the manifest and license server URIs?: Everything mailed to [email protected]
What did you do? Tried to playback the DASH stream
What did you expect to happen? Playback would start
What actually happened?
Got the following message in the console:
streaming_engine.js:1359 (audio:9) looking up segment: presentationTime=1528977027.4810002 currentPeriod.startTime=0
streaming_engine.js:1368 (audio:9) cannot find segment: currentPeriod.startTime=0 lookupTime=1528977027.4810002
streaming_engine.js:1359 (video:1) looking up segment: presentationTime=1528977027.4810002 currentPeriod.startTime=0
streaming_engine.js:1368 (video:1) cannot find segment: currentPeriod.startTime=0 lookupTime=1528977027.4810002
The text was updated successfully, but these errors were encountered: