File tree 1 file changed +9
-5
lines changed
1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 14
14
#### W3C Second Screen 표준 기술
15
15
- Presentation API
16
16
- 서로 다른 두 기기간 연결이 되어 한 기기의 웹 앱에서 URL을 다른 기기로 보내서 실행시키며 연동
17
- - Spec: http://w3c.github.io/presentation-api/
17
+ - Spec: http://w3c.github.io/presentation-api/
18
18
- 설명 페이지
19
19
- MDN 튜토리얼 및 간단한 예제: https://developer.mozilla.org/en-US/docs/Web/API/Presentation_API
20
- - 튜토리얼 (Intel Developer Zone): https://software.intel.com/en-us/html5/hub/blogs/presentation-api-tutorial
20
+ - 튜토리얼 (Intel Developer Zone): https://software.intel.com/en-us/html5/hub/blogs/presentation-api-tutorial
21
21
- 브라우저 지원 현황
22
22
- Chrome: Default로 지원
23
23
- Firefox 개발 진행 중
24
24
- 데모
25
25
- https://googlechrome.github.io/samples/presentation-api/ (정상 동작 확인)
26
26
- https://storage.googleapis.com/presentation-api/index.html (정상 동작 확인)
27
-
27
+
28
28
- Remote Playback API
29
29
- Media Element(<video >)를 웹 앱에서 다른 기기로 보내서 재생시키고 조작 가능
30
- - Spec: https://w3c.github.io/remote-playback/
31
- - Github: https://github.com/w3c/remote-playback/
30
+ - Spec: https://w3c.github.io/remote-playback/
31
+ - Github: https://github.com/w3c/remote-playback/
32
32
- 브라우저 지원 현황
33
33
- Chrome (56 버전부터 지원)
34
34
- Firefox
37
37
- 사용자가 모바일 브라우저를 열어 주변 기기 화면에 출력된 URL을 입력하기만 하면 바로 기기간 연결 및 앱 실행 완료
38
38
- 애플리케이션에서 Mindless 프레임워크에서 제공하는 API를 사용
39
39
- Mindless 프레임워크는 웹 앱에서 활용 가능한 JS 라이브러리, 클라우드/주변기기와의 연결을 위한 모듈로 구성 (Node.js)
40
+
41
+ ### 연관 기술
42
+ - Push API
43
+ - Media Capture
You can’t perform that action at this time.
0 commit comments