-
-
Notifications
You must be signed in to change notification settings - Fork 194
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
Live stream support #241
Comments
Yeah, but why tho? |
Because this is not something we want to implement into discord-player, at least for the moment. It would be pretty complicated, like how to handle them in the queue? Will the users be able to add new songs after a live video? If so, will they be played after the live is finished? |
I've worked on some music bots and for live videos isn't that much different from normal videos. Live videos will work normally when you feed it to ytdl, so the users still can put new songs to the queue since they technically still be able to skip the live video. |
Not only queue - it's hard to manage audio filters and stuff for live contents |
@snowflake107 Can you tell/explain what is "stuff"? If audio filters cannot be used on live contents, just add a check if its live or not. |
Currently, it only seems to play for the first 10 seconds, and then stops playing. I am under the impression that ytdl functionality is the same for normal videos and streams, so this is odd indeed |
Perform a check if its live and if it is just ignore Nightcore only. All other filters works for live streams except nightcore/speed changing filters. :feelsInvisibleMan: |
Hi, I have a quick question.
Are YouTube live streams not supported and if they are, why?
The text was updated successfully, but these errors were encountered: