diff options
author | Heckyel <heckyel@openmailbox.org> | 2017-01-28 20:24:48 -0500 |
---|---|---|
committer | Heckyel <heckyel@openmailbox.org> | 2017-01-28 20:24:48 -0500 |
commit | cab3137da38d6765d03950289107b299297af803 (patch) | |
tree | 078504ed782851e81fd038edb3508e7f9713efdf | |
parent | 507cb31313df313dc3ddb709b114ca6734414641 (diff) | |
download | librevideojs-html5-player-cab3137da38d6765d03950289107b299297af803.tar.lz librevideojs-html5-player-cab3137da38d6765d03950289107b299297af803.tar.xz librevideojs-html5-player-cab3137da38d6765d03950289107b299297af803.zip |
Instructions for the skin
-rw-r--r-- | readme.txt | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -57,7 +57,7 @@ Then it is also necessary to specify with the command selector="resolution to sh **Subtitles or captions** To add subtitles use the command 'track' followed by the parameters: 'kind', 'subt', 'srclang', 'Label', 'default' (optional) from HTML. -It is recommended that the subtitles are in your web site, i.e., if your website is https://www.example.com/ subtitles should be in https://www.example.com/subtitles/mi_subtitulo.vtt or in a similar URL. Subtitles will not be loaded if you import them from another website (http://www.another_website.com/subs/subtitles.vtt). +It is recommended that the subtitles are in your web site, i.e., if your website is 'https://www.example.com/' subtitles should be in 'https://www.example.com/subtitles/mysubtitles.vtt' or in a similar URL. Subtitles will not be loaded if you import them from another website (http://www.another_website.com/subs/subtitles.vtt). `[librevideojs_video url="http://example.com/wp-content/uploads/videos/myvid.webm" url_calidad="1080p" code="webm" selector="360p"] [track kind="captions" subt="http://localhost/web/wp-content/uploads/subtitles/en.vtt" srclang="en" label="English"] @@ -92,7 +92,7 @@ When you disable the controls, users will not be able to interact with your vide Makes the video file to play automatically when the page is loaded. -`[librevideojs_video url="http://example.com/wp-content/uploads/videos/myvid.webm" autoplay="true" url_calidad="1080p" code="webm"]` +`[librevideojs_video url="http://example.com/wp-content/uploads/videos/myvideo.webm" autoplay="true" url_calidad="1080p" code="webm"]` **Poster** |