Feature #49546
closedVideo player: additional attribute for quality
0%
Description
I use T3 4.7.12, which uses already video js for the html5 output of the videos. To make it work, I had to replace video js with the current version and add data-setup {} as well as delete mediagroup tag in the <video> tag in class.tslib_content_flowplayer.php to make it work correctly (and comment output for control-bar.js and flowplayer).
Now everything works, I only want to customize the flexform.xml so that it is not so difficult for an editor to include a video (HTML5 as standard and no tabs, otherwise the editor won’t know what to do and it will not work; I wonder why this is made so difficult?). What I would like to have now is an additional field for the chosen file to define a quality. Video JS will support this by core soon:
http://help.videojs.com/discussions/questions/1000-hd-quality-selector
http://3strandsmarketing.com/video-quality.php.
So I need an additional attribute like data-res="480" in the source tag. Please don’t leave a comment like "Use an extension for videos", I think it is better not to use an extension and instead make the media content element as good as it can be and as easy as it can be so even nearly everyone could do it without special instructions.
Updated by Bernhard Eckl over 11 years ago
For Video JS there are already a few solutions:
https://github.com/vidcaster/video-js-resolutions
https://github.com/dominic-p/videojs-resolution-selector
http://help.videojs.com/discussions/suggestions/14-implemented-format-and-quality-selector
http://help.videojs.com/discussions/questions/1000-hd-quality-selector
I would prefer the first link. (mediaelement.js has also a solution for that).
Updated by Mathias Schreiber almost 10 years ago
- Target version set to 7.2 (Frontend)
Updated by Benni Mack over 9 years ago
- Target version changed from 7.2 (Frontend) to 7.4 (Backend)
Updated by Susanne Moog over 9 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Benni Mack about 9 years ago
- Category set to 1606
- Target version deleted (
7.5)
Updated by Georg Ringer about 9 years ago
- Status changed from New to Closed
mediace has been extracted from the core and is not needed anymore using CMS7. however it can be now found at github ant the issue has been moved to https://github.com/FriendsOfTYPO3/mediace/issues/8