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

206 Commits

Author SHA1 Message Date
863fbdfc45 Add python command to generate bcrypt for basic auth backend 2020-10-11 22:38:39 +02:00
a0e520e128 Make player poster customisable, fix #20 2020-10-11 22:02:20 +02:00
1cab361815 Add package description to config 2020-10-11 21:48:00 +02:00
df88fd9e99 Create config package and properly use Viper 2020-10-11 21:35:43 +02:00
de5a48ded7 Always log ICE change on client 2020-10-11 15:03:28 +02:00
d73a7be9f3 Make SVG favicon use SVG stack 2020-10-11 11:56:52 +02:00
3eb5f4cc4b Make select options dark on Chromium 2020-10-11 11:07:51 +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
8de28e4781 Specify version for libsrt on Buster 2020-10-11 00:55:04 +02:00
dd845aa155 Update install instructions 2020-10-11 00:41:49 +02:00
4d1dff60c7 -crf is better that -quality good 2020-10-10 17:05:36 +02:00
3dd544c1e4 The FFMPEG parameters make WebRTC working 2020-10-10 17:00:25 +02:00
503649a6da Use FFMPEG settings that are recommended by pion, better performances, see #3 2020-10-10 14:19:42 +02:00
a8146e7cbb Setting blocking option to 0, fix #11 2020-10-10 13:50:37 +02:00
5f457a1e6a Also test web server desactivation 2020-10-09 23:57:39 +02:00
fe43fdb4ae TestHTTPServe was loading templates two times 2020-10-09 23:52:32 +02:00
d1d6eb17b6 Test splitHostPort error cases 2020-10-09 23:37:08 +02:00
aba6215bbc Add monitoring tests 2020-10-09 23:26:26 +02:00
0fd1611836 Test bad username in basic auth backend 2020-10-09 23:19:53 +02:00
431bc2e7de More auth backend test 2020-10-09 23:08:50 +02:00
c7d38ba546 Upload HTML coverage as artifact 2020-10-09 22:55:32 +02:00
34e1e22bf1 Add more testing in auth package 2020-10-09 22:42:09 +02:00
87d2992bdf Add package comments 2020-10-09 22:36:02 +02:00
473e80c5eb Kill FFMPEG at the end of the forwarding test 2020-10-09 22:31:19 +02:00
811cec5626 Enable SRT server for forwarding tests 2020-10-09 22:24:01 +02:00
0a0e8330f3 Enable web server during tests 2020-10-09 22:20:35 +02:00
7ae82656a4 Enable SRT server during testing 2020-10-09 22:17:25 +02:00
2bc62bb6e8 Do not test bypass auth backend 2020-10-09 22:17:07 +02:00
45c6b5dba5 Fix #7: make each module optional 2020-10-09 22:06:30 +02:00
99bfc5e109 Add note about conf via env vars 2020-10-09 17:37:32 +02:00
22192a5f68 Format example configuration 2020-10-09 17:31:01 +02:00
ee13d9f0e9 Fix statistics test 2020-10-06 09:32:41 +02:00
392a9d7fc3 Quality selector reload stream 2020-10-06 09:20:25 +02:00
24acfe1137 Change the quality selector 2020-10-06 09:12:19 +02:00
87b9db7cea Add reference to evaluation of go-ffmpeg bindings 2020-10-06 08:41:10 +02:00
07983a1c71 Try to add a quality selector (WIP), see #4 2020-10-06 00:06:52 +02:00
192c86f140 Count also the viewers that are streaming directly from their video player in the connected users stats 2020-10-05 22:41:19 +02:00
635081f269 Client receives the stream corresponding to the requested stream id 2020-10-05 22:34:55 +02:00
0a1329b929 Separate statistics per stream 2020-10-05 22:09:10 +02:00
022f6fb098 💩 Split webrtc tracks by stream id (need to clean this, stream ID must pass between the session descriptor and the webrtc flux transmit) 2020-10-05 22:00:08 +02:00
76f009efe3 Use logger rather than panic in ingest 2020-10-05 11:38:17 +02:00
cbe6a00d1a Reduce verbosity of streaming 2020-10-05 11:08:22 +02:00
70296e462e Change badge URLs 2020-10-05 10:34:58 +02:00
4a566019c4 Merge branch 'webrtc' into 'dev'
Webrtc

See merge request nounous/ghostream!3
2020-10-05 10:33:03 +02:00
2a3b79734a Copy track SSRC and payload, working webrtc! 2020-10-05 10:26:08 +02:00
e8f4cd7683 Move webrtc ingest in seperate file 2020-10-05 10:11:30 +02:00
3a9568e764 Copy Pion RTP -> WebRTC example, it does not work but does not crash 2020-10-05 00:45:22 +02:00
4e066d6c33 If ffmpeg returns an error, then test failed 2020-10-04 21:05:42 +02:00
708501c5c8 use time.Second to wait for 5s 2020-10-04 20:52:26 +02:00