Accessibility/Video Media Fragments: Difference between revisions

Jump to navigation Jump to search
added approach suggestion
(added spatial and track fragments)
(added approach suggestion)
Line 1: Line 1:
== Implementing Video/Audio Media Fragment URIs in Web Browser ==
Implementing Video/Audio Media Fragment URIs in Web Browser




Line 7: Line 7:


Relevant to: audio & video
Relevant to: audio & video
Approach: byte range requests, see http://www.w3.org/TR/media-frags/#URIfragment-user-agent


Two uses:
Two uses:
Line 28: Line 30:


Relevant to: images & video
Relevant to: images & video
Approach: CSS-like, i.e. hide unwanted pixels


* use URL in address bar and in @src attribute of video/img element
* use URL in address bar and in @src attribute of video/img element
Line 38: Line 42:


Relevant to: audio & video
Relevant to: audio & video
Approach: hide unwanted data


* use URL in address bar or in @src attribute of video/img element, see e.g. https://labs.ericsson.com/developer-community/blog/beyond-html5-conversational-voice-and-video-implemented-webkit-gtk
* use URL in address bar or in @src attribute of video/img element, see e.g. https://labs.ericsson.com/developer-community/blog/beyond-html5-conversational-voice-and-video-implemented-webkit-gtk
* only display/decode enumerated tracks (audio, video etc)
* only display/decode enumerated tracks (audio, video etc)

Navigation menu