Download video first before proceed

ssoni
Community Member Posts: 42 ♪ Opening Act ♪
We have users with VPN or slow connection in the company. The video content is too skipping to watch. Is there a way to stay at the first page, the course downloads all the identified videos, and alert the users of download finished and ready to go?
Any help would be really appreciated.
Regards
Soni
Any help would be really appreciated.
Regards
Soni
Comments
-
Hey @ssoni, is this on a corporate LAN or over the internet? We've implemented a pretty slick solution to support our less then optimal sites across our geographically diverse country/operations.
Also, I did a quick search on how to pre-load content and you should look at the link below.
https://developer.mozilla.org/en-US/docs/Web/HTML/Preloading_content
Specifically this code:<head> <meta charset="utf-8"> <title>Video preload example</title> <link rel="preload" href="sintel-short.mp4" as="video" type="video/mp4"> <link rel="preload" href="sintel-short.webm" as="video" type="video/webm"> </head> <body> <video controls> <source src="sintel-short.mp4" type="video/mp4"> <source src="sintel-short.webm" type="video/webm"> <p>Your browser doesn't support HTML5 video. Here is a <a href="sintel-short.mp4">link to the video</a> instead.</p> </video> </body>
Andrew R.
Developing content since 2010 using a mixed bag of tools. -
Unfortunately, "preload" doesn't in general preload the entire file, at least as described by the docs. It makes the specified resource high-priority (starts that download higher in the list of "things the browser needs to fetch") but it doesn't do what preloading used to in Flash days, and actually download the entire thing before starting play, guaranteed. See:andrew-robertson said:Hey @ssoni, is this on a corporate LAN or over the internet? We've implemented a pretty slick solution to support our less then optimal sites across our geographically diverse country/operations.
https://stackoverflow.com/questions/36641137/how-exactly-does-link-rel-preload-work -
Hmm. Good to know... Either way, to off load our needs to send content from one end of the country to the other, we deployed a dedicated web-server to every site which then provides the media content when the user's session asks for it. This allows for all media (99% of the time video/audio) to be pulled locally as opposed from our centralized datacenter - it really removes the strain on our WAN and the trunks that go into/out of the sites.Andrew R.
Developing content since 2010 using a mixed bag of tools. -
You built a corporate internal CDN?andrew-robertson said:Hmm. Good to know... Either way, to off load our needs to send content from one end of the country to the other, we deployed a dedicated web-server to every site which then provides the media content when the user's session asks for it. This allows for all media (99% of the time video/audio) to be pulled locally as opposed from our centralized datacenter - it really removes the strain on our WAN and the trunks that go into/out of the sites.
-
Kinda.carlfink said:You built a corporate internal CDN?
At every site we had our IT Department spool up a dedicated IIS Webserver for us to pull our content from. It requires me to go in and modify the audio/video URL in the Lectora published HTML files (./media/file.mp3 to https://locallms/course/language/file.mp3). I do know that our IT folks have setup a nice process when we are ready to push our content out for mass consumption (after testing has finished).
I know this isn't a "true scorm package" and probably shouldn't be done, but we have to do it to make sure our content doesn't cause issues on the smaller network trunks to sites that also need the bandwidth. Meaning it allows us to push the 500mb once to a site as opposed to it being pulled for every user's session (content stays internal to the site as opposed to going through the WWW).Andrew R.
Developing content since 2010 using a mixed bag of tools. -
Hmm. I will have to suggest that to my IT folks. They are typically hesitant to try anything new.
I've always wanted to get an LMS that supports offsite learning such as SABA. From what I hear you can plug a bunch of laptops in (or PCs), and then take them off site. You can then load the content, and it stores everything for a future sync with the servers.Andrew R.
Developing content since 2010 using a mixed bag of tools.
Categories
- 4.8K All Categories
- 6 New Feature Releases
- The Training Arcade®
- Arcades™
- 123 ✫ Announcements
- 9 ✪ Contests
- 34.1K eLearning Brothers® Products
- 33.6K Lectora®
- 31.6K Lectora Discussions
- 1.9K Lectora Feature Requests
- 71 Lectora User Groups
- 16 Asset Library
- 10 AssetLibrary Discussions
- 6 AssetLibrary Feature Requests
- 301 CenarioVR®
- 176 CenarioVR Discussions
- 125 CenarioVR Feature Requests
- 36 Rockstar Learning Platform®
- 24 Rockstar Learning Platform Discussions
- 12 Rockstar Learning Platform Feature Requests
- 4 Off-the-Shelf Course Library
- 3 Off-the-Shelf Course Library Discussions
- 1 Off-the-Shelf Course Library Feature Requests
- 114 CourseMill®
- 107 CourseMill Discussions
- 44 ReviewLink®
- 32 ReviewLink Discussions
- 12 ReviewLink Suggestions
- 2 The Training Arcade®
- 1 The Training Arcade Discussions
- 1 The Training Arcade Feature Requests
- 10 Additional Learning Products
- 2 Adobe®
- 4 Articulate®
- 2 Camtasia®
- Docebo®
- 1 iSpring®
- 1 Microsoft® PowerPoint®
- 930 All Things eLearning
- 5 Course Development Showcase
- 1 eLearning Brothers® Downloads
- 1 Compliance Training
- 11 eLearning Development
- eLearning Game Design
- 7 Instructional Design
- 545 Learning Management System (LMS) Integration
- 2 Mobile Learning
- 21 Visual Design
- 331 Web Accessibility
- 1.2K ♪ The Green Room
- 8 ♡ Community Feedback
- 7 Community Tips