Uber Conference

How to embed UberConference recordings directly into PubWriter pages (and make them start at a specific point if desired).

Given a link to an UberConference recording, you can simply paste it into an auto html snippet. Replace # with the URL and you'll see an audio player rendered. If you want the player to default to a time position other than the beginning of the recording, it gets just a little trickier.

Since UberConference uses HTML5’s standard <video> element, you can add #t=123 to the link to make the player default to 2:03 (123 seconds into the recording); however, this breaks Discourse’s auto-rendering of the player. But you can fix it by hacking on an “.mp3” at the end.

Start the audio at a specific time

If you want to set the default position of the embedded Uberconference player to 2:03 (123 seconds into the recording), add "#t=123&.mps` to the end of the link, like this:

https://www.uberconference.com/getmp3/AMIfv...xJQ.mp3#t=123&.mps

(change “123” to the number of seconds into the recording you want as the default position)

Live Example

Starting at 16:48