메뉴 건너뛰기

도움말

[유튜브/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
번호 제목 - 글쓴이 조회 수
43 [마젠토/Magento] 상품 등록, 카테고리 등록, 속성 등록 마젠토 master 485
42 [마젠토/Magento] 페이팔 스탠다드 설정 (Paypal Standard Set) 마젠토 master 804
41 [마젠토/Magento] 주문 취소 - 결제 완료되어 인보이스 발행 된 주문 취소하기 마젠토 master 17115
40 [마젠토/Magento] USPS 배송 방법 마젠토 master 3168
39 [마젠토/Magento] Report 가 출력되지 않을 때 마젠토 master 1452
38 [마젠토/Magento] Processing 중인 주문 취소하기 마젠토 master 2142
37 [마젠토/Magento] 홈페이지에 전체 상품 보여주기 마젠토 master 2583
36 [마젠토/Magento] 크롬에서 상품 등록 이미지가 안보일 때 마젠토 master 2532
35 [마젠토/Magento] 상품 등록하기 - 유튜브 마젠토 master 3258
34 [마젠토/Magento] 이메일 내용 수정하기 (Transactional Emails) 마젠토 master 4613
33 [마젠토/Magento] Fatal error: Call to undefined function mb_substr() 마젠토 master 3953
32 [마젠토/Magento] Fatal error: Allowed memory size of 536870912 bytes exhausted 마젠토 master 3991
31 [마젠토/Magento] USPS API 신청하기 마젠토 master 4737
30 [마젠토/Magento] 1페이지에 나오는 상품 수량 설정하기 마젠토 master 6063
29 [마젠토/Magento] 파비콘(Favicon) 업로드 마젠토 master 6795
28 [마젠토/Magento] Product Manager 마젠토 master 6673
27 [마젠토/Magento] SEO - 웹사이트 전체 키워드 넣기 마젠토 master 9673
26 [마젠토/Magento] 마젠토 - 카테고리 - 영어/한글 전환하기 마젠토 master 8399
25 [마젠토/Magento] 가장 많이 본 상품 보고서 보기 마젠토 master 7443
24 [마젠토/Magento] 상품 검색한 목록 다시 재설정하기 마젠토 master 7417
©2002 GeneralHomepage.Com.All Rights Reserved