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

Youtube Live Stream m3u8 Support #246

Open
ceberous opened this issue Aug 20, 2019 · 2 comments
Open

Youtube Live Stream m3u8 Support #246

ceberous opened this issue Aug 20, 2019 · 2 comments

Comments

@ceberous
Copy link

You can get a m3u8 url for a youtube live stream via:

streamlink https://www.youtube.com/watch?v=ia-NryuCzoA best --stream-url

VLC is somehow able to play this, but castnow is not able to load it.

However, castnow is able to load twitch m3u8 urls which you can get via:

youtube-dl -g https://www.twitch.tv/chess

💜

@sarbuckle
Copy link

The process looks more like this I'm afraid
youtube-dl https://www.twitch.tv/chess

Then open another command window and play the file while it's being downloaded.
castnow chess*.mp4

@ceberous
Copy link
Author

ceberous commented Dec 4, 2019

right on , thank you.

ytdl-org/youtube-dl#2124 (comment)

youtube-dl -q -o - https://www.twitch.tv/chess | castnow -

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants