-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 of live content wont start for few minutes #1572
Comments
We had to restart transcoding on the URL I shared in my previous post, please check https://goo.gl/dmZ2K7 instead. |
@joeyparrish Could you take a look at this one? It is very interesting in that if you seek to "live" it sits into the buffering state until it falls back far enough and starts playing. However you don't need to wait as if you seek backwards far enough it will start playing again. |
That's the classic symptom of drift. The live edge in practice is before the live edge we computed. After #999 was closed, this should only be possible with I haven't been able to look at the manifest yet. @vaage, can you check and see if this is the case? |
So @joeyparrish, if I understand you correctly: drift is still possible when
and
|
With @vaage, if you have reproduced with the latest from The When constructing the URL, the first We really need a tool to automate this kind of analysis. Parse, interpret manifest, fetch media, extract timestamp, compare. |
@joeyparrish If you file a ticket listing requirements for a DASH analysis tool, I may be able to get it assigned to someone on my team. We face similar troubleshooting scenarios frequently, so I think we could contribute. |
I went back and double check with with the 2.5 beta demo and it appears to be working (I swear I checked that). However it does struggle to keep at the live edge without buffering. @jakubvojacek Could you check using the 2.5 beta demo and see if you get the behaviour you want? I had no issues when I tried it today. |
@vaage no, does not work for me, still getting tons of cannot find segments error |
Looking at this again today, it works fine for me (https://nightly-dot-shaka-player-demo.appspot.com/demo/#asset=https://edge1.cablecolor.net//channels/hch-10/live/hch-10.mpd;lang=en-US;build=uncompiled). Did you restart the stream again? Could you provide another stream that has this issue? |
@TheModMaker yes, unfortunately, there was HW replacement on the server and all the channels were restarted. They're up for a day or so. It takes a few more days for the drift to build up. I will post here once I have got a malfunctioning stream. Thank you for your assistance. |
@TheModMaker please check https://goo.gl/27Kqof, it's a live stream that has the issues described above |
The problem is the last segment in the manifest of the audio stream is much further in the past than the video streams. When I fetched the manifest, all the video streams ended at Now that we ignore the It looks like the audio and video aren't aligned. |
@TheModMaker when watching the input in multicast, the audio and video are in sync. Therefore this looks like shaka packager issue, right? |
Yes this would be a packager issue. |
@TheModMaker thank you, reported in shaka packager, closing here. |
Have you read the FAQ and checked for duplicate open issues?:
yes. I believe this is related to #999
What version of Shaka Player are you using?:
ef61081
Can you reproduce the issue with our latest release version?:
yes, tried it also with https://nightly-dot-shaka-player-demo.appspot.com/
Can you reproduce the issue with the latest code from
master
?:yes
Are you using the demo app or your own custom app?:
both
If custom app, can you reproduce the issue using our demo app?:
yes
What browser and OS are you using?:
mac and chrome
What are the manifest and license server URIs?:
https://goo.gl/pCCrkT
What did you do?
tried to play given MPD.
What did you expect to happen?
To have smooth playback. Please note that the video started playing immediately with dashjs
What actually happened?
I received around 300 warnings
and after that it started to play
Is this an issue with the content or shaka player?
Thank you
The text was updated successfully, but these errors were encountered: