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
FTC has never supported external players.
Use intents to allow the user to select a media app (ex: vlc) and launch videos externally.
It could be written to use supported links which have custom origins such as app://, but not all apps have those.
app://
new feature
It may be necessary to change the UI for the external player settings to accommodate this change.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Guidelines
Problem Description
FTC has never supported external players.
Proposed Solution
Use intents to allow the user to select a media app (ex: vlc) and launch videos externally.
Alternatives Considered
It could be written to use supported links which have custom origins such as
app://
, but not all apps have those.Issue Labels
new feature
Additional Information
It may be necessary to change the UI for the external player settings to accommodate this change.
The text was updated successfully, but these errors were encountered: