메타데이터

각 playlist 아이템의 description 으로 제목, 채널명, 프로필 이미지 등 콘텐츠 메타데이터를 표시합니다. 키 스키마는 웹과 동일합니다.

description

options: [
    "playlist": [
        [
            "file": "https://.../master.m3u8",
            "poster": "https://.../poster.jpg",
            "description": [
                "title": "콘텐츠 제목",
                "profile_name": "채널명",
                "profile_image": "https://.../profile.png",
                "created_at": "2024.07.13"
            ]
        ]
    ]
]
설명
title콘텐츠 제목
profile_name채널 / 게시자 이름
profile_image프로필 이미지 URL
created_at게시일 등 부가 정보

포스터

poster 는 재생 전 썸네일 이미지로 표시됩니다.

잠금화면 Now Playing

enableNowPlayingPlaybackState (기본 true)가 켜져 있으면 description 의 제목/이미지가 iOS 잠금화면 및 제어센터의 Now Playing 정보로 함께 노출됩니다.

iOS SDKBeta