For AI agents: the complete documentation index is available at /1.x/ko/llms.txt, the full documentation bundle is available at /1.x/ko/llms-full.txt, and this page is available as Markdown at /1.x/ko/guide/usage/player-config.md.
  • 한국어
  • 1.x
  • 플레이어 설정

    playerVars로 YouTube 재생 환경을 설정합니다.

    <YoutubePlayer
      source="AbZH7XWDW_k"
      playerVars={{
        autoplay: true,
        controls: true,
        playsinline: true,
        rel: false,
        muted: true,
      }}
    />

    주요 옵션은 autoplay, controls, loop, muted, startTime, endTime, playsinline, rel, origin입니다.