1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

H265: Update mpegts.js to play HEVC over HTTP-TS/FLV. v6.0.1 (#3268)

1. Update mpegts.js to support HEVC over HTTP-TS.
2. Merge https://github.com/xqq/mpegts.js/pull/68 for HEVC over HTTP-FLV.
This commit is contained in:
Winlin 2022-11-22 22:23:14 +08:00 committed by GitHub
parent 4b3fe68973
commit 7e02d972ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 13 additions and 12 deletions

View file

@ -9,6 +9,6 @@
#define VERSION_MAJOR 6
#define VERSION_MINOR 0
#define VERSION_REVISION 0
#define VERSION_REVISION 1
#endif