| 1 | [[BackLinksMenu]] |
| 2 | |
| 3 | [[TicketQuery(summary=MEDIA_ENGINE_IMPL_ALTERNATIVE_R0, format=table, col=summary|owner|status|type|component|priority|effort|importance, rows=description|analysis_owners|analysis_reviewers|analysis_score|design_owners|design_reviewers|design_score|implementation_owners|implementation_reviewers|implementation_score|test_owners|test_reviewers|test_score|)]] |
| 4 | |
| 5 | |
| 6 | |
| 7 | = Analysis = |
| 8 | |
| 9 | == Overview == |
| 10 | |
| 11 | This task is about building a second media engine implementation to prove that we can change media engines in Sophie. This is a proof of concept task for this revision. |
| 12 | |
| 13 | == Task requirements == |
| 14 | |
| 15 | * Build a second dummy media engine that adds itself to the media engine manager |
| 16 | * Implement simple rendering, such as "This is a video named %n" or beeps for audio |
| 17 | |
| 18 | == Task result == |
| 19 | |
| 20 | The result is code that demos how to build an alternative media engine. |
| 21 | |
| 22 | == Implementation idea == |
| 23 | |
| 24 | Due to limited time, don't worry about implementing an actual second engine. Just make sure this second engine works when switched in or out. See the related task section. |
| 25 | |
| 26 | == Related == |
| 27 | |
| 28 | [wiki:PRO_LIB_MODEL_COMMONS_R0] |
| 29 | [wiki:MEDIA_ENGINE_IMPL_MAIN_R0] |
| 30 | |
| 31 | == How to demo == |
| 32 | |
| 33 | Demo switching between the default media engine and this alternative one. |
| 34 | |
| 35 | = Design = |
| 36 | |
| 37 | = Implementation = |
| 38 | ^(Implementation results should be described and linked here (from the wiki or the repository))^ |
| 39 | |
| 40 | = Testing = |
| 41 | |
| 42 | = Comments = |
| 43 | ^(Write comments for this or later revisions here.) |