mfreiholz / ts3video

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

Turn-off/pause own video #4

Closed mfreiholz closed 8 years ago

mfreiholz commented 9 years ago

Add option to stop streaming own video.

Solution 1

Send a "video-pause" event to server and stop streaming video, but do not really turn off the camera. Only show an indicator to the user that the video is now longer send to other participants.

+ It's very fast to resume the stream

Send a "video-turned-off" event to server an turn-off the camera completely.

+ The camera is being shutdown and the user can be absolutely sure that no video is send anymore.

Kaos1337 commented 9 years ago

Sounds something like a "soft pause" and "hard pause".

mfreiholz commented 8 years ago

Fixed with a "hard-pause". It's the best feedback for the user, when the camera light turns off.