- From: Thomas Steiner <tomac@google.com>
- Date: Thu, 17 Nov 2011 14:15:31 +0100
- To: Media Fragment <public-media-fragment@w3.org>, Davy Van Deursen <davy.vandeursen@ugent.be>
Hi Davy, all, I have detected yet another illegal test case TC0019-UA [1]. It says… t=smpte:0:00:03.15,0:00:07 // wrong …however, 0:00:03.15 is not a legal SMPTE time specification. According to the spec [2], it should be… frametime = 1*DIGIT ":" 2DIGIT ":" 2DIGIT [ ":" 2DIGIT [ "." 2DIGIT ] ] …so I suggest changing the test case so that it reads… t=smpte:0:00:03:00.15,0:00:07 // correct This minimal change does not require any change in the text, just adding the ':00' to make it legal according to "hours:minutes:seconds:frames.further-subdivison-of-frames". I have done this in my local tests. What do you think? Or did I misread something? Best, Tom [1] http://www.w3.org/2008/WebVideo/Fragments/TC/ua-test-cases#TC0019-UA [2] http://www.w3.org/2008/WebVideo/Fragments/WD-media-fragments-spec/#smpte-time -- Thomas Steiner, Research Scientist, Google Inc. http://blog.tomayac.com, http://twitter.com/tomayac
Received on Thursday, 17 November 2011 13:16:23 UTC