New SyncMedia draft

Hi all,

There’s a new draft online [1], Lars and I did some more cleanup work related to Ivan’s feedback (thanks again Ivan!). 

The biggest change is that we are defining SyncMedia as an XML format, for the following reasons:

- we don’t have the resources to maintain dual XML and JSON formats
- choosing a serialization format was a pending todo
- we felt the model was sufficiently developed and we were not receiving any more input about it

Issues 32, 37, 38, 44 have been closed [2] as a result.

The anticipated next steps are:

- address remaining issues [3]
- reformat use cases [4]
- create sample content
- continue work on demo implementation

Related to that last point, I have been working on both an object model/timegraph library and also a demo player. The library you can see in use here, to create a visual timegraph for a SyncMedia presentation [5].

The code, very much WIP, is nonetheless in our repository [6]. I’ve been working on it as time allows.

Marisa


1. https://w3c.github.io/sync-media-pub/sync-media.html <https://w3c.github.io/sync-media-pub/sync-media.html>
2. Issues closed:
https://github.com/w3c/sync-media-pub/issues/32 <https://github.com/w3c/sync-media-pub/issues/32>
https://github.com/w3c/sync-media-pub/issues/37 <https://github.com/w3c/sync-media-pub/issues/37>
https://github.com/w3c/sync-media-pub/issues/38 <https://github.com/w3c/sync-media-pub/issues/38>
https://github.com/w3c/sync-media-pub/issues/44 <https://github.com/w3c/sync-media-pub/issues/44>

3. https://github.com/w3c/sync-media-pub/issues <https://github.com/w3c/sync-media-pub/issues>
4. https://w3c.github.io/sync-media-pub/use-cases.html <https://w3c.github.io/sync-media-pub/use-cases.html>
5. https://w3c.github.io/sync-media-pub/demo/visualizer/ <https://w3c.github.io/sync-media-pub/demo/visualizer/>
6. https://github.com/w3c/sync-media-pub/tree/master/demo-src <https://github.com/w3c/sync-media-pub/tree/master/demo-src>

Received on Thursday, 4 March 2021 23:51:23 UTC