File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,12 @@ COPY . .
6
6
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o livego .
7
7
8
8
FROM alpine:latest
9
- LABEL maintainer="Ruben Cid Lara <rubencidlara@gmail.com>"
10
9
RUN mkdir -p /app/config
11
10
WORKDIR /app
12
11
ENV RTMP_PORT 1935
13
12
ENV HTTP_FLV_PORT 7001
14
13
ENV HLS_PORT 7002
15
14
ENV HTTP_OPERATION_PORT 8090
16
- COPY --from=builder /app/config ./config
17
15
COPY --from=builder /app/livego .
18
16
EXPOSE ${RTMP_PORT}
19
17
EXPOSE ${HTTP_FLV_PORT}
Original file line number Diff line number Diff line change 1
1
![ Test] ( https://github.com/gwuhaolin/livego/workflows/Test/badge.svg )
2
2
3
+ <img src =' ./logo.png ' width =' 130px ' height =' 50px ' />
4
+
3
5
# livego
4
6
Simple and efficient live broadcast server:
5
7
- Very simple to install and use;
@@ -25,7 +27,7 @@ Simple and efficient live broadcast server:
25
27
After directly downloading the compiled [ binary file] ( https://github.com/gwuhaolin/livego/releases ) , execute it on the command line.
26
28
27
29
#### Boot from Docker
28
- Run ` docker run -p 1935:1935 -p 7001:7001 -p 7002:7002 -d --name livego gnurub/ livego ` to start
30
+ Run ` docker run -p 1935:1935 -p 7001:7001 -p 7002:7002 -d --name livego docker.pkg.github.com/gwuhaolin/ livego:latest ` to start
29
31
30
32
#### Compile from source
31
33
1 . Download the source code ` git clone https://github.com/gwuhaolin/livego.git `
You can’t perform that action at this time.
0 commit comments