birgire / wpse-playlist

WordPress - Playlist shortcode with external audio or video files. Wrapper for the native playlist in WordPress.
19 stars 8 forks source link

Multiple type src video #14

Closed durandarno closed 4 years ago

durandarno commented 7 years ago

It's possible to make 2 sources of video for 1 track? Like this : [_track caption="PB DUDU 1 : Échec et maths" src="https://mathix.org/video/problemes_ouverts/PB_DUDU/PBDUDU1.mp4.mp4" webm="https://mathix.org/video/problemes_ouverts/PB_DUDU/PBDUDU1.mp4.webm" meta_length_formatted="1:03"]

birgire commented 7 years ago

Hi @durandarno

The native playlist only supports the src attribute, as we see here:

https://github.com/WordPress/WordPress/blob/fe0b8a2aaf49ff5f33a866309ed8730fd7675674/wp-includes/js/mediaelement/wp-playlist.js

so the same applies for the plugin.

If you can see a way there, then I'm always open for suggestions ;-)