mfreiholz / ts3video

A free and easy to use video conferencing plugin for TeamSpeak 3.
https://mfreiholz.de/ts3video/
51 stars 8 forks source link

Switch to teamspeak's own filetransfer #64

Closed Bluscream closed 6 years ago

Bluscream commented 6 years ago

It would be neat to use Teamspeaks live ft protocol for streaming The stream could be chunked to prevent hdd flooding The specialty about Teamspeak's FT is that others can already downloaded parts of the file that the uploader managed to upload already.

mfreiholz commented 6 years ago

I don't know the protocol. Is it based on TCP or UDP?

Bluscream commented 6 years ago

http://yat.qa/ressourcen/protokolle/#files https://teamspeakdocs.github.io/PluginAPI/client_html/ar01s29.html


Sent from my Lenovo TAB 2 A10-70L running Android 6.0 via OctoDroid v4.2.1

Miscni commented 6 years ago

FileTransferProtocol is the FTP itself. It might be possibul to use the FTP port for webcam, but I wouldn't suggest it.

Bluscream commented 6 years ago

I'm not talking about that. See one comment above yours.

mfreiholz commented 6 years ago

Even with this API, it is rather complicated and probably not as efficient as it is right now. There are much more possibilities with an own protocol+server-software.