Open armands-malejevs opened 2 years ago
@freeboub and @armadilio3. Could you guys please come a list of props which is only for the player initialization? Any change to these props will be ignored after the initialization
fullscreen
controls
I prefer breaking the people build in alpha after fixing this. I mean throw an exception when people still using original fullscreen and controls. Do you guys have any concerns?
@wood1986 I already flag following props as 'startProps':
The good news is that we should be able to implement this change without changing external API. in Video.js, we can get public input paramters and reformat then to provide it to native. That's my plan, but I have a lack of time :)
- localSourceEncryptionKeyScheme for ios shall be moved to source.drm.localSourceEncryptionKeyScheme
Done in: https://github.com/TheWidlarzGroup/react-native-video/pull/4136 thank you @KrzysztofMoch
Thank you for your feature request. We will review it and get back to you if we need more information.
Thank you for your feature request. We will review it and get back to you if we need more information.
Thank you for your feature request. We will review it and get back to you if we need more information.
reviewing the description of the ticket, and it seems that headers property implementation is missing: https://thewidlarzgroup.github.io/react-native-video/component/props#headers I cannot find implementation :/
Thank you for your feature request. We will review it and get back to you if we need more information.
Thank you for your feature request. We will review it and get back to you if we need more information.
Thank you for your feature request. We will review it and get back to you if we need more information.
Thank you for your feature request. We will review it and get back to you if we need more information.
Thank you for your feature request. We will review it and get back to you if we need more information.
Thank you for your feature request. We will review it and get back to you if we need more information.
Thank you for your feature request. We will review it and get back to you if we need more information.
Feature Request
Create a new prop where all current props that are only used during initialisation and cannot be changed during runtime into a single configuration prop.
Why it is needed
This will make it more clear to developer as to which props can be changed during runtime and which props can only be provided when creating the player. This will also simplify the initialisation logic to get rid of
postDelayed
calls etc.Tasks