RE: Track "id" format?

> I agree on using a string, and personally lean toward using a hex representation.

I think it would be best if the translation between binary-in-the-file to track id was format-specific, so we can use the most appropriate representation for each format. For example, it seems reasonable to represent Matroska TrackUID's as decimal numbers, but for Ogg Skeleton files it could be the name<https://wiki.xiph.org/SkeletonHeaders#Name> (which can be anything, as long as it's per-file unique).

Or maybe it would be useful if the ID was always a number? For Ogg we can use the stream serial number if we wanted to, but the current HTML spec says we should use the name header. The stream serial number has the advantage of always existing.

Received on Monday, 11 November 2013 21:31:50 UTC