-
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
Multi period VOD with gaps in the timeline #537
Comments
I have reproduced this on Chrome for Linux. It appears that your content has gaps in between the periods. This is not supported. There should be no gaps in the timeline. Please report this as a bug to Kaltura. |
@joeyparrish, thank you for your reply ! Can you please explain what are the gaps you are seeing ?
therefore - (last PTS of first period) - (first PTS of first period) = 0x6df927 + 0x413C3 = 0x720CEA = 7474410. Thanks again, Eran |
http://lbd.kaltura.com:8001/mapped/playlist-saas.php/disc/1/type/vod/manifest.mpd |
It seems I misdiagnosed your stream. Sorry about that! |
No problem, glad this was resolved. |
Hi,
I've been testing several different DASH manifest types - all combinations of:
All combinations worked fine except one - multi period vod that uses SegmentTemplate.
What happens is that the player hangs after the first period - it does not load the init segment nor the fragments of the second period.
This is the stream URL:
http://lbd.kaltura.com:8001/mapped/playlist-saas.php/disc/1/type/vod/manifest.mpd
Oddly, the respective live URL is working:
http://lbd.kaltura.com:8001/mapped/playlist-saas.php/disc/1/type/live/manifest.mpd
The tests were executed on the demo player (v2.0.0-debug):
http://shaka-player-demo.appspot.com/demo/
All tests were performed on Chrome v53.
Thank you,
Eran
The text was updated successfully, but these errors were encountered: