Changeset 827
- Timestamp:
- 2005-02-03 09:40:05 (4 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
standards/draft-pfeiffer-temporal-fragments-current.xml
r662 r827 1 /* Magnus Westerlund:2 - make it just for Annodex and suggest it for other formats, too3 - not to have a default time spec4 - not to bother with rtsp queries, just use rtsp fragments5 */6 7 1 <?xml version="1.0" encoding="UTF-8"?> 8 2 <!DOCTYPE rfc SYSTEM "rfc2629.dtd"> … … 210 204 <t>URI query strings are specified after the special character 211 205 "?". A temporal query parameter defines one or more intervals 212 of time. Time is given with respect to specific time 213 schemes. The available time schemes and their specifications 214 are described further down in this document. 206 of time. Time is given with respect to specific time schemes. 207 The default time scheme is "npt" (normal play time), in which a 208 time point is specified in seconds through a floating point number 209 with an arbitrary temporal resolution. The available time schemes 210 and their specifications are described further down in this document. 215 211 </t> 216 212 … … 219 215 220 216 <artwork><![CDATA[ 221 time-parameter = "t" "=" timescheme ":"time-intervalspec217 time-parameter = "t" "=" [ timescheme ":" ] time-intervalspec 222 218 223 219 time-intervalspec = time-interval ["," time-intervalspec] … … 257 253 </t> 258 254 259 <t>http://www.foo.bar/video.anx?t=npt:15.2-18.7 --- video .anx 260 is transferred from 15.2 seconds into video.anx to 18.7 seconds. 255 <t>http://www.foo.bar/video.anx?t=15.2-18.7 --- video .anx 256 is transferred from 15.2 seconds into video.anx to 18.7 seconds; 257 the default time scheme "npt" is used. 261 258 </t> 262 259 … … 287 284 temporal view onto a Web resource consisting of one or more 288 285 intervals of time. Again, time is given with respect to specific 289 time schemes as defined below .286 time schemes as defined below, "npt" being the default. 290 287 </t> 291 288 … … 295 292 296 293 <artwork><![CDATA[ 297 temporal-fragment = timescheme ":"time-intervalspec294 temporal-fragment = [ timescheme ":" ] time-intervalspec 298 295 ]]></artwork> 299 296 … … 324 321 </t> 325 322 326 <t>http://www.foo.bar/video.anx#npt:15.2-18.7 --- specifies a view 327 on the section between 15.2s and 18.7s of video.anx. 323 <t>http://www.foo.bar/video.anx#15.2-18.7 --- specifies a view 324 on the section between 15.2s and 18.7s of video.anx, with a 325 default time scheme of "npt". 328 326 </t> 329 327 … … 640 638 641 639 <t>Restricted the specification for Annodex and CMML 642 currently with a suggestion onlyto adopt it for other640 currently with only a suggestion to adopt it for other 643 641 formats. 644 642 </t> 645 643 644 <!-- 646 645 <t>Deleted the default time scheme according to a recommendation 647 646 by Magnus Westerlund, Audio/Video Transport Working Group at 648 IETF. 647 IETF. Put it back in because it's such a pain to always specify. 649 648 </t> 649 --> 650 650 651 651 <t>Replaced the word "timebase" with the word "basetime" as that … … 654 654 </t> 655 655 656 <t>Added RTSP specification. 656 <t>Started a section on how to use timed URIs with RTP/RTSP. 657 Some initial feedback from the AVT Working Group at IETF seems 658 to indicate not to bother with rtsp queries and just to focus 659 on fragments. This may not be quite conformant to the URI RFC 660 because these RTP/RTSP fragments would be handled on the server 661 - yet this has not been resolved for any use of fragments over 662 RTP/RTSP. 657 663 </t> 658 664 … … 940 946 <t>Many thanks also to the Audio/Video Transport working group 941 947 at the IETF (avt@ietf.org), foremost to Magnus Westerlund, for 948 giving valuable feedback on how to improve the specification and 942 949 picking up the discussion around how to use the scheme on 943 950 RTP/RTSP. This is now not covered in this document, but should