discord-player-play-dl/docs/faq/live_video.md
Snowflake107 bc5249cc37 docs
2021-05-11 19:50:26 +05:45

295 B

How to play live videos?

You cannot play live videos by default. If you need to play the live video, just add this option:

const player = new Player(client, {
    enableLive: true // enables livestream
});

However, you cannot use audio filters with livestreams using this library!