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

23 Commits

Author SHA1 Message Date
59c47ca3e0 5 UDP ports are not enough 2020-11-07 15:00:06 +01:00
0dc89b57e1 Order exposed ports 2020-10-13 18:01:20 +02:00
3b8c149e38 Port 8023 is better, it is non protected. Users are free to bind another port 2020-10-13 11:38:22 +02:00
0055b73917 Expose port 23 for telnet inputs 2020-10-13 11:26:50 +02:00
83da3cc392 Docker production image must download libsrt from the edge repository 2020-10-04 01:34:09 +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
3c21f744e8 Build the docker image over Debian Bullseye since Alpine FFMPEG is not built with libsrt yet 2020-09-30 19:28:08 +02:00
f455950865 FFMPEG is needed to use stream forward 2020-09-30 16:59:45 +02:00
903d56cd08 SRT port must be exposed as UDP port 2020-09-29 15:31:08 +02:00
82969360a4 Remove unused deps in Dockerfile 2020-09-29 15:22:25 +02:00
52b03ff9e0 Reorder ports 2020-09-29 14:47:16 +02:00
c67a4adf83 6 UDP ports are enough (but does not work) 2020-09-29 14:23:20 +02:00
ae7dcf4221 libsrt got packaged in Alpine Linux 2020-09-29 14:22:56 +02:00
48c8ff8987 Pack also statics during compilation 2020-09-28 18:06:10 +02:00
c64506dc7c Call pkger in docker build 2020-09-28 17:47:33 +02:00
7716898713 Use pkger to pack templates 2020-09-28 17:36:40 +02:00
e64f5105c9 Update docker-compose example configuration 2020-09-27 22:06:57 +02:00
7253ab3b49 Package required libs in docker 2020-09-27 21:44:12 +02:00
8b8b99c6ae Cache go modules in docker 2020-09-27 21:26:06 +02:00
1cba80d53e Compile libsrt in Docker 2020-09-27 20:25:42 +02:00
a0d814b76b Split web into Go submodule 2020-09-21 17:47:31 +02:00