Androz2091 / discord-player

🎧 Complete framework to simplify the implementation of music commands using discord.js v14
https://discord-player.js.org/
MIT License
589 stars 192 forks source link

Live Video Error #995

Closed EwoX07 closed 2 years ago

EwoX07 commented 2 years ago

Describe the bug

To Reproduce Steps to reproduce the behavior:

  1. Play a live stream youtube video
  2. It'll stop all of a sudden
  3. queueEnd got triggered

Expected behavior keeps playing

Please complete the following information:

retrouser955 commented 2 years ago

I have the same issue. I was playing ncs 24/7 live stream and it stopped randomly

EwoX07 commented 2 years ago

good to know that im not alone 😂

iim-ayush commented 2 years ago

Use play-dl package, much better than ytdl-core. EZ fix.

With that package, you can play songs as long as you want.

retrouser955 commented 2 years ago

Use play-dl package, much better than ytdl-core. EZ fix.

With that package, you can play songs as long as you want.

@killer069 i use it lol. dont work

iim-ayush commented 2 years ago

@killer069 i use it lol. dont work

You use discord-player + play-dl, use it separately.

Like in this example

retrouser955 commented 2 years ago

i do

retrouser955 commented 2 years ago

i use createBeforeStream still dc after a while

iim-ayush commented 2 years ago

i use createBeforeStream still dc after a while

As I told use the given example once and see the difference.

EwoX07 commented 2 years ago

i use createBeforeStream still dc after a while

make sure to set the spotifyBridge to false, but you wont be able play spotify track/playlist without fetching the yt source with play-dl

EwoX07 commented 2 years ago

Use play-dl package, much better than ytdl-core. EZ fix.

With that package, you can play songs as long as you want.

it is much better tbh and also EZ if you just playing a song without any event emitter to make it even easier

twlite commented 2 years ago

Feel free to use play-dl