禁用品牌/ channelinfo TwitchTV

时间:2017-10-10 21:31:05

标签: php html

我目前正在创建一个我希望从中流式传输内容的网站。我使用OBS作为流媒体程序,使用TwitchTV作为流媒体源。我想归档的是在播放时禁用播放器的品牌/ channelInfo。

我的iframe如下:

<iframe id="player" frameborder="0" scrolling="no" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true" src="https://player.twitch.tv/?allowfullscreen&!branding&!channelInfo&mediaplayer&playsinline&player=site&channel=lpmassive"></iframe>

或直接链接为自己测试: https://player.twitch.tv/?allowfullscreen&!branding&!channelInfo&mediaplayer&playsinline&player=site&channel=lpmassive

任何帮助将不胜感激!

1 个答案:

答案 0 :(得分:0)

我认为你的意思是你想删除控件,一般来说当有人徘徊时它只是纯粹的视频输入?您可以通过向URL

添加controls = false来完成此操作

实施例: https://player.twitch.tv/?allowfullscreen&!branding&!channelInfo&mediaplayer&playsinline&player=site&channel=lpmassive&controls=false