Skip to content

Commit

Permalink
rtmp-services: Add AV1 and HEVC to YouTube RTMPS service
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriy-chumak authored and derrod committed Mar 26, 2023
1 parent 4b038c9 commit d68a75c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions plugins/rtmp-services/data/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"$schema": "schema/package-schema.json",
"url": "https://obsproject.com/obs2_update/rtmp-services/v4",
"version": 222,
"version": 223,
"files": [
{
"name": "services.json",
"version": 222
"version": 223
}
]
}
4 changes: 3 additions & 1 deletion plugins/rtmp-services/data/services.json
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,9 @@
"YouTube - RTMPS (Beta)"
],
"supported video codecs": [
"h264"
"h264",
"hevc",
"av1"
],
"servers": [
{
Expand Down

0 comments on commit d68a75c

Please sign in to comment.