메뉴 건너뛰기

도움말

[유튜브/YouTube] 유튜브 라이브 스트림 웹사이트에 넣기

https://webcam.io/blog/howto-embed-youtube-live.html

 

 

 

Requirements

 

The features Live streaming and Embed live streams need to be enabled in https://www.youtube.com/features. Please follow the instructions there.

 

 

 

To embed into your website, a linked AdSense account seems to be required.

 

 

 

Also refer to:

 

 

 

Live streaming guide

 

Introduction to live streaming

 

 

 

 

 

Embed

 

Set the stream to unlisted or public

 

Go to the “Watch page” (View on watch page link (lower right) in https://www.youtube.com/live_dashboard)

 

Click Share -> Embed to get the embed HTML code

 

example:

 

 

 

<iframe width="560" height="315" src="https://www.youtube.com/embed/XYZ123" frameborder="0" allowfullscreen></iframe>

 

Now the problem is: every time the stream stops and restarts, the ID changes.

 

 

 

To get a permanent URL, you need to change the link to use the Channel ID (12345 in this example):

 

 

 

<iframe width="560" height="315" src="https://www.youtube.com/embed/live_stream?channel=12345" frameborder="0" allowfullscreen></iframe>

 

Get the Channel ID from https://www.youtube.com/account_advanced. Not the User ID!

 

 

 

Add this into your website HTML, and open the website in anonymous browser window to check if the stream displays without error message.

List of Articles
번호 제목 - 글쓴이 조회 수
9 [워드프레스/WordPress] WPBakery Page Builder 메뉴얼 워드프레스 GH 902
8 [워드프레스/WordPress] 페이지 내용 수정하기 워드프레스 GH 20371
7 [워드프레스/WordPress] 우커머스 상품 등록 워드프레스 GH 302
6 [워드프레스/WordPress] 사이트 타이틀 수정하기 워드프레스 GH 768
5 [워드프레스/WordPress] 로고 수정 위치 워드프레스 master 779
4 [워드프레스/WordPress] 포스팅하기 (글올리기) 워드프레스 master 1346
3 [워드프레스/WordPress] 포스트 카테고리 만들기 워드프레스 master 1398
2 [워드프레스/WordPress] 홈페이지 메뉴 만들기 (카테고리) 워드프레스 master 6551
1 [워드프레스/WordPress] 페이지 만들기 워드프레스 master 41601
©2002 GeneralHomepage.Com.All Rights Reserved