Adding links to audio on the Streaming Server

Following Best Practices

Canvas provides a password-protected environment to allow posting of curricular materials for enrolled students, as long as Fair Use practices are followed.  IDeS staff can assist instructors in determining how best to work with content to meet their teaching goals and address Fair Use concerns.  Please read the  Download Copyright Guidelines, and contact cte@bc.edu for help in getting started.

Using the Streaming Server

Instructors can request to have audio files hosted on Boston College's streaming server, so they can add links to those files within Canvas.  When your file is ready you will receive a link to use in Canvas.

How to add the link to a single audio file (see also adjacent video):

  1. Create or navigate to the page, assignment or discussion where the video will go, click Edit to open the rich content editor, and position the cursor where the video should go.
  2. Click HTML editor in the upper right corner.
  3. Paste in the code that will embed the audio:
    <p><iframe src="https://...mp3" width="340" height="195"></iframe></p>
  4. Notice that the code includes a placeholder for a web address, "https://…mp3".  Replace this with the actual link you received, making sure to keep the quotation marks in place.
  5. Click Save, then click the audio player to confirm it plays as it should.

How to add the link to an audio play list (see also adjacent video):

  1. Create or navigate to the page, assignment or discussion where the video will go, click Edit to open the rich content editor, and position the cursor where the video should go.
  2. Click HTML editor in the upper right corner.
  3. Paste in the code that will embed the audio:
    <p><iframe src="https://...xml" width="820" height="320"></iframe></p>
  4. Notice that the code includes a placeholder for a web address, "https://…mp3".  Replace this with the actual link you received, making sure to keep the quotation marks in place.
  5. Click Save, then click the audio player to confirm it plays as it should.