Is there any way to make shaka player run smooth when it detects gap
I think shaka player is not optimized that gap configuration or maybe I not configured correctly. With the same manifest URL, when test with Videojs, player run smoothly. But with shaka player, when player detect a gap, it paused for a while, some miliseconds then continue playing.
Here is shaka demo with my manifest:
https://shaka-player-demo.appspot.com/demo/#audiolang=en;textlang=en;uilang=en;asset=https://vips-livecdn.fptplay.net/MTA4NDUxNDB8Y25iY19obHMuc21pbHxmcHR8MTcyMjgyNjE2NHwxLjU0Ljg5LjE1NHw5NDcwY2Y2M2U0M2FhMDNkY2MwZWY2YWE3MDdlNTI4Mw/fnxhd2/cnbc_hls.smil/playlist.m3u8;panel=CUSTOM%20CONTENT;build=uncompiled
Here is videojs demo, same manifest:
https://vips-livecdn.fptplay.net/MTA4NDUxNDB8Y25iY19obHMuc21pbHxmcHR8MTcyMjgyNjE2NHwxLjU0Ljg5LjE1NHw5NDcwY2Y2M2U0M2FhMDNkY2MwZWY2YWE3MDdlNTI4Mw/fnxhd2/cnbc_hls.smil/playlist.m3u8
Thank you.