35 results found
-
Interactive Frames for Clips and Improved Embedded Clips Player
Make more developer tools for working with embedded clips.
At least, it can be the same tools as for the VODs player (playback api, events etc). Or you can add more features specifically for clips, for example, when you put an array of clips into player it displays as a collection or playlist.13 votes -
4 votes
-
Follow the new embed requirements during a raid redirect.
It's as the title suggests.
When I embed a chat and include the parent parameter then that streamer initiates a raid, the chat embed redirects to a standard popout link for the target channel and not the embed link with the same parent as was set. I believe that when we set the parameters they should stay during this process.
eg: twitch.tv/popout/channel/chat when it should be twitch.tv/embed/channel/chat?parent=...5 votes -
embeds should not require a webserver
parent only works for webservers. not everyone wants or needs to run a webserver to embed videos on a localhost page using file:/// this change benefits no users at all. it may help with 3rd party sites, but file:/// is NEVER a 3rd party but is now blocked from being used due to the parent requirement. this is affecting moderation bots and other tools people use on their local computer that isn't served from a webserver.
8 votes -
Embeds have 1px solid white line in certain responsive sizes
See: https://gyazo.com/38763967bd9f2f69728c30af7386dfd7
The shot is taken at: https://www.hltv.org/news/31121/vod-hltv-confirmed-with-guest-flusha-talking-fnatic-exit-and-plans-for-2021
Proposed fix: Set the background-color: black on the html element in the iframe. Possibly only in a darkmode if such exists.
Why is this the correct fix ? I think the cause is weird sub pixel roundings (in this case Firefox). We have seen it previously on Chrome also and seems to also be hardware dependent. I doubt this will ever be fixed from browser vendors while setting it black will mask the issue for good.
1 vote -
Add Team Embed Option
I would love an option that mimics the team page's embed, that it shows the top streamer, or even a random active streamer from the team. So you can just embed one object, and Twitch will do the logic to show whoever is currently live.
5 votes -
Add parameter for dark mode with chat
Add parameter to enable dark mode for chat please.
13 votes -
Allow Embedding Clip Editor
Allow us to embed the clip editor.
I have a personal site that I used to list and view all of my clips that I make during a stream. I also have functions for tagging my clips for easier searching, and other implementations.
Currently, I have to link to the edit page, to edit the clip to the desired length and position. Then, go back to my site to embed the clip player, where I have my extra functionality. My desired work flow would be to just embed the edit page, so that I could use my page's tagging functions…
1 vote -
Create embeddable follow button
would love a follow button that works like Twitter Follow/Tweet button. To avoid the need to oAuth-loop it and users would prefer that rather than granting access to their account for developers to throw a follow at any channel.
17 votes -
After the recent BunnyHop incident harden the embed link feature against abuse
As we all know by know the recent bunnyhop incident showed, that the way this feature is offered today might actually lead to ways of URL grabbing and harvesting.
The way it is designed today makes it easy to replace it and harvest many streams as content.
"<!-- Add a placeholder for the Twitch embed -->
<div id="twitch-embed"></div><!-- Load the Twitch embed script -->
<script src="https://player.twitch.tv/js/embed/v1.js"></script><!-- Create a Twitch.Player object. This will render within the placeholder div -->
<script type="text/javascript">
new Twitch.Player("twitch-embed", {
channel: "itmkoeln"
});
</script>"Even if that gets moved in the dashboard instead of the…
1 vote -
1 vote
-
Fix "report video" button load timing
Make the "report video" button load simultaneously with the rest of the "settings" drop down menu on embedded videos, so that the menu's button positioning doesn't change 1 second after loading.
1 vote -
Add overlay info to the player embed state
We really need a way to determine what overlays display to the user so we can handle them gracefully. For example, we have no way of knowing when the mature overlay displays and this negatively affects our channel discovery UX.
2 votes -
Mute does not work
mute parameter does not work on mobile it is always muted just like autoplay
2 votes -
iOS Player Object
I want to a way to embed the Twitch player natively inside an iOS app. The existing web embed is not as efficient or usable as a native player could be.
2 votes
- Don't see your idea?