Open TheShizuka opened 7 months ago
Can you provide the video file?
oops my bad i missclicked, here is the video, its just a test video from a game, i tried with multiple formats tho. https://drive.google.com/file/d/1MxFMEVEdIYRYnyN7fNQL-JgVXY6KWJlv/view?usp=sharing link bcs the video is too long
hello i have an issue were the bot joins the chat, starts streaming but the stream just loads, nothing shows, i know its picking up the right file bcs the duration of the stream corresponds to the duration of the video. Tried with different videos and formats but nothing seem to work, can someone help pls. here is the code adapted to my bot, i have differnet files for each command
`const { Client } = require('discord.js-selfbot-v13'); const { Streamer, streamLivestreamVideo } = require('@dank074/discord-video-stream'); const config = require('./config.json');
module.exports = { name: 'streamvideo', category: 'voice', permissions: ['CONNECT', 'SPEAK'], devOnly: false, run: async ({ client, message, args }) => { const voiceChannelId = "962032795176304710"; const guildId = message.guild.id;
}; `