-
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
Live stream fails with "cannot find segment" console message #1117
Comments
Not sure if it’s help but I’ll f I add this to the MPD - suggestedPresentationDelay to 30s it start to play but stuck after 10-20 sec Thanks! |
@OrenMe In your email you mention that this content can be played by other players - I tried to play it with the players you mentioned, and it does not play. Are you sure that this content is suppose to be valid? |
@vaage yes, I just played it on dash.js nightly and on bitmovin test page(you will need to enable mix content as the stream is http and page is https) |
Thanks @OrenMe, I was able to reproduce it playing on other players and not on ours. I have added it to our bug queue and we should be able to get to be soon. |
Hi @vaage thanks for the update, let me know if you require additional info. |
Hi @vaage @joeyparrish please see this issue in ExoPlayer: google/ExoPlayer#3457 |
Hi @vaage any update on this? thanks. |
As discussed in the ExoPlayer issue, your value of |
Now we have the same stream with Period@start that is not changing - works on ExoPlayer but not on shaka :-( please check. |
This may be related to #1105. I have a fix for that in review now, so I will check the fix against this stream, as well. |
Actually, this seems to be unrelated to #1105. What I see in a manifest I just fetched is: availabilityStartTime="2017-11-22T20:14:27.659Z" So there are no segments within the availability window (7:15 to 7:30). All segments are way past the end of the window. |
The stream is playable on other players
Get Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: Joey Parrish <[email protected]>
Sent: Wednesday, November 22, 2017 11:24:19 PM
To: google/shaka-player
Cc: Itay Kinnrot; Comment
Subject: Re: [google/shaka-player] Live stream fails with "cannot find segment" console message (#1117)
Actually, this seems to be unrelated to #1105<#1105>.
What I see in a manifest I just fetched is:
availabilityStartTime="2017-11-22T20:14:27.659Z"
fetch time 2017-11-22 20:21:56 UTC
Time since AST = 7 minutes 29 seconds
timeShiftBufferDepth="PT30S"
Oldest segment time = 14214923537, timescale 90000 = 157943.6 seconds = 43 hours, 52 minutes, 23 seconds
presentation time offset = 0
So there are no segments within the availability window (7:15 to 7:30). All segments are way past the end of the window.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#1117 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AAh42Xk7DWmwj0RaLyOoToWn6d2BVUS2ks5s5JECgaJpZM4QYnls>.
|
I'm sure it is, but that doesn't mean the content is correctly described in the manifest. If we ignored availabilityStartTime, we would be able to play this. But the manifest is not self-consistent, and this is not something we are going to support at this time. After #999, we would no longer rely on availabilityStartTime, which would enable us not only to better deal with drift, but to play broken content such as this. Because the segment descriptions do not agree with the rest of the manifest, this is broken content, and the encoder/packager that created it should be fixed. |
Have you read the FAQ and checked for duplicate issues:
What version of Shaka Player are you using: 2.2.5
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: both
If custom app, can you reproduce the issue using our demo app:
What browser and OS are you using: chrome on Mac but happens also on other browsers and OSs
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)
Sent in the mail
What did you do?
pasted the video URL and press play
What did you expect to happen?
playback starts
What actually happened?
endless spinner, in console can see "cannot find segment" log output
The text was updated successfully, but these errors were encountered: