I've tested the exact same code using Windows (ie not using mono), and it runs fine. So the issue is with Linux/mono.
We are migrating towards a new forum system located at community.teamspeak.com, as such this forum will become read-only on January 29, 2020
Type: Posts; User: sjpritchard; Keyword(s):
I've tested the exact same code using Windows (ie not using mono), and it runs fine. So the issue is with Linux/mono.
I'm having issues with a custom device using the C# SDK with mono 5.14 on Ubuntu 18.04 x64. I've taken the full client example code and snipped out the bits I don't need, added a custom device...
Is it possible to get access to undecoded received Opus packets (eg to send to an external program for processing, where the external program expects encoded Opus data)? As far as I can tell we only...
Thanks for that - works perfectly now!! :) :) :)
I've been able to isolate the problem a bit. It only occurs when I use a custom device on client #2. When I use a standard PlayBack and Capture device, eg Connection.OpenPlayBack() and...
Here is the full code of client #2.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text;
Both the server and client #2 report that client #1 (ie clientID=1) is stopping and starting (which is as expected).
I'm experiencing a strange error with the C# SDK v0.2 on .Net Framework 4.6.2. I've created a PTT client (Client #1), and another client (Client #2) that has an event handler for the...