• Hey Guest, we're evolving the future of TeaSpeak.
    You're invited to join the discussion here!

Completed Music bot issue - YT

volt123

New member
Hi,

I'm struggling to make the music bot play yt content.
Online radio in different formats works without any issues but when I try to queue a yt link, I get this:
Code:
[2018-08-29 18:04:41] [DEBUG]   GEN | Music bot contained empty frame!
[2018-08-29 18:04:41] [DEBUG]   GEN | Music bot contained empty frame!
[2018-08-29 18:04:41] [DEBUG]   GEN | Music bot contained empty frame!
[2018-08-29 18:04:41] [DEBUG]   GEN | Music bot contained empty frame!
[2018-08-29 18:04:41] [DEBUG]   GEN | Music bot contained empty frame!
[2018-08-29 18:04:41] [DEBUG]   GEN | Music bot contained empty frame!
.mbot info gives me this:
Code:
<20:03:56> "Im a music bot!": Music bot info:
<20:03:56> "Im a music bot!":    Bot id  : 5915
<20:03:56> "Im a music bot!":    Bot name: Im a music bot!
<20:03:56> "Im a music bot!":    Bot volume: 100.0
<20:03:56> "Im a music bot!":    State: 2
<20:03:56> "Im a music bot!":    Play state: player open
<20:03:56> "Im a music bot!":       State       : playing
<20:03:56> "Im a music bot!":       Title       : AronChupa, Little Sis Nora - Llama In My Living Room
<20:03:56> "Im a music bot!":       Description : unknown
<20:03:56> "Im a music bot!":       Timeline    : 0/229
<20:03:56> "Im a music bot!":       Buffered    : 0 seconds
<20:03:56> "Im a music bot!":       Queue size  : 0

Instance info:
Code:
PRETTY_NAME="Debian GNU/Linux 9 (stretch)"
NAME="Debian GNU/Linux"
VERSION_ID="9"
VERSION="9 (stretch)"
4.10.17-2-pve

TeaSpeak: build_name: "1.2.13-beta-4
 

WolverinDEV

TeaSpeak Team
Staff member
Administrator
Hmm okey?
For some reason it seems like that ffmpeg dont get any samples.
Are your sure that your server could access youtube and stream there something?
 

volt123

New member
I'm running the server behind NAT but it can connect to youtube (it shows the video title, etc.).

Code:
iptables -P FORWARD ACCEPT
iptables -P OUTPUT ACCEPT