Changes to Buffer Size for Sunbird video player #169
Replies: 3 comments 10 replies
-
@pushpamtrigyn are these changes of the config updated in video js and are we using that modified videojs as a dependency in Sunbird video player since video js is a dependency it might get replaced. Check this and let us know. |
Beta Was this translation helpful? Give feedback.
-
Yes we can.
Get Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: harishkumar gangula ***@***.***>
Sent: Monday, November 27, 2023 10:34:51 AM
To: Sunbird-Knowlg/Community ***@***.***>
Cc: Samarth Nigam ***@***.***>; Mention ***@***.***>
Subject: Re: [Sunbird-Knowlg/Community] Changes to Buffer Size for Sunbird video player (Discussion #169)
CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe.
@samarthnigam<https://github.com/samarthnigam> Can we connect today at 12:30 PM
—
Reply to this email directly, view it on GitHub<#169 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BAYINETBDNHAHOGHJAZ7KT3YGQNPHAVCNFSM6AAAAAA7SVF65WVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TMNZWG43DI>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
The information in this e-mail is confidential and may be legally privileged. It is meant solely for intended recipients and access to the e-mail by anyone else is prohibited. If you are not an intended recipient and/or have received this email in error, please be advised that any disclosure, distribution or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful.
|
Beta Was this translation helpful? Give feedback.
-
@samarthnigam As we discussed , it's crucial to update the configuration at the appropriate location to observe the desired changes in player behavior for streaming. Based on your implementation, you have the option to configure either within the player or within the container (portal/mobile app). |
Beta Was this translation helpful? Give feedback.
-
Hi,
We had been testing the sunbird video player which is connected to Oracle streaming services for DIKSHA. However, due to certain issues while playing the video some errors start to come while rendering them. Oracle team suggested some changes to the buffer configuration which we had provided to them (specifically videoJS) :-
var Config = {
GOAL_BUFFER_LENGTH: 20, // reduced from 30
MAX_GOAL_BUFFER_LENGTH: 40, // reduced from 60
BACK_BUFFER_LENGTH: 20, // reduced from 30
GOAL_BUFFER_LENGTH_RATE: 1,
INITIAL_BANDWIDTH: 2097152, // reduced to 2 MB/s
BANDWIDTH_VARIANCE: 1.3, // slightly increased
BUFFER_LOW_WATER_LINE: 5, // increased from 0
MAX_BUFFER_LOW_WATER_LINE: 20, // reduced from 30
EXPERIMENTAL_MAX_BUFFER_LOW_WATER_LINE: 16,
BUFFER_LOW_WATER_LINE_RATE: 1,
BUFFER_HIGH_WATER_LINE: 20 // reduced from 30
};
Although we have modified them in sunbird video player and published our own package, the changes does not seem to be reflected. Is there any other way to explicitly set them in the codebase ? We modified these at the following paths before publishing our own npm package:-
Instances of videoJS are also found in player (Sunbird ED portal) but we are not sure whether to modify them.
Any leads and guidance on the same will be fruitful for us. Thanks !!
CC - @vinukumar-vs @Krishnaj20 @samarthtrigyn
Beta Was this translation helpful? Give feedback.
All reactions