TeamTalk v5.3.2 for Windows, Linux, Raspberry Pi and macOS has now completed beta testing. Many thanks to the people who provided feedback!
The main new feature in this release is the ability to block users from transmitting to a channel. Before controlled transmissions could only be performed from a class-room channel but now it’s also possible in default channels. E.g. press Ctrl+Alt+Q to block a user’s voice stream to a channel. Press Ctrl+Alt+Q to reactivate the user. Video stream is Ctrl+Alt+W, Desktop is Ctrl+Alt+E and finally media stream is Ctrl+Alt+R. See more shortcuts in Users -> Advanced.
Here’s a complete list of the new features:
Default Qt client
- Users now arranged before channels in tree view
- Option to enable/disable user’s voice/video/desktop/media-file stream
- Try to connect to all resolved hosts (e.g. localhost both on 127.0.0.1 and ::1)
- Fixed webcam not working on macOS
Accessible Windows client
- Users now arranged before channels in tree view
- Option to enable/disable user’s voice/video/desktop/media-file stream
- Try to connect to all resolved hosts (i.e. localhost both on 127.0.0.1 and ::1)
- Sort channels ascending or popularity
- File owner column in files tab
iOS client
- Sort channels ascending or popularity
- Fixed Tmobile clients not able to connect to servers when using data
Server
- Added user-right to record in channel where it’s not allowed
- Bind to multiple IP-addresses
Go to the TeamTalk 5 Download page to get the latest version.
This is top version.
Hi Bjoern,
I’d like to give you a page with all kinds of accessibility recommendations and best practice from Google:
https://developer.android.com/guide/topics/ui/accessibility/
I hope that the issues that we are seeing on Android can be fixed in a future version!
I’d love to get testing builds if something like this can be done.
Regards and keep up the good work!
Hi Bjoern!
This version is wery good as all TT versions!
I’m wery happy to use TeamTalk!
Wery wery good work, keep it up!
Hello! Finally I can run Team Talk in Ubuntu but the screen reader does not read anything. How can I make it read the interface?
How did you start? Wine and windows version team talk?
Somebody ask why scripts not working?
You have to give writing permision scripts, login with putty or ssh login server than write this commands to give write permision.
chmod +x /home2/script1.sh
chmod +x /home2/script2.sh
if you reboot server, your team talk server will start automaticly, or any problems with ports and team talk closed, automaticly this script start your team talk server.
-if your team talk server working but you dont access server, again install server, sometimes tcp port changed 0 and randomly team talk server working some of differend port, you will change port from tt5srv.xml or reinstall always click enter when tcp port seting come than write your true port. You may run differend more team talk server with differend ports but same ip,or same vps or dedicated server but more than 1 team talk server with differend ip or same ip differend ports.
Best Regards
Hello Björn,
I really like the new version of teamtalk. Though, I have a question. In TT 5 classic, is it possible to control the volume of a broadcasted mp3 file with some keystrokes? I know that it can be configured in settings, but is it possible to raise or lower the volume with keystrokes?
Yes, look in Users->Advanced menu.
……………
Thank You Very Much This Program,
My server has more than 1 team talk server and sometimes ports closed and team talk closed, i make cronjob and 2 script ,cron cheking teamtalk servers every minute and if not working script2 start team talk server.
-if you have 2 team talk server change 0 to 1
script1 inside of /home2
#!/bin/bash
if (( $(ps -ef | grep -v grep | grep tt5srv | wc -l) > 0 ))
then
echo “service is running!!!”
else /home2/script2
fi
………….
script2 inside of /home2
cd /super/teamtalk
./tt5srv -d
……….
create cron
EDITOR=nano crontab -e
* * * * * /home2/script1.sh > /dev/null
Hello, so when I try to stream a station on my server, newest TT freezes. any fix for this? Thanks.
What OS? What TeamTalk client? What URL?
— Bjoern
It the latest for windows 10, URL I’m trying to stream is: http://listen.986themix.com:8532/stream. Hope this helps as I use to be able to play similar streams.
Runnin windows 10 on latest TeamTalk. URL is http://listen.986themix.com:8532/stream
hi bjoern
there is a big psychologic issue to fix in tt5 last version :
when i use it i feel that it s a complete tool and i dont
need any other similar entity to communicate with ; im happy to use it and the
problem is how to be less happy when i consider that oneday i will die ?
hehe, good to hear! 🙂
Hi, It’s just sad that the stereo funcionality has disappeared from the iOS client. It works just fine on the PC, but no stereo using headphones on the iPhone 8. 🙁
hi.
i’m using teamtalk v5.3.2 for debian 9 on ubuntu 18.04 but the service doesn’t start automatically after reboot server.
can you help me than what i to do for solwing this problem?
I’ve updated the scripts and the guide: https://github.com/BearWare/TeamTalk5Setup/tree/master/Server/Linux/systemd
Helllo.
I would like to say I like TeamTalk.
I also would like to request a way to just mute someone’s media file I mean turn it down with one command.