postyou / contao-abr-streaming-bundle
Adaptive Bitrate Streaming using Video.js
Installs: 286
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 5
Forks: 0
Open Issues: 0
Type:contao-bundle
Requires
- php: ^8.1
- contao/core-bundle: ^4.13
- symfony/config: ^5.4
- symfony/dependency-injection: ^5.4
- symfony/http-kernel: ^5.4
Requires (Dev)
- contao/easy-coding-standard: ^6.0
- contao/manager-plugin: ^2.0
- phpstan/phpstan: ^1.10
- phpstan/phpstan-symfony: ^1.3
Conflicts
- contao/manager-plugin: <2.0 || >=3.0
README
This extension enables adaptive bitrate streaming with Video.js in contao. It contains the quality selection menu that provides a "menu button to the player's control bar which allows you to manually select the playback quality in HLS or Dash sources".
For BC the previous source selector plugin can still be used.
Upgrade from version 1
In version 2, we switched from Mediaelement.js to Video.js and removed the content element abrstreaming
and the template js_mediaelement_dash
. You should now use the content element player
with the template ce_player.html5
provided by this extension.