What does “queue segment (1796152) as segment duration will go beyond buffer limit” mean?

末鹿安然 提交于 2019-12-25 07:26:28

问题


Recently I started getting user complaints while playing m3u8 videos. On everyone of those cases the symptoms are that the Chromecast sits there attempting to load the video and it never loads. On the Chromecast console I see this error for every single one of the videos the users have sent to me:

media_player.js:23 [ 11.182s] [cast.player.core.SegmentManager] 0: queue segment (1796152) as segment duration will go beyond buffer limit

What does that error mean? Also why is it happening all of the sudden? the users claim those same exact videos used to work just fine.

Thanks.


回答1:


The observed message, in general, may not necessarily point to an issue but in some cases it does, such as yours. Certain changes were made into MPL to help managing the memory on the cast device; that was mostly done to avoid running into memory issues for streams with very large segments, large enough that they could potentially cause issues if they were to be added to the buffer. In your particular case, your segments are sometimes larger than 20 seconds long and that had triggered the new logic. We are improving our logic to manage larger segments in a less aggressive manner and the fix for that will be in the next MPL release. Meanwhile, if you can, we suggest you shorten the length of your segments, which, in general, is recommended to be not more than 10 or at most 15 seconds.



来源:https://stackoverflow.com/questions/37797383/what-does-queue-segment-1796152-as-segment-duration-will-go-beyond-buffer-lim

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!