Commit Graph

23 Commits

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