We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
💜
The text was updated successfully, but these errors were encountered:
The process looks more like this I'm afraid youtube-dl https://www.twitch.tv/chess
youtube-dl https://www.twitch.tv/chess
Then open another command window and play the file while it's being downloaded. castnow chess*.mp4
Sorry, something went wrong.
right on , thank you.
ytdl-org/youtube-dl#2124 (comment)
youtube-dl -q -o - https://www.twitch.tv/chess | castnow -
No branches or pull requests
You can get a m3u8 url for a youtube live stream via:
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:
💜
The text was updated successfully, but these errors were encountered: