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

152 Commits

Author SHA1 Message Date
ad934516a9 Send SRT stream to WebRTC package 2020-10-04 18:22:10 +02:00
3bf27fb0b1 Don't use vars 2020-10-04 18:12:35 +02:00
7831238375 Don't split domain if we use standard HTTP ports 2020-10-04 18:10:11 +02:00
d5ada0bce7 Do not put path in title when one stream per domain 2020-10-04 18:00:20 +02:00
6cf24cfb85 Add oneStreamPerDomain mode 2020-10-04 17:56:03 +02:00
10312667d8 Do not load chat button JS when there is no chat 2020-10-04 17:51:44 +02:00
86d436d33d Limit SRT buffer to MTU 2020-10-04 14:27:16 +02:00
dd6318256f Move srt handlers in seperate file 2020-10-04 14:24:00 +02:00
610ddfab28 Handle client connection closure 2020-10-04 13:08:46 +02:00
2a24598aea Use password to diff viewer from streamer 2020-10-04 12:40:56 +02:00
3c16c11f38 Hide sidebar widget if no url provided 2020-10-04 11:57:42 +02:00
db0937dd1a Remove useless comments in SRT 2020-10-04 11:45:53 +02:00
5cdb5282ef Display SRT url on web page 2020-10-04 11:45:16 +02:00
3f5d317250 Do not use file mode for SRT 2020-10-04 11:25:55 +02:00
97ac6f370d Add MPV and OBS instructions in README 2020-10-04 11:20:25 +02:00
848b03a262 Add default demo:demo credentials 2020-10-04 10:39:17 +02:00
83da3cc392 Docker production image must download libsrt from the edge repository 2020-10-04 01:34:09 +02:00
58e0473f42 Translate ld error 2020-10-03 21:19:57 +02:00
fd07556963 Add troubleshooting section in README 2020-10-03 21:16:48 +02:00
81bc85ef0e Typo in README 2020-10-03 18:28:42 +02:00
32739e156f How to play in README 2020-10-03 18:28:06 +02:00
6172cf89be Remove globals in SRT server 2020-10-03 17:50:34 +02:00
93ac5a7de1 Comment Server SRT 2020-10-03 17:42:38 +02:00
98a798429c Linting 2020-10-03 16:15:42 +02:00
8da60ebdcc Add empty configuration in Web Handler test 2020-10-03 13:28:54 +02:00
94224edfba Enlarge forwarding channel to avoid blockings from the forwarding package 2020-10-03 00:08:32 +02:00
8498829e08 Support stream listening 2020-10-02 23:35:01 +02:00
087d6eee3b Use : as more conventional separator for user:password 2020-10-02 22:39:38 +02:00
596beeeb89 Manage SRT sockets in a dedicated go routine 2020-10-02 22:12:13 +02:00
7ceecad355 ID is better than Id according to Golang 2020-10-02 21:13:50 +02:00
8eab4dfe22 ID is better than Id according to Golang 2020-10-02 10:33:16 +02:00
12bd0b71e3 Reorder imports 2020-10-02 09:46:15 +02:00
8c2a7f73d7 Don't hardcode SRT API value 2020-10-02 09:44:31 +02:00
8520fedf87 Add stream authentication in README 2020-10-01 23:33:29 +02:00
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
1511884ee6 Test authentication 2020-10-01 20:11:43 +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
cc4c556f2c Wait 1 second after the web server got served to avoid a request that came too early 2020-10-01 09:47:59 +02:00
cb14434091 🐳 Use Alpine edge repo version in Dockerfile since libsrt is not packaged in v3.12 yet 2020-10-01 09:40:37 +02:00
0a95aae42b 🎉 libsrt got packaged in community's Alpine Linux repo, FFMPEG is compiled with libsrt, so we use Alpine Linux 2020-10-01 09:29:25 +02:00
3828168742 🐳 Use COPY . . in Dockerfile since there isn't any proper method to copy folders in Docker image 2020-09-30 23:01:45 +02:00
e8b145550e Skip stream tests if ffmpeg is not installed 2020-09-30 19:28:30 +02:00