Skip to content

Commit a9867d3

Browse files
author
Jihye Hong
authored
Merge pull request #8 from jihyerish/modify-readme
Modify readme
2 parents 0fc6092 + 2e50f89 commit a9867d3

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

100644100755
+9-5
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@
1414
#### W3C Second Screen 표준 기술
1515
- Presentation API
1616
- 서로 다른 두 기기간 연결이 되어 한 기기의 웹 앱에서 URL을 다른 기기로 보내서 실행시키며 연동
17-
- Spec: http://w3c.github.io/presentation-api/
17+
- Spec: http://w3c.github.io/presentation-api/
1818
- 설명 페이지
1919
- 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
2121
- 브라우저 지원 현황
2222
- Chrome: Default로 지원
2323
- Firefox 개발 진행 중
2424
- 데모
2525
- https://googlechrome.github.io/samples/presentation-api/ (정상 동작 확인)
2626
- https://storage.googleapis.com/presentation-api/index.html (정상 동작 확인)
27-
27+
2828
- Remote Playback API
2929
- 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/
3232
- 브라우저 지원 현황
3333
- Chrome (56 버전부터 지원)
3434
- Firefox
@@ -37,3 +37,7 @@
3737
- 사용자가 모바일 브라우저를 열어 주변 기기 화면에 출력된 URL을 입력하기만 하면 바로 기기간 연결 및 앱 실행 완료
3838
- 애플리케이션에서 Mindless 프레임워크에서 제공하는 API를 사용
3939
- Mindless 프레임워크는 웹 앱에서 활용 가능한 JS 라이브러리, 클라우드/주변기기와의 연결을 위한 모듈로 구성 (Node.js)
40+
41+
### 연관 기술
42+
- Push API
43+
- Media Capture

0 commit comments

Comments
 (0)