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

31 Commits

Author SHA1 Message Date
2928e8ae77 Rename main.js to viewer.js 2020-10-21 22:43:11 +02:00
0b3fb87fa2 Working javascript modules 2020-10-20 21:59:07 +02:00
c88f473ec0 Remove old JS 2020-10-20 21:45:26 +02:00
ac2f87e936 Add HTML viewport 2020-10-20 09:24:56 +02:00
ac5fc7a33b Make player flex 2020-10-18 18:25:18 +02:00
a6fd1344bc Avoid to DDOS the server, querying infinite time per second a blank page is maybe too much, useless and dangerous 2020-10-13 17:57:38 +02:00
e154fe1a1e Stream ID was broken in the current viewers stats 2020-10-13 17:43:53 +02:00
4546f3b8fb Map domain to streamid instead of considering that the domain is the streamid: no need to pass a YAML key that contains dots 2020-10-13 17:12:19 +02:00
a0e520e128 Make player poster customisable, fix #20 2020-10-11 22:02:20 +02:00
2ee2ed78a9 Custom CSS support, fix #10 2020-10-11 11:04:40 +02:00
064e35935d Style player in seperate CSS file 2020-10-11 10:54:10 +02:00
24acfe1137 Change the quality selector 2020-10-06 09:12:19 +02:00
07983a1c71 Try to add a quality selector (WIP), see #4 2020-10-06 00:06:52 +02:00
d5ada0bce7 Do not put path in title when one stream per domain 2020-10-04 18:00:20 +02:00
10312667d8 Do not load chat button JS when there is no chat 2020-10-04 17:51:44 +02:00
3c16c11f38 Hide sidebar widget if no url provided 2020-10-04 11:57:42 +02:00
5cdb5282ef Display SRT url on web page 2020-10-04 11:45:16 +02:00
7ceecad355 ID is better than Id according to Golang 2020-10-02 21:13:50 +02:00
0adecb07cd Ghostream now uses SRT rather than RTMP (even if it is not implemented yet) 2020-09-29 19:12:29 +02:00
06542590e1 Make viewers counter period configurable 2020-09-29 18:44:32 +02:00
12009b5875 Smaller viewer count 2020-09-29 18:37:57 +02:00
881c78f576 Refresh viewer counter every 20 seconds 2020-09-29 18:25:38 +02:00
c49b5eeb2b Put iframe in a sandbox 2020-09-29 17:47:36 +02:00
95f4b81f01 Make STUN server configurable 2020-09-29 17:27:19 +02:00
43158a655f Auto reconnect to stream 2020-09-24 12:40:48 +02:00
02399e7e26 Remove debug elements from viewer 2020-09-23 13:53:11 +02:00
e6450fd96a Remove screenshots from index page 2020-09-23 10:53:49 +02:00
73d08f497e WebRTC player 2020-09-22 22:08:14 +02:00
5ac336393b Restructure configuration 2020-09-22 11:42:57 +02:00
121592bee5 Use configuration in web server 2020-09-21 20:38:21 +02:00
b5a7b9bbcd Initial Golang project 2020-09-21 17:29:50 +02:00