728x90

특정 동영상을 인터넷창에 링크를 거는 방법이다.

 

//유튜브
//val intent = Intent(Intent.ACTION_VIEW, Uri.parse("https://youtu.be/0wezH4MAncY?autoplay=1&mute=1&controls=0&loop=1&modestbranding=1&playsinline=0"))
//비메오
val intent = Intent(Intent.ACTION_VIEW, Uri.parse("https://player.vimeo.com/video/376759686?autoplay=1&muted=1&loop=1&title=0&byline=0&portrait=0"))
startActivity(intent)

자동 재생할려면 muted=1 설정해야 된다고 합니다.

 

추가로 플레이어 설정 자료 링크를 추가합니다.

유튜브

https://developers.google.com/youtube/player_parameters?hl=ko 

비메오

https://vimeo.zendesk.com/hc/ko/articles/360001494447-%ED%94%8C%EB%A0%88%EC%9D%B4%EC%96%B4-%EB%A7%A4%EA%B0%9C%EB%B3%80%EC%88%98-%EC%82%AC%EC%9A%A9

728x90

+ Recent posts