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

45 Commits

Author SHA1 Message Date
0371d3dc7c Authenticate streams 2020-10-01 23:31:14 +02:00
b5338e06bc Fix forwarding test, overwrite /dev/null 2020-10-01 20:53:26 +02:00
650040ef10 Forwarding test must serve then the forwarding package in a subroutine 2020-10-01 19:34:40 +02:00
d7e104261f Unify the forwarding package start with the other, start it in a go routine 2020-10-01 19:26:12 +02:00
98d5c609a3 Comment Packet structure 2020-10-01 19:05:39 +02:00
e74213fefa 🐛 Copy SRT data in another buffer before sending it in the forwarding package to avoid overwriting issues 2020-10-01 18:54:35 +02:00
ee1f1e331b 💩 Change port of SRT server if the forwarding test. We should instead kill the server after the test. 2020-10-01 12:09:49 +02:00
c0689ae063 💩 Change port of SRT server if the forwarding test. We should instead kill the server after the test. 2020-10-01 12:07:28 +02:00
efa44488c0 Use channels to send SRT packets to forwarded streams 2020-10-01 12:00:59 +02:00
dc7a3fef9f Test stream forwarding, but disable it while the project structure is not clean, ie. to avoid that forwarding is a dependency to srt 2020-10-01 11:20:34 +02:00
e8b145550e Skip stream tests if ffmpeg is not installed 2020-09-30 19:28:30 +02:00
ddd8be155e Try to test serving SRT server 2020-09-30 16:53:15 +02:00
8883c878bf Better error handling in stream forwarder 2020-09-30 15:28:19 +02:00
2550d75c57 Refractor streamKey to name 2020-09-30 15:10:13 +02:00
8f7384ba35 Rename multicast to stream forwarding 2020-09-30 15:07:36 +02:00
b647c761f3 Test loading the configuration 2020-09-30 13:08:44 +02:00
4024ed5b2a Add a comment, fix linting 2020-09-30 08:50:54 +02:00
5efbe309ac Optimize FFMPEG parameters to reduce CPU charge 2020-09-30 00:36:58 +02:00
9049935ee4 Use only one instance of FFPMEG per SRT stream instead of one per additional cast 2020-09-29 23:43:54 +02:00
351870e92a Merge remote-tracking branch 'origin/golang' into multicast
# Conflicts:
#	stream/srt/srt.go
2020-09-29 22:43:37 +02:00
5fa492547b Use external configuration to setup multicasts 2020-09-29 22:40:49 +02:00
2920b6883c Separate multicast feature 2020-09-29 21:31:53 +02:00
ad26242d4a Simplify SRT handling 2020-09-29 20:58:55 +02:00
969d36fab4 Use FFMPEG to broadcast the stream on Twitch 2020-09-29 20:56:31 +02:00
5b5bf2b518 Test splitHostPort 2020-09-29 18:52:27 +02:00
078a74add1 Do not read prometheus metrics 2020-09-29 18:17:55 +02:00
2005f3ece1 Store connected viewers in Prometheus and serve this amount 2020-09-29 18:03:28 +02:00
95f4b81f01 Make STUN server configurable 2020-09-29 17:27:19 +02:00
1c98754624 Restructure projet and add webrtc settings 2020-09-29 17:04:23 +02:00
29eeb2c0fd Load SRT host and port from configuration 2020-09-29 16:49:30 +02:00
c67a4adf83 6 UDP ports are enough (but does not work) 2020-09-29 14:23:20 +02:00
d46efaae3c Limit WebRTC UDP ports 2020-09-29 14:11:56 +02:00
da5ba44e6b 🌱 Create empty test files to have a realistic coverage 2020-09-28 21:18:49 +02:00
92f44c981d More code for SRT handling 2020-09-28 16:32:35 +02:00
6c7ac2d3b3 Fix sck to srtgo 2020-09-27 22:32:49 +02:00
a6e972bb51 SrtSocket is a struct 2020-09-27 22:30:12 +02:00
5999fc69d8 Try to fix SRT initialization 2020-09-27 22:27:18 +02:00
172b1c3a84 Handle stream in a goroutine 2020-09-27 22:10:47 +02:00
9e3494fe6d 🐛 Fix debug format printing 2020-09-27 21:21:58 +02:00
622bb42435 Switch to haivision SRT module 2020-09-27 20:43:00 +02:00
d4aa09c632 Add basic SRT support 2020-09-27 11:14:22 +02:00
6b5fea66e6 Proper multi client WebRTC 2020-09-25 15:12:28 +02:00
ef760ae4cc Create first webrtc session like others 2020-09-25 12:03:40 +02:00
6a138d1b1a WebRTC for the curious reference 2020-09-24 19:01:26 +02:00
097766141f WebRTC session exchange working 2020-09-24 11:24:13 +02:00