Updated FAQ (markdown)
parent
9e188dc882
commit
80e8b5bc6c
2
FAQ.md
2
FAQ.md
@ -3,7 +3,7 @@
|
|||||||
If your question isn't listed here, and your problem doesn't happen without Plyr (see [#1](https://github.com/sampotts/plyr/wiki/FAQ#1-does-plyr-work-with--)) (when applicable), you may want to report an issue or ask us on Slack. Regardless of which, follow the instructions in our [contribution guidelines for reporting issues](https://github.com/sampotts/plyr/blob/master/CONTRIBUTING.md#reporting-issues). We need good information or it's not possible to help you.
|
If your question isn't listed here, and your problem doesn't happen without Plyr (see [#1](https://github.com/sampotts/plyr/wiki/FAQ#1-does-plyr-work-with--)) (when applicable), you may want to report an issue or ask us on Slack. Regardless of which, follow the instructions in our [contribution guidelines for reporting issues](https://github.com/sampotts/plyr/blob/master/CONTRIBUTING.md#reporting-issues). We need good information or it's not possible to help you.
|
||||||
|
|
||||||
### 1. Does Plyr work with ... ?
|
### 1. Does Plyr work with ... ?
|
||||||
Plyr is a HTML5 media players, and hence doesn't directly handle any media formats. It relies on your browser to do it. It's up to you to find out what formats you can use. Recommended resources for this is [Can I Use](https://www.caniuse.com/) and [MDN](https://developer.mozilla.org/en-US/docs/Web/) (in particular [HTML5 video](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video) and [Supported media formats](https://developer.mozilla.org/en-US/docs/Web/HTML/Supported_media_formats#Browser_compatibility))
|
Plyr is a HTML5 media players, and hence doesn't directly handle any media formats. It relies on your browser to do it. It's up to you to find out what formats you can use. Recommended resources for this is [Can I Use](https://www.caniuse.com/) and [MDN](https://developer.mozilla.org/en-US/docs/Web/) (in particular [HTML5 video](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video) and [Supported media formats](https://developer.mozilla.org/en-US/docs/Web/HTML/Supported_media_formats#Browser_compatibility)). If the media format is supposed to work in your browser but doesn't, it's likely that you configured your server incorrectly. Check the console for errors such as incorrect mime-type or CORS. Either way, it's not a Plyr issue.
|
||||||
|
|
||||||
### 2. Can you support video provider ... ? (Twitch, Dailymotion etc)
|
### 2. Can you support video provider ... ? (Twitch, Dailymotion etc)
|
||||||
Plyr supports YouTube and Vimeo besides HTML5 media. We won't add more providers to Plyr directly since that will slow down the core development as well as make Plyr bigger for people who don't need the extra providers. Instead we plan to add support for plugins.
|
Plyr supports YouTube and Vimeo besides HTML5 media. We won't add more providers to Plyr directly since that will slow down the core development as well as make Plyr bigger for people who don't need the extra providers. Instead we plan to add support for plugins.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user