InterviewSolution
Saved Bookmarks
| 1. |
Which protocol is supported by Android browsers?(a) HTTPS(b) HLS(c) RTMP(d) FTPThis question was posed to me in final exam.This question is from HTML5 Video topic in portion HTML Markup, Forms, Video, Audio & Other Multimedia of HTML |
|
Answer» CORRECT answer is (b) HLS To explain I would say: HTTPS i.e. Hypertext Transfer Protocol Secure is USED on internet. HLS which stands for Hypertext Transfer Protocol Live Streaming invented by Apple INC., a new streaming protocol which is supported by ANDROID browsers. RTMP stands for Real-Time Messaging Protocol, FTP stands for File Transfer Protocol. |
|