Skip to content

Commit

Permalink
#2251: add h264 codec workaround for server versions between 2.5.0 to…
Browse files Browse the repository at this point in the history
… 2.5.2 only

git-svn-id: https://xpra.org/svn/Xpra/trunk@22471 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Apr 20, 2019
1 parent d189f64 commit 24ebc88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/html5/js/Client.js
Original file line number Diff line number Diff line change
Expand Up @@ -1142,6 +1142,8 @@ XpraClient.prototype._make_hello = function() {
"vp8+webm" : ["YUV420P"],
"webp" : ["BGRX", "BGRA"],
},
//this is a workaround for server versions between 2.5.0 to 2.5.2 only:
"encoding.x264.YUV420P.profile" : "baseline",
"encoding.h264.YUV420P.profile" : "baseline",
"encoding.h264.YUV420P.level" : "2.1",
"encoding.h264.cabac" : false,
Expand Down

0 comments on commit 24ebc88

Please sign in to comment.