Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Testing in Scorm Cloud. My MP4 video take anywhere from 10 to 25 seconds to load. How can I make load faster?

Guest
May 04, 2017 May 04, 2017

I have it set for progressive download. Also is there away to keep the progress line on the playback skin but it not be clickable?

185
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
May 04, 2017 May 04, 2017

Hi Blee,

Download speeds are really variable and depend on a number of issues--your connection, the size of the video, how busy the server is etc. If you find the DL time unacceptable you can place it on a media server (like Vimeo or YouTube) and stream it using the Web Object embed function. Since its loading from YouTube there should be less/no lag.

Cheers,
Steve

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
People's Champ ,
May 05, 2017 May 05, 2017
LATEST

If this is HTML5 output you can execute this JavaScript on enter of the first slide to disable the progress bar:

document.getElementById( 'playbarSliderThumb' ).style.visibility = 'hidden';

var cvs = document.getElementById( 'playbarSlider' );

cvs.style.pointerEvents = 'none';

var ctx = cvs.getContext( '2d' ).canvas.disabled = true;

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Help resources