react-player
                                
                                 react-player copied to clipboard
                                
                                    react-player copied to clipboard
                            
                            
                            
                        Missing HLS Events
Current Behavior
When using React Player for HLS media, the onReady callback is invoked after some HLS events have already occurred (e.g. MANIFEST_LOADING, 1st FRAG_CHANGED, etc).
Suggested Soution
Could an onHlsInit callback be added that would run immediately after new Hls(hlsOptions) ? I am happy to make a PR for this.
Or is there already a way to do this?
(related issue for reference)