PDA

View Full Version : TS integration into Forums


Beelzebubs
13-05-2008, 17:07
I've recently been trying to figure something out.

My situation is that I run a gaming community with 100 members, most of those use teamspeak but there are a few who cannot use teamspeak for various reasons. Basically, what I wanted to do was capture the TS audio stream and embed it onto my forums so people could still listen in thus able to follow orders.

I've tried shoutcast (which I couldn't get working) and was wondering if there was any other way that I could stream the audio only from TS to my forums.

Ch3ck3r
15-05-2008, 00:52
We (ts-onlyfree.org) are working on a similar project at the moment.

Actually we want to record the audio of our public server on the root server.
So we started to think about some ways to capture the audio stream and figured out, that there is actually one way to get it work.

So our way at the moment is to capture all udp packages sent to teamspeak or sent from teamspeak via an installed firewall which can redistribute the packages to our script (written in c)
Our script then captures the udp packages and (if you want) saves the udp packages.

At the moment we are working to get an audiostream from the mass of udp packages which seems to be really TRICKY.

I'll let you know, if we make some progress.