AddOn
Vidstack Videoplayer für REDAXO
Beschreibung
🎬 Eine PHP-Klasse, die Videos auf Websites einbindet - mit Style! YouTube, Vimeo oder eigene Videos? Alles kein Problem. Und das Beste? Es ist so einfach zu benutzen.🎬 Eine PHP-Klasse, die Videos auf Websites einbindet - mit Style! YouTube, Vimeo oder eigene Videos? Alles kein Problem. Und das Beste? Es ist so einfach zu benutzen, dass selbst ein Kater es könnte (wenn er Daumen hätte).
Und an DSGVO und Barrierefreiheit wurde gedacht. - Klaro -
Das ganze ist unendlich konfigurierter.
Das AddOn ermöglicht die einfache Erstellung und Anpassung von Vidstack-Video-Playern für verschiedene Plattformen wie YouTube, Vimeo und lokale Videos. Hier ist eine kurze Zusammenfassung der Hauptfunktionen:
- Erstellung von Video-Playern mit anpassbaren Attributen und Zugänglichkeitsfunktionen
- Unterstützung für mehrsprachige Untertitel und Übersetzungen
- Generierung von Consent-Platzhaltern für Plattformen wie YouTube und Vimeo
- Hinzufügen von barrierefreien Inhalten und alternativen Links
- Flexible Anpassung des Player-Layouts und der Thumbnails
- Automatische Erkennung und Behandlung verschiedener Video-Quellen (lokal, YouTube, Vimeo)
- Einfache Integration in REDAXO-CMS durch Nutzung von REDAXO-spezifischen Funktionen
Umsetzung
Versionen
1.7.3
referrerpolicy für YouTube/Vimeo automatisch im Helper, README-Doku ergänzt
1.7.2
What's Changed
- Fix CSP inline style violations - Remove inline styles for Content Security Policy compliance by @Copilot in https://github.com/FriendsOfREDAXO/vidstack/pull/49
Full Changelog: https://github.com/FriendsOfREDAXO/vidstack/compare/1.7.1...1.7.2
1.7.1
What's Changed
- Fix WAVE accessibility errors for local video generation by @Copilot in https://github.com/FriendsOfREDAXO/vidstack/pull/47
Full Changelog: https://github.com/FriendsOfREDAXO/vidstack/compare/1.7.0...1.7.1
1.7.0
FFMPEG-AddOn Integration vollständig. Erhalte nun Informationen zum Video direkt im Medienpool
Hierfür ist das FFMPEG-AddOn erforderlich.
1.6.1
What's Changed
- IDE- u. RexStan-freundliche Syntax by @christophboecker in https://github.com/FriendsOfREDAXO/vidstack/pull/45
New Contributors
- @christophboecker made their first contribution in https://github.com/FriendsOfREDAXO/vidstack/pull/45
Full Changelog: https://github.com/FriendsOfREDAXO/vidstack/compare/1.6.0...1.6.1
1.5.1
-
Fehlerbehebungen
- Verbesserte Zuverlässigkeit beim Laden und Initialisieren von Videos, indem die Medien-Player-Elemente vollständig ersetzt statt nur Attribute geändert werden.
- Die Wiedergabequelle für YouTube- und Vimeo-Videos wird jetzt erst nach Zustimmung des Nutzers gesetzt.
- Native Steuerelemente werden für YouTube- und Vimeo-Videos deaktiviert, bleiben aber für andere Videoarten aktiviert.
-
Sonstiges
- Paketversion auf 1.5.1 erhöht.
1.5.0
What's Changed
- feat: Add source sizes support for desktop/mobile video qualities by @skerbis in https://github.com/FriendsOfREDAXO/vidstack/pull/39
Full Changelog: https://github.com/FriendsOfREDAXO/vidstack/compare/1.4.5...1.5.0
1.4.5
1.4.3
Extensionpoint fix für oembedhelper
1.4.2
- Fresh Vendor updates
1.4.1
What's Changed
- fixes Non-static method by @skerbis in https://github.com/FriendsOfREDAXO/vidstack/pull/34
Full Changelog: https://github.com/FriendsOfREDAXO/vidstack/compare/1.4.0...1.4.1
1.4.0
Summary by CodeRabbit
- New Features
- Introduced a new method to check if media sources are playable, supporting local files and recognized video platforms like YouTube and Vimeo.
- Bug Fixes
- Updated the method for retrieving video information to improve compatibility with the new playability checks.
1.3.3
What's Changed
- Untertitel position, kein escape bei description by @skerbis in https://github.com/FriendsOfREDAXO/vidstack/pull/32
- Thx @iceman-fx
Full Changelog: https://github.com/FriendsOfREDAXO/vidstack/compare/1.3.2...1.3.3
1.3.2
1.3.2 Pour Peter 🗾
Fixed: Poster-Ausgabe
Fixed: Variablen-Deklarierung
What's Changed
- set poster by @skerbis in https://github.com/FriendsOfREDAXO/vidstack/pull/26
- fehlerhafte Abfrage korrigiert by @skerbis in https://github.com/FriendsOfREDAXO/vidstack/pull/27
- declaration fix for poster by @skerbis in https://github.com/FriendsOfREDAXO/vidstack/pull/28
- update poster by @skerbis in https://github.com/FriendsOfREDAXO/vidstack/pull/29
Full Changelog: https://github.com/FriendsOfREDAXO/vidstack/compare/1.2.0...1.3.2
1.2.0
New: Translated Audioplayer
Changed: Some refactor.
What's Changed
- code refactor by @skerbis in https://github.com/FriendsOfREDAXO/vidstack/pull/25
Full Changelog: https://github.com/FriendsOfREDAXO/vidstack/compare/1.1.0...1.2.0
1.1.0
What's Changed
- add audio by @skerbis in https://github.com/FriendsOfREDAXO/vidstack/pull/23
- audio support added by @skerbis in https://github.com/FriendsOfREDAXO/vidstack/pull/24
Full Changelog: https://github.com/FriendsOfREDAXO/vidstack/compare/1.0.1...1.1.0
1.0.1
What's Changed
- new isVideo() by @skerbis in https://github.com/FriendsOfREDAXO/vidstack/pull/21
- fixed: set lang via constructor by @skerbis in https://github.com/FriendsOfREDAXO/vidstack/pull/22
Full Changelog: https://github.com/FriendsOfREDAXO/vidstack/compare/1.0.0...1.0.1
1.0.0
Welcome to Vidstack.
Schon wieder ein neuer Videoplayer für REDAXO?
Ja, und das ist die erste Version.
Es gibt sehr viel in der Readme zu entdecken.
Viel Spaß
What's Changed
- 1st attemot by @skerbis in https://github.com/FriendsOfREDAXO/vidstack/pull/2
- assets by @skerbis in https://github.com/FriendsOfREDAXO/vidstack/pull/3
- corrections by @skerbis in https://github.com/FriendsOfREDAXO/vidstack/pull/4
- translations and more a11y by @skerbis in https://github.com/FriendsOfREDAXO/vidstack/pull/5
- Update translations.php by @skerbis in https://github.com/FriendsOfREDAXO/vidstack/pull/6
- set supportpage by @skerbis in https://github.com/FriendsOfREDAXO/vidstack/pull/7
- consent anders by @skerbis in https://github.com/FriendsOfREDAXO/vidstack/pull/8
- added rex_escape and events und readme gedöns by @skerbis in https://github.com/FriendsOfREDAXO/vidstack/pull/9
- Screenshot added by @skerbis in https://github.com/FriendsOfREDAXO/vidstack/pull/12
- Installation netter beschreiben by @skerbis in https://github.com/FriendsOfREDAXO/vidstack/pull/13
- oembedHelper by @skerbis in https://github.com/FriendsOfREDAXO/vidstack/pull/16
- Video im Mediapool-Sidebar by @skerbis in https://github.com/FriendsOfREDAXO/vidstack/pull/18
- sidebar sicherstellen dass vorhandene nicht überschrieben by @skerbis in https://github.com/FriendsOfREDAXO/vidstack/pull/19
New Contributors
- @skerbis made their first contribution in https://github.com/FriendsOfREDAXO/vidstack/pull/2
Full Changelog: https://github.com/FriendsOfREDAXO/vidstack/commits/1.0.0