XSPF Wish List: Difference between revisions

From XiphWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
This page is a place to file requests for features for [[XSPF]].  Any kind of feature can be entered here, please don't be bashful.
This page is a place to file requests for features for [[XSPF]].  Any kind of feature can be entered here, please don't be bashful.


* Request: track start and end attributes. In many media players, a parameter, such as 'range' can be used for video files, to specify the start and stop positions of the content for the track.  An example of specifying this in the URI for the content:
* Request: track start and end attributes. Some media servers permit range headers in the http request, to specify the start and stop positions of the content for the track.   
 
<track><location>http://<myserverurl>/video.mpg?range=0-1145600</location></track>
 
 
where 0 is a long long integer denoting the ''start'' byte offset of the content and 1145600 is a long long integer denoting the ''end'' byte offset of the content.  For large video files the specification of ''start'' and ''end'' positions within the content for the track would relieve us from splitting or recoding videos just because we want to play a part of the content for the track.


See http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35
See http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35


Rather than specifying this as a parameter in the example URI above, include tags to denote the byte offset within the file for the track, and require long long integers.   
For large video files the specification of ''start'' and ''end'' positions within the content for the track would relieve us from splitting or recoding videos just because we want to play a part of the content for the track.  Please include tags to denote the byte offset within the file for the track, and require long long integers.   


* Request: MIME type of linked media
* Request: MIME type of linked media

Revision as of 08:21, 3 June 2007

This page is a place to file requests for features for XSPF. Any kind of feature can be entered here, please don't be bashful.

  • Request: track start and end attributes. Some media servers permit range headers in the http request, to specify the start and stop positions of the content for the track.

See http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35

For large video files the specification of start and end positions within the content for the track would relieve us from splitting or recoding videos just because we want to play a part of the content for the track. Please include tags to denote the byte offset within the file for the track, and require long long integers.

  • Request: MIME type of linked media
    • This would be parallel to the RSS enclosure 'type' attribute. It is for user-agents to use in guessing whether they would want to traverse some link.
    • Proposal: a new extension element defined as the result of a HEAD on the link.
  • Request: Semantics for M3U-like '#CURTRACK'
  • Request: Track creation & last modified dates
  • Request: playlist relativization: separate the base from the file locations relativized from the base. This apparently should be optional, because some (but i suppose not many) playlists might be desired to have entries with no common path entries. This will allow UI's to provide rebasing of playlists -- imagine a media set accessible locally, via FS, and remotely, via, say, HTTP.
    • This idea taken further brings a related one: separate sublist blocks each with own base.
      • Possibly nestable?