Confirmed users
796
edits
(→Video: addSourceBuffer) |
(→Video: Organizing a bit.) |
||
Line 25: | Line 25: | ||
==== Video ==== | ==== Video ==== | ||
* requestFullScreen vs requestFullscreen. See https://bugzilla.mozilla.org/show_bug.cgi?id=743198#c5 | * requestFullScreen vs requestFullscreen. See https://bugzilla.mozilla.org/show_bug.cgi?id=743198#c5 | ||
* Ads before video and transition to video | * Ads before video and transition to video | ||
* EME required | * EME required | ||
* List of video providers (stats for understanding if we need to focus our contacts actions toward some specific people) | * List of video providers (stats for understanding if we need to focus our contacts actions toward some specific people) | ||
* List of JS libraries used for video players | * List of JS libraries used for video players | ||
* Flash-only video | * Flash-only video | ||
* Media formats (ogg, mp4, h264, m3u8/HLS) | |||
* Media MIME types | * Media MIME types | ||
** HTMLMediaElement.canPlayType() | ** HTMLMediaElement.canPlayType() | ||
Line 44: | Line 41: | ||
* Hardware or software decoders | * Hardware or software decoders | ||
* Playing videos concurrently | * Playing videos concurrently | ||
* Audio speaker configuration e.g. mono, stereo, 5.1 | * Audio speaker configuration e.g. mono, stereo, 5.1 | ||
* | * H264 | ||
** H.264 AVC [http://en.wikipedia.org/wiki/H.264/MPEG-4_AVC#Profiles profile info] (profile/flags/level) | |||
** FRext in SPS | |||
===== Related information ===== | ===== Related information ===== | ||
h264 rec: http://www.itu.int/rec/T-REC-H.264-201402-I/en | h264 rec: http://www.itu.int/rec/T-REC-H.264-201402-I/en |