From 41be5dca4e0b03eedc86d49caba33a65111359a5 Mon Sep 17 00:00:00 2001 From: Brandon Casey Date: Mon, 13 Mar 2017 11:53:30 -0400 Subject: [PATCH] docs: tech order will only have html5 by default (#4188) --- docs/guides/faq.md | 16 +++++++--------- docs/guides/options.md | 6 +++--- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/guides/faq.md b/docs/guides/faq.md index f625357e37..428a47f96a 100644 --- a/docs/guides/faq.md +++ b/docs/guides/faq.md @@ -45,7 +45,7 @@ video.js is an extendable framework/library around the native video element. It does the following: * Offers a plugin API so that different types of video can be handed to the native - video element (e.g. HLS, Flash, HTML5 video, etc). + video element (e.g. [HLS][hls], [Flash][flash], HTML5 video, etc). * Unifies the native video api across browsers (polyfilling support for features if necessary) * Offers an extendable and themable UI @@ -117,9 +117,7 @@ about reduced test cases visit [css-tricks](https://css-tricks.com/reduced-test- ## Q: What media formats does video.js support? This depends on the formats supported by the browser's HTML5 video element, and the playback -techs made available to video.js. For example, video.js 5 includes the Flash tech by default which -enables the playback of FLV video where the Flash plugin is available. For more information -on media formats see the [troubleshooting guide][troubleshooting]. +techs/plugins made available to video.js. For more information on media formats see the [troubleshooting guide][troubleshooting]. ## Q: How to I autoplay the video? @@ -156,8 +154,7 @@ Will make an inline, muted, autoplaying video on an iPhone with iOS10. ## Q: How can I play RTMP video in video.js? -Make sure that the Flash tech is available -- RTMP is not playable on browsers without Flash including mobile. Then, just set the rtmp source with -an appropriate type -- `rtmp/mp4` or `rtmp/flv`. +Make sure that the Flash tech is available -- RTMP is not playable on browsers without Flash including mobile. Flash will only be available on video.js 6 with the [videojs-flash package][flash], in previous versions it was builtin to video.js. Then, just set the rtmp source with an appropriate type -- `rtmp/mp4` or `rtmp/flv`. The main thing to be aware of is that video.js splits the connection url and stream name with the `&` character. So, you'd want to update the url to follow that format. For example: `rtmp://example.com/live&foo` or `rtmp://example.com/fms&mp4:path/to/file.mp4`. @@ -214,7 +211,7 @@ See the [video.js github wiki][skins-list]. Yes! It can be used to play audio only files in a `