2021-05-08 15:08:38 +05:00
|
|
|
# How to play live videos
|
2021-05-08 15:31:00 +05:00
|
|
|
|
2021-05-08 15:08:38 +05:00
|
|
|
You cannot play live videos by default. If you need to play the live video, just add this option:
|
|
|
|
|
|
|
|
```js
|
|
|
|
const player = new Player(client, {
|
|
|
|
enableLive: true // enables livestream
|
|
|
|
});
|
|
|
|
```
|
|
|
|
|
|
|
|
However, you cannot use audio filters with livestreams using this library!
|