We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing AirPlay button when played HLS video after the player has been relaoded.
AirPlay button to be shown as it was on the first player load.
"playsInline": true
Reproduction Link: How to create a repro?
Browser: [email protected] OS: [email protected]
Also you can see the issue if you load the library statically as shown in the documentation:
import HLS from 'hls.js'; onProviderChange={(provider: MediaProviderAdapter | null, nativeEvent: MediaProviderChangeEvent) => if (isHLSProvider(provider)) { provider.library = HLS; } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current Behavior:
Missing AirPlay button when played HLS video after the player has been relaoded.
Expected Behavior:
AirPlay button to be shown as it was on the first player load.
Steps To Reproduce:
"playsInline": true
, and re-add it.Reproduction Link: How to create a repro?
Environment:
Browser: [email protected]
OS: [email protected]
Also you can see the issue if you load the library statically as shown in the documentation:
The text was updated successfully, but these errors were encountered: