H265: Support HEVC over RTMP or HTTP-FLV. (#3272)

1. Support configure with --h265=on.
2. Parse HEVC(H.265) from FLV or RTMP packet.
3. Support HEVC over RTMP or HTTP-FLV.

Co-authored-by: runner365 <shi.weibd@hotmail.com>
This commit is contained in:
Winlin
2022-11-23 08:34:13 +08:00
committed by GitHub
parent 7e02d972ea
commit 178e40a5fc
17 changed files with 440 additions and 44 deletions

View File

@@ -10,5 +10,5 @@ RUN yum install -y zip
# Build and install SRS.
ADD srs-server-${version}.tar.gz /srs
WORKDIR /srs/srs-server-${version}/trunk
RUN ./scripts/package.sh --x86-x64 --tag=${version}
RUN ./scripts/package.sh --x86-x64 --gb28181=on --h265=on --tag=${version}