Archived
2
0
Commit Graph

69 Commits

Author SHA1 Message Date
f59128cf72 add fields to stats. 2021-11-17 22:10:55 +01:00
bc961c5170 control protection disabled by default. 2021-11-17 17:33:52 +01:00
e2ba39922c added control protection. 2021-11-16 23:48:40 +01:00
00201af40c implement config locks. 2021-11-16 23:00:24 +01:00
61fcf7f699 add lock controls for users. 2021-11-16 22:50:11 +01:00
dfcb817eec remove duplicate function. 2021-11-06 00:32:06 +01:00
04ef2d3081 remove not needed file. 2021-11-06 00:30:34 +01:00
9c014336ff lint fix. 2021-10-05 23:10:10 +02:00
1ff743c598 rename package. 2021-10-05 22:38:24 +02:00
313cd55049 add system error. 2021-08-15 16:05:26 +02:00
9e466b08cc catch errors from gst pipeline. 2021-08-15 15:37:27 +02:00
46b8c9f42d golang minor changes cleanup. 2021-07-22 20:58:15 +02:00
733c39412b use log panic in webrtc. 2021-06-26 13:45:22 +02:00
7aa7e0eacb custom ipfetch #63. 2021-06-26 13:44:41 +02:00
3dbb265ef3 upgrade server dependencies. 2021-05-23 19:57:41 +02:00
83570a15ca iceservers join with iceserver. 2021-04-04 22:48:54 +02:00
f85d4d312f go fmt whole project. 2021-04-04 22:37:33 +02:00
c7a178e5a4 object instead of string 2021-04-04 20:08:28 +00:00
29b4881c08 allow to add password protected turn server 2021-04-04 17:37:07 +00:00
ce52331d68 broadcast pipeline -> optional arguments. 2021-04-03 15:17:26 +02:00
b96ba47224 add members & host to stats. 2021-03-19 22:06:40 +01:00
bbae073104 add /stats endpoint. 2021-03-19 21:33:49 +01:00
321e52ee4f pass screen frame rate to gstreamer pipeline. 2021-02-15 14:59:20 +01:00
61eed9ca98 use audio and video bitrate. 2021-02-14 21:07:56 +01:00
405ef7b9dd bitrate as integer 2021-02-14 19:13:52 +00:00
a362df4976 update to pion v3 2021-02-14 16:30:24 +00:00
d02617329b custom RTMP pipeline 2020-09-27 12:09:45 +02:00
de04cac28e Revert "remove broadcast Config"
This reverts commit 88c0337a16.
2020-09-27 12:06:13 +02:00
88c0337a16 remove broadcast Config 2020-09-27 01:34:33 +02:00
16e2481c1c comment out unused configs 2020-09-27 01:17:20 +02:00
ea80f07bcd add WS handlers 2020-09-27 00:10:34 +02:00
b2afd1af6d use BroadcatManager 2020-09-26 23:04:15 +02:00
0e4f2327d4 add rtmp broadcast 2020-09-24 08:09:02 +02:00
38e1b8f3e5 Merge branch 'guacamole-kbd' of github.com:m1k1o/neko into kbd-modifier-state-sync 2020-06-21 03:09:53 +02:00
832968e8fc fix naming convention 2020-06-21 03:05:58 +02:00
17ad17dd42 fix typos 2020-06-20 02:26:47 +02:00
0ecf669077 SetKeyboardModifiers in xorg C 2020-06-20 02:15:38 +02:00
8c8df119ad kbd modifiers - server side 2020-06-20 00:57:37 +02:00
01564a57b5 Revert "new WS ControlRequest data type"
This reverts commit 70e8b215cb.
2020-06-16 01:01:23 +02:00
6206fbbadd add new WS keyboard event 2020-06-16 00:55:14 +02:00
4a7800c93f change kbd layout using setxkbmap 2020-06-15 23:14:23 +02:00
70e8b215cb new WS ControlRequest data type 2020-06-15 22:26:47 +02:00
9a6ca9b5b0 send keysyms in uint64 2020-06-15 18:57:28 +02:00
aa1fedcb24 map KeySym at client side 2020-06-13 16:21:11 +02:00
fa945d156f screen parsing fixed
Would result to invalid screen option, since it would parse width three times instead of other parameters.

```
WRN invalid screen option 1280x1280@1280 module=remote,
```
2020-04-19 14:11:44 +02:00
470bb2f659 type error 2020-04-06 20:14:50 +00:00
584513de9b reverse proxy mode 2020-04-06 20:14:30 +00:00
414b5a8015 unlock room if no admins online 2020-04-06 20:14:08 +00:00
82ca6e13ca RTMP Broadcast (WIP) 2020-04-06 03:42:42 +00:00
23d645f205 fixed some typeos 2020-04-06 02:29:38 +00:00