OBS的用途真的很多,可以螢幕錄影也可以直播,甚至還能轉場跟放入一些文字圖片等等,今天要來分享如何利用它在Youtube上面進行直播!
重要資訊:
由於OBS版本更新的關係,串流服務的部分請改選 Youtube - HLS 這個選項喔!
CSS下載:https://drive.google.com/file/d/1VI0w8wW9hmIYBPNSbXJJ1oCi6jCLz022/view
00:00 影片簡介
00:23 如何在Youtube建立直播
03:19 OBS如何串流Youtube
04:01 如何把聊天室內容放到直播螢幕上
06:18 如何把聊天室的底色變成透明的
08:22 如何開始直播
09:26 補充說明
👉訂閱分享家-羽的頻道 https://tinyurl.com/subshareryu
👉前往分享家-羽的副頻道【羽倫同樂日常】https://tinyurl.com/yulenvlog
👉前往分享家-羽的粉專 https://www.facebook.com/HappySharerYu/
======================================================
其他分享家-羽的影片系列:
💡知識技巧系列
分享3C或生活中實用的知識、技巧與經驗。
https://tinyurl.com/sg3w25o
🔎開箱評測與使用心得系列
分享各種商品的開箱、評測以及使用心得等影片。
https://tinyurl.com/tqjpv75
🚗旅遊與食記系列
分享旅遊或食記相關Vlog以及旅遊相關的知識、技巧或資訊等等。
https://tinyurl.com/rtpc4a3
📢就是要分享系列
分享我覺得有價值但又不知道如何歸類的影片。
https://tinyurl.com/rp3h47r
🏨羽的住宿經驗系列
分享各種自己住過的飯店、旅社、民宿等等。
https://tinyurl.com/uto3ngh
📜全部播放清單列表
其他沒有列出來的清單都在這邊!
https://tinyurl.com/s8rmtk8
======================================================
✉合作邀約請洽粉專或來信 singiamagic@gmail.com
#OBS #EP4 #直播
![post-title](https://i.ytimg.com/vi/AhN11xcGnIM/hqdefault.jpg)
youtube聊天室css 在 [問題] youtube聊天室無法顯示在OBS上- 看板Live - 批踢踢實業坊 的美食出口停車場
本魯OBS為17.0.0版 (不知道為甚麼安裝17.0.2最後一步驟會遇到問題
之後開啟後又會回到17.0.0版) 所以繼續用17.0.0
現在問題是怎麼讓聊天室再度打在OBS上?
原本網路上爬文找到語法 也順利把聊天室含去背顯示在OBS上 結果某次開機後就沒了
本魯方法是 "來源" 新增 "BrowserSource" URL複製
"在彈出是視窗中開啟即時留言版"中的網址
不能顯現訂閱人數和訂閱動畫就算了 希望聊天室還能用 當作與朋友聊天的紀錄
請幫我看看該怎麼辦 謝謝
CSS是複製以下
body {
background-color: transparent !important;
}
/* Transparent background. */
yt-live-chat-renderer {
background-color: transparent !important;
}
/* Outlines */
yt-live-chat-renderer * {
text-shadow: -2px -2px #000000,-2px -1px #000000,-2px 0px #000000,-2px 1px
#000000,-2px 2px #000000,-1px -2px #000000,-1px -1px #000000,-1px 0px
#000000,-1px 1px #000000,-1px 2px #000000,0px -2px #000000,0px -1px
#000000,0px 0px #000000,0px 1px #000000,0px 2px #000000,1px -2px #000000,1px
-1px #000000,1px 0px #000000,1px 1px #000000,1px 2px #000000,2px -2px
#000000,2px -1px #000000,2px 0px #000000,2px 1px #000000,2px 2px #000000;
font-family: "Laila";
font-size: 18px !important;
line-height: 18px !important;
}
yt-live-chat-text-message-renderer #content,
yt-live-chat-legacy-paid-message-renderer #content {
overflow: initial; !important
}
/* Hide scrollbar. */
yt-live-chat-item-list-renderer #items{
overflow:hidden !important;
}
/* Hide header and input. */
yt-live-chat-header-renderer,
yt-live-chat-message-input-renderer {
display: none !important;
}
/* Reduce side padding. */
yt-live-chat-text-message-renderer,
yt-live-chat-legacy-paid-message-renderer {
padding-left: 4px !important;
padding-right: 4px !important;
}
/* Avatars. */
yt-live-chat-text-message-renderer #author-photo,
yt-live-chat-legacy-paid-message-renderer #author-photo { width: 25px
!important;
height: 25px !important;
border-radius: 25px !important;
margin-right: 6.25px !important;
}
/* Hide badges. */
yt-live-chat-text-message-renderer #author-badges {
display: none !important;
vertical-align: text-top !important;
}
/* Timestamps. */
yt-live-chat-text-message-renderer #timestamp { color: #999999 !important;
font-family: "Imprima";
font-size: 16px !important;
line-height: 16px !important;
}
/* Badges. */
yt-live-chat-text-message-renderer #author-name[type="owner"],
yt-live-chat-text-message-renderer
yt-live-chat-author-badge-renderer[type="owner"] {
color: #FFCC33 !important;
}
yt-live-chat-text-message-renderer #author-name[type="moderator"],
yt-live-chat-text-message-renderer
yt-live-chat-author-badge-renderer[type="moderator"] {
color: #FF9966 !important;
}
yt-live-chat-text-message-renderer #author-name[type="member"],
yt-live-chat-text-message-renderer
yt-live-chat-author-badge-renderer[type="member"] {
color: #FF9966 !important;
}
/* Channel names. */
yt-live-chat-text-message-renderer #author-name {
color: #FF9966 !important;
font-family: "Microsoft JhengHei";
font-size: 28px !important;
line-height: 28px !important;
}
yt-live-chat-text-message-renderer #author-name::after {
content: ":";
margin-left: 2px;
}
/* Messages. */
yt-live-chat-text-message-renderer #message,
yt-live-chat-text-message-renderer #message *,
yt-live-chat-legacy-paid-message-renderer #detail-text,
yt-live-chat-legacy-paid-message-renderer #detail-text * {
color: #ffffff !important;
font-family: "Microsoft JhengHei";
font-size: 28px !important;
line-height: 28px !important;
}
/* Fan Funding Messages. */
yt-live-chat-legacy-paid-message-renderer #event-text {
color: #ffffff !important;
font-family: "Microsoft JhengHei";
font-size: 20px !important;
line-height: 20px !important;
}
yt-live-chat-legacy-paid-message-renderer #detail-text,
yt-live-chat-legacy-paid-message-renderer #detail-text * {
color: #ffffff !important;
font-family: "Imprima";
font-size: 18px !important;
line-height: 18px !important;
}
yt-live-chat-legacy-paid-message-renderer {
background-color: #00ffff !important;
margin: 4px 0 !important;
padding: 4px !important;
}
yt-live-chat-text-message-renderer a,
yt-live-chat-legacy-paid-message-renderer a {
text-decoration: none !important;
}
yt-live-chat-text-message-renderer[is-deleted],
yt-live-chat-legacy-paid-message-renderer[is-deleted] {
display: none !important;
}
到上面這串網址
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 114.38.146.217
※ 文章網址: https://www.ptt.cc/bbs/Live/M.1486637069.A.670.html
... <看更多>