Allow the media player window to be minimized when there is no video content

0 Likes
(1)

The media player changed recently where when you select the media upload and try to embed an mp3 inside a Canvas assignment the html code that was generated was using HTML5 audio tag and serving the audio file directly from the file system using a file path that included the course number and file number and it appears to the user as a thin play, pause bar.

Recently this process has changed to generating html that uses an iframe to serve up both video and audio which means there is a large video box that can not be minimized for content that doesn't have video.

The use case is Music teachers mostly just want to play audio tracks and might have a dozen or more clips on a page without wasting space for generic thumbnails.

code examples and screen shots below

HTML5 baked in audio player

HTML5 Audio Controls.png

Code for the above player:

 

<p>
    <img src="https://delmar.beta.instructure.com/courses/1503438/files/73991226/preview" alt="Get the Party.png" width="600" height="79" data-api-endpoint="https://delmar.beta.instructure.com/api/v1/courses/1503438/files/73991226" data-api-returntype="File" />
</p>

 

 

New Iframe media upload feature

Iframe Player Window.png

Source code generated for the player above:

 

<p>
    <iframe style="width: 320px; height: 250px; display: inline-block;" title="Audio player for Your Love.mp3" data-media-type="audio" src="https://delmar.beta.instructure.com/media_objects_iframe/m-579CJhBFVFqEPveCGreLio1bckQhnRVd?type=audio" data-media-id="m-579CJhBFVFqEPveCGreLio1bckQhnRVd"></iframe> &nbsp;
</p>

 

I would be interested when this change occurred because I couldn't find any information to share with my users.  I expect the change is due to the resources required to serve up media from the file system, which I understand but let's get the interface tweaked to take up less real estate when only uploading audio files.

3 Comments
Stef_retired
Instructure Alumni
Instructure Alumni
Status changed to: Moderating
 
Stef_retired
Instructure Alumni
Instructure Alumni
Status changed to: Open
 
ProductPanda
Instructure
Instructure
Status changed to: Archived
Comments from Instructure

As part of the new Ideas & Themes process, all ideas in Idea Conversations were reviewed by the Product Team. Any Idea that was associated with an identified theme was moved to the new Idea & Themes space. Any Idea that was not part of the move is being marked as Archived. This will preserve the history of the conversations while also letting Community members know that Instructure will not explore the request at this time.