show error if browser does not support any video formats #3055

Open
opened 2017-08-30 19:27:51 +00:00 by j · 0 comments
Owner

if an instance only runs with mp4 or only with webm, show an error if a browser does not support the required codecs.

also show error if mp4 profile is not supported i.e.e
(canPlayType('video/mp4; codecs="avc1.640028, mp4a.40.2"');

H.264 High: avc1.6400xx, where xx is the AVC level

avc1.640028 = H.264 High Profile level 4.0

https://stackoverflow.com/questions/24882258/detect-h264-profile-and-level-for-html5-video#24882498

https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/StreamingMediaGuide/FrequentlyAskedQuestions/FrequentlyAskedQuestions.html

if an instance only runs with mp4 or only with webm, show an error if a browser does not support the required codecs. also show error if mp4 profile is not supported i.e.e (canPlayType('video/mp4; codecs="avc1.640028, mp4a.40.2"'); H.264 High: avc1.6400xx, where xx is the AVC level avc1.640028 = H.264 High Profile level 4.0 <https://stackoverflow.com/questions/24882258/detect-h264-profile-and-level-for-html5-video#24882498> <https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/StreamingMediaGuide/FrequentlyAskedQuestions/FrequentlyAskedQuestions.html>
0x2620 added the
frontend
label 2017-08-30 19:27:51 +00:00
0x2620 added this to the 14.04 milestone 2017-08-30 19:27:51 +00:00
0x2620 self-assigned this 2017-08-30 19:27:51 +00:00
0x2620 added the
normal
defect
labels 2017-08-30 19:27:51 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: 0x2620/pandora#3055
No description provided.