Actions
Bug #498
closedjPlayer 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).
Updated by Wim Dumon about 14 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.
Updated by Koen Deforche about 14 years ago
- Status changed from New to InProgress
Updated by Wim Dumon over 13 years ago
- Assignee changed from Wim Dumon to Koen Deforche
Updated by Koen Deforche over 13 years ago
- Status changed from InProgress to Resolved
- Target version set to 3.1.11
Implemented as WMediaPlayer
Updated by Koen Deforche about 13 years ago
- Status changed from Resolved to Closed
Resolved in Wt 3.1.11
Actions