Archived
2
0
Commit Graph

403 Commits

Author SHA1 Message Date
m1k1o
f68b8fe922 remove console.log. 2021-03-09 18:17:03 +01:00
m1k1o
6497109292 edit build in package json. 2021-03-09 18:07:35 +01:00
m1k1o
9b9a3ad4af add initWithURL. 2021-03-09 18:06:57 +01:00
m1k1o
577cd5110e lint code. 2021-03-09 18:02:20 +01:00
gbrian
cdeeff680b Fix i18n 2021-03-09 17:16:53 +01:00
gbrian
dc3bb4f837 init 2021-03-09 15:56:52 +01:00
m1k1o
15edc0f73e client linter fix. 2021-03-01 15:10:20 +01:00
Miroslav Šedivý
0e5e1faf35
Merge pull request #25 from mbattista/dev
removes small lags from video live streamings
2021-03-01 14:50:20 +01:00
m1k1o
69e0979aa0 fix log severity. 2021-03-01 14:31:27 +01:00
m1k1o
377ecd7d06 fix indentation. 2021-03-01 14:31:16 +01:00
Marcel Battista
6e2b5084e7 fixes https://github.com/m1k1o/neko/issues/22 2021-03-01 01:07:31 +00:00
Marcel Battista
9c3d441d16 removes small lags from video live streamings 2021-02-28 23:12:03 +00:00
m1k1o
c410134c7d add vncviewer. 2021-02-19 17:13:52 +01:00
m1k1o
72b28d69e6 add Mobile support to readme. 2021-02-18 20:12:33 +01:00
m1k1o
2782a1dd08 requestFullscreen compatibility. 2021-02-18 20:07:06 +01:00
m1k1o
6057a73a08 fixed iOS video load bug. 2021-02-18 19:53:15 +01:00
m1k1o
afcd029e4d fix kicking user. 2021-02-18 18:33:21 +01:00
m1k1o
3dd48c91ac client lint fix. 2021-02-18 18:06:15 +01:00
m1k1o
3160382015 dispaly PIP only if available. 2021-02-18 18:02:23 +01:00
Miroslav Šedivý
1834186f40
Merge pull request #21 from mbattista/dev
update to pion v3
2021-02-15 15:43:28 +01:00
m1k1o
56b1aa92f4 add WebRTC timeouts. 2021-02-15 15:42:10 +01:00
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
8ef91be6ad update README. 2021-02-14 21:15:34 +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
b1e358c0bc Merge branch 'dev' of https://github.com/mbattista/neko into dev 2021-02-14 19:14:32 +00:00
Marcel Battista
405ef7b9dd bitrate as integer 2021-02-14 19:13:52 +00:00
m1k1o
d53bb724b2 fix lint error 2021-02-14 19:18:27 +01:00
Marcel Battista
4795d3ac96 wrong docker entries 2021-02-14 16:51:08 +00:00
Marcel Battista
82cc13b680 back to recvonly 2021-02-14 16:49:08 +00:00
Marcel Battista
a362df4976 update to pion v3 2021-02-14 16:30:24 +00:00
m1k1o
00a785f4c5 edit README 2021-02-13 13:04:43 +01:00
m1k1o
762449e46c fix mobile UI 2021-02-13 13:01:51 +01:00
m1k1o
eddd59c49d fix client linter 2021-02-13 12:31:13 +01:00
m1k1o
61e6f62ff5 remove HTML tags from username 2021-02-13 12:19:39 +01:00
m1k1o
c2e57cf51a fix client linter 2021-02-13 12:05:59 +01:00
m1k1o
b8b43d69b0 add playsinline attribute for video 2021-02-12 22:48:31 +01:00
m1k1o
a67d1d0e4f show clipboard when writeText or readText is not available 2021-02-11 23:03:08 +01:00
m1k1o
78fe08a029 Merge branch 'dev' of github.com:m1k1o/neko into dev 2021-02-09 21:23:43 +01:00
m1k1o
3b51c02486 add nordvpn to firefox 2021-02-09 21:23:16 +01:00
m1k1o
f7ae2f3b3c add widevine support to chromium 2021-02-09 21:20:53 +01:00
Miroslav Šedivý
8c3a54c4d5
Merge pull request #20 from mbattista/dev
Removed double h264 encoding
2021-01-31 23:23:40 +01: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
Miroslav Šedivý
43dceb363f
Merge pull request #19 from whalehub/patch-1
Dockerfile: Update Chromium to v88.0.4324.96
2021-01-30 18:29:17 +01:00