This repository has been archived by the owner on Oct 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Home
Chris Rhoden edited this page Mar 3, 2016
·
8 revisions
There are two parts to the embed player
- A frontend consisting of an Angular 2 app for generating embed player code and for rendering the generated code, and
- A backend (which also runs on the client) library for actually performing the playback of the audio written in vanilla JS
Create an embeddable player for podcast episodes. The podcast needs to already be in dovetail, and episodes in feeder.
- Control playback to play or pause
- Display playback progress (bar?)
- Display duration and current time in audio
- Move to specific time in the player (drag play head?)
Consider:
- ff & rewind, skip 15 fwd or back - perhaps during pause?
- Embeddable as an iframe
- Display controls at the bottom of the player
- Display an image associated with the audio at top
- Sharing control (fb, twitter, mail, embed)
Consider:
- Waveform?
- Indicate ads visually (i.e. indicator for when an ad is playing?)
- Retrieve ads to be played from dovetail/adzerk/?
- Play multiple files as if one, including ads
- Report impressions for ads after played
Consider:
- Indicate ads visually
- Skip ads or not?
- Send player events to Google Analytics and/or count
- Be able to tell how much of episode played (% or value)
- View list of embeddable episodes for a podcast (embed.prx.org/{podcast path})
- For each episode, (pre)view player
- For each episode player, show embed html code
- Be able to playback the episode starting only with a dovetail mp3 url
- Create underlying lib that does not rely on js for dovetail interaction and non-visual behavior
- Create embed player display as a standalone angular 2 app, not part of www/beta
- For the love of god, do not use soundmanager 2, but do use a shim or flash polyfill