Archived
2
0
Commit Graph

117 Commits

Author SHA1 Message Date
m1k1o
595259b30c fix sessions manager thread safety. 2021-02-15 15:41:08 +01:00
m1k1o
321e52ee4f pass screen frame rate to gstreamer pipeline. 2021-02-15 14:59:20 +01:00
m1k1o
27740b0af0 Revert "Offer ICERestart"
This reverts commit 646e8af042.
2021-02-15 00:53:20 +01:00
Marcel Battista
646e8af042 Offer ICERestart 2021-02-14 23:34:01 +00:00
Marcel Battista
e57fe5efac nack is nativly implemented by pion webrtc v3, gstreamer has 25 fps with no additional parameters 2021-02-14 22:50:49 +00:00
m1k1o
29fc67aff9 fix logging for WebRTC. 2021-02-14 21:39:05 +01:00
m1k1o
61eed9ca98 use audio and video bitrate. 2021-02-14 21:07:56 +01:00
m1k1o
34954d1a54 update go packages version. 2021-02-14 20:26:50 +01:00
m1k1o
f24c99f90c remove ClockRate from gst pipelines. 2021-02-14 20:26:35 +01:00
Marcel Battista
405ef7b9dd bitrate as integer 2021-02-14 19:13:52 +00:00
Marcel Battista
a362df4976 update to pion v3 2021-02-14 16:30:24 +00:00
mbattista
31cd834526
Removed double h264 encoding
if h264enc and openh264 is installed it lead to both strings in the gstreamer pipeline which resulted in no video output
2021-01-31 23:12:52 +01:00
m1k1o
3788d81061 fix message struct 2021-01-18 13:26:01 +01:00
m1k1o
1e186e8239 if locked, notify admin about that on join 2021-01-18 13:07:25 +01:00
m1k1o
f093ef762b fix locked room bug 2021-01-14 21:41:00 +01:00
m1k1o
44f50c24fa fix minor gst pipeline bug 2021-01-13 19:25:36 +01:00
m1k1o
7189bb6973 Merge branch 'master' of https://github.com/nurdism/neko into dev 2020-12-18 18:51:16 +01:00
Nurdism
2f9bf45389
dumb change to trigger auto build 2020-11-02 14:11:27 -05:00
m1k1o
e81756d5cd stereo sound 2020-09-27 12:10:54 +02:00
m1k1o
d02617329b custom RTMP pipeline 2020-09-27 12:09:45 +02:00
m1k1o
de04cac28e Revert "remove broadcast Config"
This reverts commit 88c0337a16.
2020-09-27 12:06:13 +02:00
m1k1o
88c0337a16 remove broadcast Config 2020-09-27 01:34:33 +02:00
m1k1o
16e2481c1c comment out unused configs 2020-09-27 01:17:20 +02:00
m1k1o
ea80f07bcd add WS handlers 2020-09-27 00:10:34 +02:00
m1k1o
b2afd1af6d use BroadcatManager 2020-09-26 23:04:15 +02:00
m1k1o
d95947d4ec fix -> : 2020-09-24 08:18:28 +02:00
m1k1o
7667068437 fix 2020-09-24 08:17:32 +02:00
m1k1o
0e4f2327d4 add rtmp broadcast 2020-09-24 08:09:02 +02:00
Nurdism
395e23a155
Merge pull request #92 from m1k1o/guacamole-kbd
Guacamole Keyboard support + choose layout
2020-07-11 16:17:32 -04:00
m1k1o
bd5f899b6d kbd-modifiers add debug log 2020-06-21 14:45:04 +02:00
m1k1o
55e2f93e52 Merge branch 'master' of https://github.com/nurdism/neko into kbd-modifier-state-sync 2020-06-21 03:11:36 +02:00
m1k1o
38e1b8f3e5 Merge branch 'guacamole-kbd' of github.com:m1k1o/neko into kbd-modifier-state-sync 2020-06-21 03:09:53 +02:00
m1k1o
832968e8fc fix naming convention 2020-06-21 03:05:58 +02:00
m1k1o
6f4bbeb452 change lock modifiers 2020-06-21 03:01:59 +02:00
m1k1o
9ce26cffc5 bug: bad args order. 2020-06-21 03:01:15 +02:00
m1k1o
2fbf1e9ca4 get named indicators 2020-06-21 01:57:52 +02:00
m1k1o
17ad17dd42 fix typos 2020-06-20 02:26:47 +02:00
m1k1o
0ecf669077 SetKeyboardModifiers in xorg C 2020-06-20 02:15:38 +02:00
m1k1o
8c8df119ad kbd modifiers - server side 2020-06-20 00:57:37 +02:00
Miroslav Šedivý
fcca903ae9 allow only a-zA-Z for keyboard layout 2020-06-16 02:39:15 +02:00
Miroslav Šedivý
01564a57b5 Revert "new WS ControlRequest data type"
This reverts commit 70e8b215cb.
2020-06-16 01:01:23 +02:00
Miroslav Šedivý
6206fbbadd add new WS keyboard event 2020-06-16 00:55:14 +02:00
Miroslav Šedivý
56bd6acf10 security fix: only 2 chars for setxkbmap 2020-06-16 00:23:00 +02:00
Miroslav Šedivý
4a7800c93f change kbd layout using setxkbmap 2020-06-15 23:14:23 +02:00
Miroslav Šedivý
70e8b215cb new WS ControlRequest data type 2020-06-15 22:26:47 +02:00
Miroslav Šedivý
8a56f238ad map keysyms to keycodes 2020-06-15 19:09:28 +02:00
Miroslav Šedivý
9a6ca9b5b0 send keysyms in uint64 2020-06-15 18:57:28 +02:00
Miroslav Šedivý
4b378550c2 xorg.ChangeScreenSize error handling 2020-06-14 13:38:55 +02:00
Miroslav Šedivý
fe90a9555f send screen resolution after SessionConnected 2020-06-14 13:37:59 +02:00
Miroslav Šedivý
aa1fedcb24 map KeySym at client side 2020-06-13 16:21:11 +02:00