Commit Graph

226 Commits

Author SHA1 Message Date
Alexandre Iooss 99bfc5e109
Add note about conf via env vars 2020-10-09 17:37:32 +02:00
Alexandre Iooss 22192a5f68 Format example configuration 2020-10-09 17:31:01 +02:00
Yohann D'ANELLO ee13d9f0e9 Fix statistics test 2020-10-06 09:32:41 +02:00
Alexandre Iooss 392a9d7fc3
Quality selector reload stream 2020-10-06 09:20:25 +02:00
Alexandre Iooss 24acfe1137
Change the quality selector 2020-10-06 09:12:19 +02:00
Alexandre Iooss 87b9db7cea
Add reference to evaluation of go-ffmpeg bindings 2020-10-06 08:41:10 +02:00
Yohann D'ANELLO 07983a1c71 Try to add a quality selector (WIP), see #4 2020-10-06 00:06:52 +02:00
Yohann D'ANELLO 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
Yohann D'ANELLO 635081f269 Client receives the stream corresponding to the requested stream id 2020-10-05 22:34:55 +02:00
Yohann D'ANELLO 0a1329b929 Separate statistics per stream 2020-10-05 22:09:10 +02:00
Yohann D'ANELLO 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
Alexandre Iooss 76f009efe3
Use logger rather than panic in ingest 2020-10-05 11:38:17 +02:00
Alexandre Iooss cbe6a00d1a
Reduce verbosity of streaming 2020-10-05 11:08:22 +02:00
Alexandre Iooss 70296e462e
Change badge URLs 2020-10-05 10:34:58 +02:00
erdnaxe 4a566019c4 Merge branch 'webrtc' into 'dev'
Webrtc

See merge request nounous/ghostream!3
2020-10-05 10:33:03 +02:00
Alexandre Iooss 2a3b79734a
Copy track SSRC and payload, working webrtc! 2020-10-05 10:26:08 +02:00
Alexandre Iooss e8f4cd7683
Move webrtc ingest in seperate file 2020-10-05 10:11:30 +02:00
Yohann D'ANELLO 3a9568e764 Copy Pion RTP -> WebRTC example, it does not work but does not crash 2020-10-05 00:45:22 +02:00
Alexandre Iooss 4e066d6c33
If ffmpeg returns an error, then test failed 2020-10-04 21:05:42 +02:00
Alexandre Iooss 708501c5c8
use time.Second to wait for 5s 2020-10-04 20:52:26 +02:00
Alexandre Iooss f3d38dc10d
ffmpeg outputs logs only to stderr 2020-10-04 20:47:05 +02:00
Alexandre Iooss 1576e391eb
Remove globals in forwarding package and make ffmpeg quieter 2020-10-04 20:42:16 +02:00
Alexandre Iooss 606542f622
Remove cfg and forwardingChannel globals in forwarding package 2020-10-04 20:16:29 +02:00
Alexandre Iooss 4f320a90b5
Change web stream poster 2020-10-04 18:39:04 +02:00
Alexandre Iooss ad934516a9
Send SRT stream to WebRTC package 2020-10-04 18:22:10 +02:00
Yohann D'ANELLO 3bf27fb0b1 Don't use vars 2020-10-04 18:12:35 +02:00
Yohann D'ANELLO 7831238375 Don't split domain if we use standard HTTP ports 2020-10-04 18:10:11 +02:00
Alexandre Iooss d5ada0bce7
Do not put path in title when one stream per domain 2020-10-04 18:00:20 +02:00
Alexandre Iooss 6cf24cfb85
Add oneStreamPerDomain mode 2020-10-04 17:56:03 +02:00
Alexandre Iooss 10312667d8
Do not load chat button JS when there is no chat 2020-10-04 17:51:44 +02:00
Alexandre Iooss 86d436d33d
Limit SRT buffer to MTU 2020-10-04 14:27:16 +02:00
Alexandre Iooss dd6318256f
Move srt handlers in seperate file 2020-10-04 14:24:00 +02:00
Yohann D'ANELLO 610ddfab28 Handle client connection closure 2020-10-04 13:08:46 +02:00
Alexandre Iooss 2a24598aea
Use password to diff viewer from streamer 2020-10-04 12:40:56 +02:00
Alexandre Iooss 3c16c11f38
Hide sidebar widget if no url provided 2020-10-04 11:57:42 +02:00
Alexandre Iooss db0937dd1a
Remove useless comments in SRT 2020-10-04 11:45:53 +02:00
Alexandre Iooss 5cdb5282ef
Display SRT url on web page 2020-10-04 11:45:16 +02:00
Alexandre Iooss 3f5d317250
Do not use file mode for SRT 2020-10-04 11:25:55 +02:00
Alexandre Iooss 97ac6f370d
Add MPV and OBS instructions in README 2020-10-04 11:20:25 +02:00
Alexandre Iooss 848b03a262
Add default demo:demo credentials 2020-10-04 10:39:17 +02:00
Yohann D'ANELLO 83da3cc392 Docker production image must download libsrt from the edge repository 2020-10-04 01:34:09 +02:00
Alexandre Iooss 58e0473f42
Translate ld error 2020-10-03 21:19:57 +02:00
Alexandre Iooss fd07556963
Add troubleshooting section in README 2020-10-03 21:16:48 +02:00
Alexandre Iooss 81bc85ef0e
Typo in README 2020-10-03 18:28:42 +02:00
Alexandre Iooss 32739e156f
How to play in README 2020-10-03 18:28:06 +02:00
Alexandre Iooss 6172cf89be
Remove globals in SRT server 2020-10-03 17:50:34 +02:00
Alexandre Iooss 93ac5a7de1
Comment Server SRT 2020-10-03 17:42:38 +02:00
Yohann D'ANELLO 98a798429c Linting 2020-10-03 16:15:42 +02:00
Yohann D'ANELLO 8da60ebdcc Add empty configuration in Web Handler test 2020-10-03 13:28:54 +02:00
Yohann D'ANELLO 94224edfba Enlarge forwarding channel to avoid blockings from the forwarding package 2020-10-03 00:08:32 +02:00