php - 禁用品牌/ channel 信息 TwitchTV

标签 php html

我目前正在创建一个网站,我想从中流式传输我的内容。我使用 OBS 作为流媒体节目,使用 TwitchTV 作为流媒体源。我想要存档的是在 .

我的 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

如有任何帮助,我们将不胜感激!

最佳答案

我假设你的意思是你想要删除控件,并且通常当有人悬停时它只是纯视频源?您可以通过在 URL 中添加 controls=false 来做到这一点

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

关于php - 禁用品牌/ channel 信息 TwitchTV,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46676345/

相关文章:

php - 我如何使用 belongsto laravel 进行搜索?

php - 以毫秒获取当前时间戳

javascript - 如何使用jquery ajax post方法[Codeigniter]将textarea数据保存到 session ?

html - 如何使用其他标准使段落垂直和水平居中?

html - SVG 剪辑路径问题

javascript - 更改 css JQuery 不起作用

php - 如何显示选择计数的最后一行而不是第一行?

php - 如何使用 PHP 将图像从一个页面传递到另一个页面?

javascript - 使用 jQuery 根据数据属性更改 url

html - 在 native iOS 应用程序中编辑 HTML 内容