반응형
Video Module
video 모듈은 YouTube, Vimeo and Brightcove 같은 3rd party websites 의 비디오 컨텐트에 mobile에서 access 해서 내용을 보여주도록 하는 모듈입니다.
Configuring the Sources
비디오 모듈은 각 섹센에 대해 구별되는 feed를 사용해서 섹션별 비디오들을 organize 할 수 있도록 해 줍니다. 각 섹션에는 service provider에 대한 정보가 있고 tag나 author 에 의해 filter 될 수 있습니다. (문자 검색에 의해서도 filter 될 수 있습니다.) feed 는 SITE_DIR/config/video/feeds.ini 안에서 configure 됩니다.
각 feed에는 아래 옵션들을 사용하게 됩니다.
- RETRIEVER_CLASS - The Data Retriever to use. Currently supported retrievers include:
- YouTubeRetriever
- VimeoRetriever
- BrightcoveRetriever
- TITLE - The textual label used when showing the section list
- AUTHOR - optional, used to limit the results by author
- TAG - optional, used to limit the results by tag
YouTubeRetriever
유튜브에는 아래 옵션이 추가적으로 더 있습니다.
- PLAYLIST - optional, used to limit the results by a particular playlist
VimeoRetriever
Vimeo에는 아래 옵션이 추가적으로 더 있습니다.
- CHANNEL - optional, used to limit the results by a particular channel
BrightcoveRetriever
Brightcove service를 사용하시려면 몇개의 parameter들을 사용하셔야 합니다.
값들은 Brightcove` 에서 받을 수 있습니다.
- token
- playerKey
- playerId
Configuring Display Options
- MAX_PANE_RESULTS - (optional) tablet device에서 display 될 Maximum number. Defaults는 5.
- MAX_RESULTS - (optional) 비디오 모듈의 index 페이지에서 표시될 maximum number. Defaults는 10.
- BOOKMARKS_ENABLED - (optional) true로 세팅하면 즐겨찾기 할 수 있는 표시가 나타남. 디폴트는 true
- SHARING_ENABLED - (optional) Defaults to true. true로 세팅하면 detail page에 현재 비디오를 share 할 수 있는 링크가 나타남. 디폴트는 true.
반응형
'WEB_APP > Kurogo' 카테고리의 다른 글
Flat File Authentication (0) | 2012.09.06 |
---|---|
Access Control and Authorization (0) | 2012.09.06 |
Kurogo Tutorial 21 - Emergency Module - (0) | 2012.07.12 |
Kurogo Tutorial 20 - Module Interaction - (0) | 2012.06.13 |
Kurogo Tutorial 19 - The Kurogo Object - (0) | 2012.06.12 |
Kurogo Tutorial 17 - Calendar Module - (0) | 2012.06.01 |
Kurogo Tutorial 16 - Database Access - (0) | 2012.05.30 |
Kurogo Tutorial 14 - Handling Requests - (0) | 2012.05.23 |
Kurogo Tutorial 13 - Localization - (0) | 2012.05.22 |
Kurogo Tutorial 12 - Logging in Kurogo - (0) | 2012.05.21 |