streamlink / streamlink

Streamlink is a CLI utility which pipes video streams from various services into a video player
https://streamlink.github.io/
BSD 2-Clause "Simplified" License
10.05k stars 1.11k forks source link

Mozilla & Chrome addons? #462

Closed Kellsya closed 7 years ago

Kellsya commented 7 years ago

So livestreamer had some useful mozilla & chrome addons which could open twitch video links with a simple mouse2 button, select open in livestreamer and quality. Any plans to have that with streamlink too?

gravyboat commented 7 years ago

I don't think we've talked to whoever maintains those addons about doing so. If you want to reach out to them please feel free to do so.

beardypig commented 7 years ago

It sounds like it's already possible to use this addon (https://github.com/IsSuEat/open-livestreamer-firefox-addon/) with streamlink, by updating the path to livestreamer to point at streamlink. I have tried it, but it sounds like it'd work...

roshavagarga commented 7 years ago

@XanderGS @gravyboat @beardypig I'd recommend looking at Twitch Now, it has support for livestreamer, I think that by pointing to the streamlink folder it should work theoretically, but when I did nothing happened. Might have done it wrong.

garoto commented 7 years ago

Using Firefox on Windows, the "Open With..." extension with a manually created entrie and with the following command line: cmd.exe /c start /b streamlink.exe %s

Not very elegant perhaps, but gets the job done.

gravyboat commented 7 years ago

Closing this out since we don't maintain those, people can still find this issue and modify their path as needed. Thanks everyone for your input and workarounds.