Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add autoplay to (most) services #66

Closed
xDashh opened this issue May 30, 2018 · 3 comments
Closed

Add autoplay to (most) services #66

xDashh opened this issue May 30, 2018 · 3 comments

Comments

@xDashh
Copy link
Member

xDashh commented May 30, 2018

Twitch streams do autoplay, and it was requested that YouTube Live behaves the same.

This could be extend it to other services. It would probably at least make sense for normal youtube videos, too.

@kenany
Copy link
Member

kenany commented May 30, 2018

I think this should be ?autoplay=1 (note the equals sign).

@jbpratt
Copy link
Member

jbpratt commented Jul 8, 2018

return `https://embed.azubu.tv/${channel}?autoplay=true`;

return `https://www.hitbox.tv/embedvideo/${channel}`;

return `https://www.hitbox.tv/embed/${channel}?autoplay=true`;

return `https://streamup.com/${channel}/embeds/video?startMuted=true`;

azubu and hitbox have both shut down, so those can be removed. I'm not really sure what http://streamup.com/ in it's current state is, or if the embed is still possible. I can't find an embed link here https://vaughnlive.tv/ but maybe I am missing it among all the cancer.

I am able to find links for these services: Afreeca, Ustream, and Dailymotion

I am not able to find links for these services: Mlg.tv Streamup, Vaughnlive

Here is another service that could be added: Smashcast

@xDashh xDashh mentioned this issue Jul 25, 2018
@xDashh
Copy link
Member Author

xDashh commented Jul 26, 2018

Closed by #81

@xDashh xDashh closed this as completed Jul 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants