1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2025-06-27 11:28:51 +02:00
Commit Graph

305 Commits

Author SHA1 Message Date
01efba3e3f Handle websocket 2020-10-20 19:12:15 +02:00
ac2f87e936 Add HTML viewport 2020-10-20 09:24:56 +02:00
cd63c93dce Fix web player overflow 2020-10-19 21:52:53 +02:00
4727b2bf64 Fix typo in outputted 2020-10-19 21:49:37 +02:00
e1f83a32df Put webrtc SDP inside Quality struct 2020-10-19 21:45:23 +02:00
e848d92a1a Fix viewer count 2020-10-19 20:05:20 +02:00
d263f743f7 Update package web with Quality structure 2020-10-19 19:57:04 +02:00
d03d4fed40 Update package text with Quality structure 2020-10-19 19:52:24 +02:00
34200afaed Update package webrtc with Quality structure 2020-10-19 19:48:44 +02:00
340d0447a8 Update package telnet with Quality structure 2020-10-19 19:44:30 +02:00
069b2155be Update package srt with Quality structure 2020-10-19 19:40:36 +02:00
c317d91b8d Update package forwarding with Quality structure 2020-10-19 19:28:30 +02:00
bb589a71ce Add method to get quality 2020-10-19 19:28:04 +02:00
f825d3d513 New Streams and Quality structures 2020-10-19 19:14:46 +02:00
b5aac93c97 Sum all user counts for each substream to have the total number of clients that are connected to a stream 2020-10-18 20:44:31 +02:00
37b5106c4e Fix the forwarding package with the new messaging package 2020-10-18 20:36:36 +02:00
55245208b4 Fix player width 2020-10-18 19:14:49 +02:00
e1a0897cc4 On click, mute and demute player 2020-10-18 18:52:41 +02:00
ac5fc7a33b Make player flex 2020-10-18 18:25:18 +02:00
e51885aedc Merge branch 'messaging' into 'dev'
Messaging

See merge request nounous/ghostream!6
2020-10-18 16:17:01 +02:00
c42ca78fac Add package comment on transcoder 2020-10-18 16:14:13 +02:00
b9da2ab3a7 Make webrtc and forwarding work with new messaging 2020-10-18 16:05:28 +02:00
37d944621b Fix messaging hang by output 2020-10-18 15:13:13 +02:00
9d2a5d1dbb Update exposed ports in Debian Docker image 2020-10-18 11:46:30 +02:00
1a0fcb9c44 Register keyboard interactions to mute/pause/set fullscreen mode 2020-10-18 11:32:57 +02:00
09a3422d06 Configure and test transcoder 2020-10-18 11:06:54 +02:00
23b6eeaa05 Add transcoder package with text transcoder 2020-10-17 19:40:37 +02:00
1469bd8759 Define streams in main.go 2020-10-17 18:22:06 +02:00
88dfc22d81 Restructure telnet package 2020-10-17 18:12:25 +02:00
f0990a630d Make client count independant of outputs 2020-10-17 16:17:19 +02:00
70798ce1df Test client count 2020-10-17 13:45:52 +02:00
5b8c73057b Use reference to Stream 2020-10-17 13:43:16 +02:00
5b85eed646 Add Count method to stream 2020-10-17 13:03:49 +02:00
b8ee60ce9f Use messaging in web package 2020-10-17 12:38:18 +02:00
68d4ad8aee Use messaging system in SRT package 2020-10-17 12:26:24 +02:00
e0911ab050 Use []byte for stream data 2020-10-17 10:21:40 +02:00
73e6be1274 Add Stream messaging struct 2020-10-17 10:02:38 +02:00
9fc94cf0de Change not found error message 2020-10-16 21:26:48 +02:00
73a2adc055 Do not allow \ or @ in URL 2020-10-16 21:23:13 +02:00
fcfe69143f Fix telnet test 2020-10-16 20:53:38 +02:00
b5907fee1a Use ANSI background color for telnet package 2020-10-16 20:09:59 +02:00
fd606be15c Merge branch 'telnetopti' into 'dev'
Iterate on pixel buffer in telnet package

See merge request nounous/ghostream!5
2020-10-16 17:49:48 +02:00
e63d4bf170 Iterate on pixel buffer in telnet package 2020-10-14 22:07:24 +02:00
d26562d43d Add docker build badge to README 2020-10-14 21:44:51 +02:00
d8e021b5ed Fix typo in negotiation 2020-10-14 21:37:05 +02:00
772ddb1994 Fix typo in occurred 2020-10-14 21:36:12 +02:00
c3629bdbb5 Remove ineffectual assignments 2020-10-14 21:33:51 +02:00
e53d5a02ab More coverage on telnet package 2020-10-14 20:01:07 +02:00
1f0dc64c35 Ensure that one telnet client is connected in tests 2020-10-14 19:46:53 +02:00
8590f23039 Test telnet package 2020-10-14 19:42:23 +02:00