Skip to main content

Streaming Video

Hey all, last month I was trying to work with the eCollege tech guys in coming up with a way for us to stream video in our courses locally, instead of having to rely on Youtube or Vimeo (which I still don't think is a bad alternative). Anyway, a workaround that might be feasible for us is to actually publish the video within Captivate, and then upload the Captivate project onto the eCollege page as web content. It's quite a bit of a workaround, but it may be worth it if your SME really could benefit from video in his/her course. I am going to insert a blog post from another blog, which does a good job of laying out how to use flv + Captivate in order to get videos up in eCollege.

Ignore the part about getting a service from which to stream the videos. When you get to the step where you choose a source from which to upload the video, we will upload it locally and not from a a web server, unless you are interested in FTP-ing into the eCollege servers and streaming it from there. My idea is to just upload the actual video into Captivate, publish it, and upload it as a web content page. Technically, either way the video will be hosted on the eCollege servers, so I figure we might as well not stream it from the file manager. Anyway, the steps in the blog post below might give you some ideas at least.

The blog is found at CaptainCaptivate.com. It has some interesting tutorials, including stuff that is specific to Captivate 4.


Comments

Popular posts from this blog

basic html tables

Hey all, I figure that I would expose you guys to the basics of creating tables in html. There are many ways to do this. The wysiwyg way of constructing a table would be to use the built-in eCollege table wizard, or to build a table in in MS Office or Dreamweaver. These methods offer limited customization, as is the nature of visual editors. In order to really customize every aspect of the table, you must have a working knowledge of the html used to create the table. The basic elements of a table are as follows: row 1, cell 1 row 1, cell 2 row 2, cell 1 row 2, cell 2 This is what the code for a basic table with a border looks like. And this is what that table would look like: row 1, cell 1 row 1, cell 2 row 2, cell 1 row 2, cell 2 The elements include table rows <tr> and table definitions <td> which are the individual cells. { As an aside, if you ever want to include an empty cell in a table, make sure you put the code: &nbsp;. That...

What's all this talk about APIs?

These application programming interfaces (APIs) are all the rage these days.  We hear about them in online commerce, social media, and now they are flooding the world of education and online learning.  So what are they exactly? An API is a way for websites, programmers, and applications to communicate with each other, exchanging information.  If I have a database with information that I would like to disseminate then I can develop an API and make that accessible to the world.  External developers can then create APIs with the purpose of communicating with my  API, and thus extract the information that I am making public.  It's similar to the notion of "my people will contact your people and we'll make this happen".  Only the people in mention is actually a software-to-software exchange. Why APIs are important APIs are a way to access information or databases which would otherwise be inaccessible.  For example, my database might be protected ...

Canvas Conference: InstructureCon 2013

This last week I had the opportunity to attend Instructure's annual conference which focuses on it's flagship product, Canvas.  Founded in 2008, Instructure launched Canvas in 2011, and in that same year hosted its first annual conference.  The attendance at the first conference was meager, but in 2012 the attendance numbers grew to 600 attendees.  This year marked the third annual conference, with 1,200 attendees and a giant inflatable panda mascot flocking to the resorts of Park City.  Including staff and volunteers, some 1,500 people gathered to present and attend sessions.  After-hour festivities were themed based on the 1980's and included a conference carnival, visits from the Ghostbusters, a DeLorean (yes I had to google the spelling), and concerts from an 80's cover band and MC Hammer himself. The festivities were grand (and the 80's florescence was blinding), but the real value of the conference was obviously in the sessions.  Here are a few ...