discordjs / discord.js

A powerful JavaScript library for interacting with the Discord API
https://discord.js.org
Apache License 2.0
25.49k stars 3.97k forks source link

mybot.voiceConnection.playRawStream not sending data #316

Closed MRVDOG closed 8 years ago

MRVDOG commented 8 years ago

HI, I am trying to get my bot to stream music over Voice, my bot is joining VC, but nothing comes through, I have checked voice debugging and it seems something happens as the "last packet received" resets image

could this be a problem with the bot running on a windows machine? I haven't got a linux machine to test this on, I updated my discord.js to #indev in hopes this would fix the issue, but it hasn't, anyone got any ideas?

here is the code I have: image

it is getting through the code as it's sending a message to the chat image

abalabahaha commented 8 years ago

Can you hop on the discord.js Discord channel? It's easier to help from there.

This is usually a node-opus or ffmpeg installation failure

MRVDOG commented 8 years ago

sure, I don't have mic hooked up at the moment though, as in the process if moving things around

abalabahaha commented 8 years ago

It's a text channel

MRVDOG commented 8 years ago

ahh yeah, I assume it's #node_discord-js? if so I'm there :grin: