Actions
Bug #498
closed
KD
jPlayer integration in WT for audio playing
Bug #498:
jPlayer integration in WT for audio playing
Start date:
09/08/2010
Due date:
% Done:
0%
Estimated time:
Description
Playing audio is currently done using HTML5audio and a Flash player as alternative.
It will be very interesting to integrate jPlayer directly in Wt (by implemeting a wrapper).
KD Updated by Koen Deforche about 16 years ago
- Assignee set to Wim Dumon
WD Updated by Wim Dumon almost 16 years ago
Agree, Wt should extend its audio support. Ideally we have support for audio widgets with and without 'frontend' (visible GUI). WHTML5Audio can be used for both. WSound is currently a flash-based player without GUI.
TODO:
- modify WSound so that it uses HTML5 audio if available, otherwise flash
- add a class (or extend WSound's interface) that auto-selects between a HTML5 and flash-based solution to play back audio with a small GUI. jPlayer is an option here.
KD Updated by Koen Deforche almost 16 years ago
- Status changed from New to InProgress
WD Updated by Wim Dumon about 15 years ago
- Assignee changed from Wim Dumon to Koen Deforche
KD Updated by Koen Deforche about 15 years ago
- Status changed from InProgress to Resolved
- Target version set to 3.1.11
Implemented as WMediaPlayer
KD Updated by Koen Deforche almost 15 years ago
- Status changed from Resolved to Closed
Resolved in Wt 3.1.11
Actions