mirror of
https://github.com/ossrs/srs.git
synced 2025-11-24 11:54:21 +08:00
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:
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user