Feature #934
MediaPlayer: Use <u> (utterance) structure attributes for media replay span
Status: | New | Start date: | 07/13/2014 | ||
---|---|---|---|---|---|
Priority: | Normal | Due date: | |||
Assignee: | - | % Done: | 80% |
||
Category: | Plugins | Spent time: | - | ||
Target version: | MediaPlayer |
Description
Currently, the MediaPlayer uses <sp> structure 'start' and 'end' attributes to get media replay span.
It should use <u> (utterance) structure 'start' and 'end' attributes, if available, to get finer control for media replay (<u> utterance structures are encoded inside <sp> (speech turn) structures).
-h3. Solution 1.1
Use <u> structure 'start' attributes, or <sp> attributes if no <u> is available, above pivot occurrences, to get finer control for media replay.
See also refaireTRS macro.
Solution 1.2¶
Encode start-end informations in utterance structures at import time (it seems like only 'start' information is currently available) and use start and end for media replay.-
Solution¶
Implement another media span resolution mode: Milestone. The Milestone mode retrieve timing from a structural unit property and the next following structural unit property.
Details here : https://groupes.renater.fr/wiki/txm-info/public/specs_multimedia#granularite_du_retour_au_media
History
#1 Updated by Serge Heiden over 9 years ago
- Subject changed from Use <u> (utterance) structure attributes for media replay span to MediaPlayer: Use <u> (utterance) structure attributes for media replay span
#2 Updated by Matthieu Decorde over 9 years ago
- Target version changed from TXM X.X to MediaPlayer
#3 Updated by Serge Heiden about 6 years ago
- Description updated (diff)
#4 Updated by Matthieu Decorde over 4 years ago
- Description updated (diff)
- % Done changed from 0 to 80