All posts by Stephanie

A Podcast Using Blackboard

Now for my second podcast test… this one using Blackboard.

Here is the IRL to add to your Podcatcher: https://my.ryerson.ca/bbcswebdav/users/sgoetz/Podcast/BBCC_Podcast.xml

——

How to post your podcast in Blackboard (using the Content Collection)

  1. Create your media file. This can be an audio file (preferably mp3), or a video file (possibly mov, or m4v).
  2. Log into Blackboard, go to the Content Collection & create a new folder (I called mine ‘Podcasts’).
  3. Click the ‘Modify’ button for the new folder in the Content Collection (look on the right-hand side). Click ‘Permissions’. Add in any users you want to access your podcast. Your podcast will be restricted to these users. (See the link above to find more info on setting permissions).
  4. Go inside the folder you just created and upload your media file. (You will find more info on the Content Collection here)
  5. Click "Modify" for the media file, then click ‘Properties’. Next to where it says ‘URL’, you will see a link to the media file. Put your mouse pointer over this link and click the right mouse button and select "Copy Link Location". The text you are copying now will be used in the next step, to create your XML file, so paste it in a word processor, like Word or Notepad.
  6. Create your XML file. This sounds trickier than it needs to be — you can use software to create this for you, OR you can simply copy the code I’ve posted below, modifying it to suit your podcast.

    • For the tag called "enclosure URL", you will want to paste the address that you copied in step 4. It should look similar to the URL that I have in the sample XML code… something like this: https://my.ryerson.ca/bbcswebdav/users/sgoetz/Podcast/end_of_term.mp3

  7. Upload your new XML file to your folder in the Blackboard Content Collection.
  8. Click "Modify" for the XML file , then click ‘Properties’. Next to where it says ‘URL’, you will see a link to the media file. Put your mouse pointer over this link and click the right mouse button and select "Copy Link Location". This is the address for subscribing to your podcast. Post it in your Blackboard course, email it… do whatever you need to get this URL out to those you need to access the podcast.

*Remember: Because you have posted the podcast in Blackboard, only those you included in the permissions (step 3) for the folder will be able to access the podcast. They will have to enter their Matrix username & password in oder to download episodes while in their "podcatcher" (like iTunes). If you need your podcast to be widely accessible, this is not your best option.

Some Sample XML Code

Here is an example of a very simple XML code used for podcasting. This code gives information on the "channel" (i.e. your podcast) as well as a single "Item" (your podcast episode). To add additional episodes, just copy the "Item" tags & everything between & paste it before the first one on the list. You can then edit the copied text to include the info for your second episode. You can paste & edit this in a Word Processing / text program like Notepad, but remember to change the extension to .xml after you save the file.

<rss version="2.0">

<channel>

<title>Podcasting with Blackboard</title>

<link> http://weblogs.ryerson.ca/roller/page/sgoetz</link>

<description>Adventures in Podcasting</description>

<copyright>Stephanie Goetz</copyright>

<category>NA</category>

<item>

<title>Bb – End of Term Tutorial</title>

<description>In this tutorial, we will look at the areas of a Blackboard course that instructors may want to back up before their access is removed at the end of a term.</description>

<link>http://www.ryerson.ca/courses/FacStaff/Options/end_of_term.html</link>

<pubDate>Mon, 29 May 2006 11:00:00 GMT</pubDate>

<enclosure url="https://my.ryerson.ca/bbcswebdav/users/sgoetz/Podcast/end_of_term.mp3" type="audio/mpeg"/>

</item>

</channel>

</rss>

A Podcast Using Roller

I didn’t actually have any podcasts linked here, which may have been confusing, so I decided to add some in.

Earlier in this blog, I posted about using blog software for podcasting/mediacasting (specifically THIS blog software, Roller) to podcast, I have attached a media file to this post. It won’t be obvious, unfortunately, so I’ll list the link here.

To subscribe to the podcasts in my blog, simply add this URI to your podcatching software (in iTunes, go to ‘Advanced’, then ‘Subscribe to Podcast’):
http://weblogs.ryerson.ca/roller/rss/sgoetz

In most blogs, you will find the appropriate feed URI by clicking a button that says ‘RSS’, ‘XML’, or sometimes you will even find buttons specific to podcasting.

———-

Note: In an ideal world, the software would add a nice link or icon or something when you’ve added a ‘mediacast’ link. (They use the term ‘mediacast’ instead of ‘podcast’ — many people don’t like the term ‘podcast, since it is iPod-centric & is misleading).

Podcasting Breakthrough!

Today I was able to podcast using the Blackboard Content Collection.

I had tried this once before… maybe I jinxed it because I went in assuming that the SSL would stop iTunes from being able to ‘catch’ my podcast. That test ended with iTunes giving me an error message that seemed to confirm my thoughts.

I moved on.

Today, I decided to look into links between Podcasting & Blackboard. There must be some schools doing it, right? Maybe with the help of a building block… I found a set of instructions that were similar to the ones I had followed earlier. I thought to myself ‘Heh, they’re probably not using SSL’, but I did feel a glimmer of hope – so I looked at their site. HTTPS.

That’s it. I’m trying this again.

I uploaded my media file to the CC. I took the address of the file from the properties section and added it to the enclosure tag of a quick & dirty “ready-for-podcasting” XML file I had worked with before. I uploaded the XML file and shared it with the users of my ‘classes’ (not that I needed to, for this test — I already have access to my own files).

I got the BBCC URL of the XML file & pasted it into iTunes….

No error message.

I got a login popup.

I quickly entered my Matrix username & password & watched as iTunes downloaded my test media file. I would like to say that I nearly cried, but seeing how this test only took 5 minutes the anticipation didn’t have enough time to build.

—-

Now that I’ve gotten this to work, here are my initial thoughts:

PROS

– this will work well for those concerned with intellectual property rights & don’t want their materials being publicly posted (BBCC podcasts are password protected)
– this will also work for those who want to target a specific group, as any of the users they share with will be able to access it by entering their passwords. BBCC has a pretty decent permissions set
– can allow individual users, full courses, full organizations, certain roles in certain courses, etc. etc.

CONS

– you still have to make up the XML file. this is the biggest hurdle I can forsee with podcasting in general. this is why i like the blog-mediacasting idea — no worrying about XML, the blog creates the code, you just have to get the URL and distribute it

… if someone could make a good podcasting building block that will generate the xml for you IN BLACKBOARD and allow for the CC storage, etc, that would be fantastic